modxcms/revolution

View on GitHub
core/lexicon/sl/category.inc.php

Summary

Maintainability
C
7 hrs
Test Coverage
<?php
/**
 * Category English lexicon topic
 *
 * @language en
 * @package modx
 * @subpackage lexicon
 */
$_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_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_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';