84 lines
3.3 KiB
PHP
84 lines
3.3 KiB
PHP
<?php
|
|
|
|
/**
|
|
* ======================================================================
|
|
* obecne texty
|
|
* ======================================================================.
|
|
*/
|
|
$txt_str['button']['windowSave'] = 'OK';
|
|
$txt_str['button']['windowCancel'] = 'Close';
|
|
$txt_str['button']['windowClose'] = 'Zavřít';
|
|
$txt_str['button']['windowDuplicate'] = 'Duplicate';
|
|
$txt_str['button']['windowDelete'] = 'Delete';
|
|
|
|
$txt_str['button']['add'] = 'Add';
|
|
$txt_str['button']['delete'] = 'Delete';
|
|
$txt_str['button']['edit'] = 'Edit';
|
|
$txt_str['button']['copy'] = 'Copy';
|
|
$txt_str['button']['next'] = 'Next';
|
|
$txt_str['button']['prev'] = 'Previous';
|
|
$txt_str['button']['show'] = 'Show in store';
|
|
$txt_str['button']['clipboard-copy'] = 'Copy to clipboard';
|
|
|
|
$txt_str['status']['saved'] = 'Succesfully saved';
|
|
$txt_str['status']['scripterror'] = 'Error saving changes. Contact webmaster.';
|
|
$txt_str['status']['activityAdded'] = 'Added %s: %s';
|
|
$txt_str['status']['activityEdited'] = 'Edited %s: %s';
|
|
$txt_str['status']['activityDeleted'] = 'Deleted %s: %s';
|
|
$txt_str['status']['errorNotAllValid'] = 'Please fill all required fields';
|
|
|
|
$txt_str['base']['confirmDelete'] = 'Do you really want to delete this object?';
|
|
$txt_str['base']['errorNotFound'] = '%s: object with ID "%s" was not found.';
|
|
$txt_str['base']['errorNotAllValid'] = 'These fields are required: ';
|
|
$txt_str['base']['price'] = 'Price';
|
|
$txt_str['base']['date'] = 'Date';
|
|
$txt_str['base']['saveToAddImg'] = 'Click \'save\' first before adding images.'; // {'saveToAddImg'|translate:'base'}
|
|
|
|
$txt_str['choice']['yes'] = 'Yes';
|
|
$txt_str['choice']['no'] = 'No';
|
|
$txt_str['choice']['withTax'] = 'with VAT';
|
|
$txt_str['choice']['withoutTax'] = 'without VAT';
|
|
$txt_str['choice']['final'] = 'finální';
|
|
|
|
$txt_str['web']['leadpage'] = 'Úvodní stránka';
|
|
$txt_str['web']['login'] = 'Přihlášení';
|
|
$txt_str['web']['registration'] = 'Registrace';
|
|
$txt_str['web']['news'] = 'Novinky';
|
|
$txt_str['web']['discounts'] = 'Akce a slevy';
|
|
$txt_str['web']['sales'] = 'Výprodej';
|
|
$txt_str['web']['pricelist'] = 'Ceník zboží';
|
|
$txt_str['web']['sitemap'] = 'Mapa stránek';
|
|
$txt_str['web']['favorites'] = 'Oblíbené položky';
|
|
$txt_str['web']['articles'] = 'Články';
|
|
$txt_str['web']['cart'] = 'Košík';
|
|
$txt_str['web']['search'] = 'Vyhledávání';
|
|
$txt_str['web']['exsearch'] = 'Rozšířené vyhledávání';
|
|
$txt_str['web']['producers'] = 'Výrobci';
|
|
$txt_str['web']['productsSections'] = 'Sekce produktů';
|
|
$txt_str['web']['articlesSections'] = 'Sekce článků';
|
|
$txt_str['web']['htmlPages'] = 'Stránky';
|
|
|
|
$txt_str['object']['sliders'] = 'banner';
|
|
|
|
$txt_str['vat']['vat'] = 'VAT';
|
|
$txt_str['vat']['tax'] = 'Tax';
|
|
$txt_str['vat']['with'] = 'with';
|
|
$txt_str['vat']['without'] = 'without';
|
|
|
|
$txt_str['timedate']['Led'] = 'Jan';
|
|
$txt_str['timedate']['Uno'] = 'Feb';
|
|
$txt_str['timedate']['Bře'] = 'Mar';
|
|
$txt_str['timedate']['Dub'] = 'Apr';
|
|
$txt_str['timedate']['Kvě'] = 'May';
|
|
$txt_str['timedate']['Čer'] = 'Jun';
|
|
$txt_str['timedate']['Červ'] = 'Jul';
|
|
$txt_str['timedate']['Srp'] = 'Aug';
|
|
$txt_str['timedate']['Zář'] = 'Sep';
|
|
$txt_str['timedate']['Říj'] = 'Oct';
|
|
$txt_str['timedate']['Lis'] = 'Nov';
|
|
$txt_str['timedate']['Pros'] = 'Dec';
|
|
|
|
$txt_str['filter']['inversionInfo'] = 'Exclude selected items from result list';
|
|
$txt_str['filter']['search'] = 'Search';
|
|
$txt_str['filter']['by_title'] = 'By title';
|