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/pl/ |
<?php /** * Category Polish lexicon topic * * @language pl * @package modx * @subpackage lexicon */ #$_lang['categories'] = 'Categories'; $_lang['categories'] = 'Categories'; #$_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'] = 'Are you sure you want to remove this category? All elements in this category will be filed to uncategorized.'; #$_lang['category_create'] = 'Create Category'; $_lang['category_create'] = 'Create Category'; #$_lang['category_err_ae'] = 'A category already exists with that name. Please try a different name.'; $_lang['category_err_ae'] = 'A category already exists with that name. Please try a different name.'; #$_lang['category_err_create'] = 'An error occurred while trying to create the category.'; $_lang['category_err_create'] = 'An error occurred while trying to create the category.'; #$_lang['category_err_not_found'] = 'Category not found!'; $_lang['category_err_not_found'] = 'Category not found!'; #$_lang['category_err_nf'] = 'Category not found.'; $_lang['category_err_nf'] = 'Category not found.'; #$_lang['category_err_nfs'] = 'Category not found with key: %s'; $_lang['category_err_nfs'] = 'Category not found with key: %s'; #$_lang['category_err_ns'] = 'Category not specified.'; $_lang['category_err_ns'] = 'Category not specified.'; #$_lang['category_err_ns_name'] = 'Please specify a valid category name.'; $_lang['category_err_ns_name'] = 'Please specify a valid category name.'; #$_lang['category_err_remove'] = 'An error occurred while trying to remove the category.'; $_lang['category_err_remove'] = 'An error occurred while trying to remove the category.'; #$_lang['category_err_save'] = 'An error occurred while trying to save the category.'; $_lang['category_err_save'] = 'An error occurred while trying to save the category.'; #$_lang['category_existing'] = 'Existing Category'; $_lang['category_existing'] = 'Existing Category'; #$_lang['category_heading'] = 'Category'; $_lang['category_heading'] = 'Category'; #$_lang['category_msg'] = 'Here you can view and edit all resources grouped by category.'; $_lang['category_msg'] = 'Here you can view and edit all resources grouped by category.'; #$_lang['category_no_chunks'] = 'No chunks for this category.'; $_lang['category_no_chunks'] = 'No chunks for this category.'; #$_lang['category_no_plugins'] = 'No plugins for this category.'; $_lang['category_no_plugins'] = 'No plugins for this category.'; #$_lang['category_no_snippets'] = 'No snippets for this category.'; $_lang['category_no_snippets'] = 'No snippets for this category.'; #$_lang['category_no_templates'] = 'No templates for this category.'; $_lang['category_no_templates'] = 'No templates for this category.'; #$_lang['category_no_template_variables'] = 'No template variables for this category.'; $_lang['category_no_template_variables'] = 'No template variables for this category.'; #$_lang['category_rename'] = 'Rename Category'; $_lang['category_rename'] = 'Rename Category'; #$_lang['category_remove'] = 'Delete Category'; $_lang['category_remove'] = 'Delete Category';