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 /** * Category Czech lexicon topic * * @language cs * @package modx * @subpackage lexicon * * @author modxcms.cz * @updated 2011-10-23 */ // $_lang['categories'] = 'Categories'; $_lang['categories'] = 'Kategorie'; // $_lang['category_confirm_delete'] = 'Are you sure you want to remove this category? All elements in this category will be filed to uncategorized.'; $_lang['category_confirm_delete'] = 'Opravdu chcete odstranit tuto kategorii? Všechny elementy v této kategorii budou označeny jako "bez kategorie".'; // $_lang['category_create'] = 'Create Category'; $_lang['category_create'] = 'Vytvořit kategorii'; // $_lang['category_err_ae'] = 'A category already exists with that name. Please try a different name.'; $_lang['category_err_ae'] = 'Kategorie s tímto názvem již existuje. Zadejte jiný název.'; // $_lang['category_err_create'] = 'An error occurred while trying to create the category.'; $_lang['category_err_create'] = 'Nastala chyba při vytváření kategorie.'; // $_lang['category_err_not_found'] = 'Category not found!'; $_lang['category_err_not_found'] = 'Kategorie nenalezena!'; // $_lang['category_err_nf'] = 'Category not found.'; $_lang['category_err_nf'] = 'Kategorie nenalezena.'; // $_lang['category_err_nfs'] = 'Category not found with key: %s'; $_lang['category_err_nfs'] = 'Kategorie nenalezena pro klíč: %s'; // $_lang['category_err_ns'] = 'Category not specified.'; $_lang['category_err_ns'] = 'Nespecifikovaná kategorie.'; // $_lang['category_err_ns_name'] = 'Please specify a valid category name.'; $_lang['category_err_ns_name'] = 'Zadejte platný název kategorie.'; // $_lang['category_err_remove'] = 'An error occurred while trying to remove the category.'; $_lang['category_err_remove'] = 'Nastala chyba při odstraňování kategorie.'; // $_lang['category_err_save'] = 'An error occurred while trying to save the category.'; $_lang['category_err_save'] = 'Nastala chyba při ukládání kategorie.'; // $_lang['category_existing'] = 'Existing Category'; $_lang['category_existing'] = 'Existující kategorie'; // $_lang['category_heading'] = 'Category'; $_lang['category_heading'] = 'Kategorie'; // $_lang['category_msg'] = 'Here you can view and edit all resources grouped by category.'; $_lang['category_msg'] = 'Zde můžete upravovat všechny zdroje v rámci této kategorie.'; // $_lang['category_no_chunks'] = 'No chunks for this category.'; $_lang['category_no_chunks'] = 'V této kategorii nejsou žádné chunky.'; // $_lang['category_no_plugins'] = 'No plugins for this category.'; $_lang['category_no_plugins'] = 'V této kategorii nejsou žádné pluginy.'; // $_lang['category_no_snippets'] = 'No snippets for this category.'; $_lang['category_no_snippets'] = 'V této kategorii nejsou žádné snippety.'; // $_lang['category_no_templates'] = 'No templates for this category.'; $_lang['category_no_templates'] = 'V této kategorii nejsou žádné šablony.'; // $_lang['category_no_template_variables'] = 'No template variables for this category.'; $_lang['category_no_template_variables'] = 'V této kategorii nejsou žádné template variable.'; // $_lang['category_rename'] = 'Rename Category'; $_lang['category_rename'] = 'Přejmenovat kategorii'; // $_lang['category_remove'] = 'Delete Category'; $_lang['category_remove'] = 'Odstranit kategorii';