Server : Apache System : Linux indy02.toastserver.com 3.10.0-962.3.2.lve1.5.85.el7.x86_64 #1 SMP Thu Apr 18 15:18:36 UTC 2024 x86_64 User : palandch ( 1163) PHP Version : 7.1.33 Disable Function : NONE Directory : /home/palandch/www/core/lexicon/cs/ |
<?php /** * Default Czech lexicon topic * * @language cs * @package modx * @subpackage lexicon * * @author modxcms.cz * @updated 2011-11-19 */ // $_lang['duplicate'] = 'Duplicate'; $_lang['duplicate'] = 'Zkopírovat'; // $_lang['entry'] = 'Entry'; $_lang['entry'] = 'Záznam'; // $_lang['entry_create'] = 'Create Entry'; $_lang['entry_create'] = 'Vytvořit záznam'; // $_lang['entry_err_ae'] = 'Entry already exists!'; $_lang['entry_err_ae'] = 'Záznam již existuje!'; // $_lang['entry_err_nf'] = 'Entry not found.'; $_lang['entry_err_nf'] = 'Záznam nenalezen.'; // $_lang['entry_err_ns'] = 'Entry not specified.'; $_lang['entry_err_ns'] = 'Nespecifikovaný záznam.'; // $_lang['entry_err_save'] = 'An error occurred while trying to save the Lexicon Entry.'; $_lang['entry_err_save'] = 'Nastala chyba při zapisování záznamu do slovníku.'; // $_lang['entry_revert'] = 'Revert Lexicon Entry'; $_lang['entry_revert'] = 'Vrátit záznam slovníku'; // $_lang['language'] = 'Language'; $_lang['language'] = 'Jazyk'; // $_lang['languages'] = 'Languages'; $_lang['languages'] = 'Jazyky'; // $_lang['last_modified'] = 'Last Modified On'; $_lang['last_modified'] = 'Naposledy upraveno'; // $_lang['lexicon'] = 'Lexicon'; $_lang['lexicon'] = 'Slovník'; // $_lang['lexicon_export'] = 'Export Topic'; $_lang['lexicon_export'] = 'Exportovat téma'; // $_lang['lexicon_export_desc'] = 'Here you can select a Lexicon Topic to export to a file.'; $_lang['lexicon_export_desc'] = 'Vyberte téma slovníku, které chcete exportovat do souboru.'; // $_lang['lexicon_topics'] = 'Lexicon Topics'; $_lang['lexicon_topics'] = 'Témata slovníku'; // $_lang['lexicon_topics_desc'] = 'Here you can manage your Lexicon Topics.'; $_lang['lexicon_topics_desc'] = 'Zde můžete spravovat témata slovníku.'; // $_lang['lexicon_import'] = 'Import Topic'; $_lang['lexicon_import'] = 'Importovat téma'; // $_lang['lexicon_import_desc'] = 'You may import a file to load into a specified Lexicon Topic for a namespace. Your file must return a $_lang associative array of strings, similar to the core/lexicon files. If the topic in the namespace already exists, it will be overwritten.'; $_lang['lexicon_import_desc'] = 'Zde můžete naimportovat soubor, kterého obsah se nahraje do jmenného prostoru vybraného tématu zvoleného jazyku. Váš soubor musí vracet $_lang asociativní pole řetězců, tak jako soubory v "core/lexicon". Pokud dané téma ve jmenném prostoru existuje, tak bude přepsáno.'; // $_lang['lexicon_import_err_ns'] = 'Lexicon Topic file not specified.'; $_lang['lexicon_import_err_ns'] = 'Soubor s tématem pro slovník nebyl určen.'; // $_lang['lexicon_import_err_upload'] = 'An error occurred while trying to upload the new Lexicon Topic file. Check your web server permissions in trying to upload to the tmp directory, and validate that the file you are trying to upload is a valid file.'; $_lang['lexicon_import_err_upload'] = 'Nastala chyba při pokusu o nahrání tématu do slovníku. Zkontrolujte práva vašeho webového serveru pro zápis do složky "tmp" a zkontrolujte soubor, který nahráváte.'; // $_lang['lexicon_management'] = 'Lexicon Management'; $_lang['lexicon_management'] = 'Správa slovníků'; // $_lang['lexicon_management_desc'] = 'Here you can override any Lexicon Entries across Namespaces and their respective Topics. Just double-click on any Entry's value to override it. To add new Lexicon Entries or Topics, just create their Topic files in their Namespace's respective directory.'; $_lang['lexicon_management_desc'] = 'Zde můžete spravovat všechny záznamy ve slovníku skrze všechny jmenné prostory respektive jejich témata.'; // $_lang['lexicon_rlfb_msg'] = 'Successfully regenerated [[+num]] strings.'; $_lang['lexicon_rlfb_msg'] = 'Úspěšně obnoveno [[+num]] záznamů.'; // $_lang['reload_from_base'] = 'Revert All Core Entries'; $_lang['reload_from_base'] = 'Obnovit záznamy do výchozího stavu'; // $_lang['reload_success'] = 'Successfully reloaded [[+total]] strings.'; $_lang['reload_success'] = 'Úspěšně znovunačteno [[+total]] řetězců.'; // $_lang['search_by_key'] = 'Search by Key:'; $_lang['search_by_key'] = 'Hledat klíč:'; // $_lang['topic'] = 'Topic'; $_lang['topic'] = 'Téma';