category.inc.php
Translations of this material:
- into Russian: category.inc.php. Translated in draft, editing and proof-reading required. Completed: 1%.
-
Submitted for translation by elastic 06.04.2009
Text
<?php
$_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_create'] = 'Create 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_nf'] = 'Category not found.';
$_lang['category_err_nfs'] = 'Category not found with key: %s';
$_lang['category_err_ns'] = 'Category not specified.';
$_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_save'] = 'An error occurred while trying to save the category.';
$_lang['category_existing'] = 'Existing Category';
$_lang['category_heading'] = '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_plugins'] = 'No plugins for this category.';
$_lang['category_no_snippets'] = 'No snippets 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_rename'] = 'Rename Category';
$_lang['category_remove'] = 'Remove Category';
