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 /** * Context Czech lexicon topic * * @language cs * @package modx * @subpackage lexicon * * @author modxcms.cz * @updated 2011-10-23 */ // $_lang['context'] = 'Context'; $_lang['context'] = 'Kontext'; // $_lang['context_add'] = 'Add Context'; $_lang['context_add'] = 'Přidat kontext'; // $_lang['context_create'] = 'Create Context'; $_lang['context_create'] = 'Vytvořit kontext'; // $_lang['context_data'] = 'Context Data'; $_lang['context_data'] = 'Data kontextu'; // $_lang['context_duplicate'] = 'Duplicate Context'; $_lang['context_duplicate'] = 'Kopírovat kontext'; // $_lang['context_err_ae'] = 'A Context with that name already exists.'; $_lang['context_err_ae'] = 'Kontext s tímto názvem již existuje.'; // $_lang['context_err_create'] = 'An error occurred while creating the Context.'; $_lang['context_err_create'] = 'Nastala chyba při vytváření kontextu.'; // $_lang['context_err_duplicate'] = 'An error occurred while trying to duplicate the Context.'; $_lang['context_err_duplicate'] = 'Nastala chyby při kopírování kontextu.'; // $_lang['context_err_load_data'] = 'Error loading context data.'; $_lang['context_err_load_data'] = 'Chyba načítání kontextových dat.'; // $_lang['context_err_nf'] = 'Context not found!'; $_lang['context_err_nf'] = 'Kontext nenalezen!'; // $_lang['context_err_nfs'] = 'Context not found with key: [[+key]]'; $_lang['context_err_nfs'] = 'Kontext pro klíč: [[+key]] nenalezen'; // $_lang['context_err_ns'] = 'Context not specified.'; $_lang['context_err_ns'] = 'Nespecifikovaný kontext.'; // $_lang['context_err_ns_key'] = 'Please specify a valid key for the Context.'; $_lang['context_err_ns_key'] = 'Zadejte platný klíč pro tento kontext.'; // $_lang['context_err_remove'] = 'An error occurred while removing the Context.'; $_lang['context_err_remove'] = 'Nastala chyba při odstraňování kontextu.'; // $_lang['context_err_save'] = 'An error occurred while saving the Context.'; $_lang['context_err_save'] = 'Nastala chyba při ukládání kontextu.'; // $_lang['context_id'] = 'Ctx ID'; $_lang['context_id'] = 'ID kontextu'; // $_lang['context_key'] = 'Context Key'; $_lang['context_key'] = 'Klíč kontextu'; // $_lang['context_management_message'] = 'Manage site Contexts.'; $_lang['context_management_message'] = 'Správa kontextů.'; // $_lang['context_refresh'] = 'Refresh Context'; $_lang['context_refresh'] = 'Obnovit kontext'; // $_lang['context_remove'] = 'Delete Context'; $_lang['context_remove'] = 'Odstranit kontext'; // $_lang['context_remove_confirm'] = 'Are you sure you want to remove this Context? This is permanent and irreversible.'; $_lang['context_remove_confirm'] = 'Opravdu chcete odstranit tento kontext? Odstranění je nevratné.'; // $_lang['context_settings'] = 'Context Settings'; $_lang['context_settings'] = 'Nastavení kontextu'; // $_lang['context_settings_desc'] = 'Here you can set settings specific to this Context. Context settings will override any System Settings with the same key.'; $_lang['context_settings_desc'] = 'V této části můžete definovat specifické nastavení pro daný kontext. Tato kontextová nastavení nahradí v Konfiguraci systému ta nastavení, která budou mít shodný klíč.'; // $_lang['context_update'] = 'Update Context'; $_lang['context_update'] = 'Upravit kontext'; // $_lang['context_with_key_not_found'] = 'Context with key %s not found!'; $_lang['context_with_key_not_found'] = 'Kontext s klíčem %s nenalezen!'; // $_lang['contexts'] = 'Contexts'; $_lang['contexts'] = 'Kontexty';