-
-
Notifications
You must be signed in to change notification settings - Fork 529
/
Copy pathcategory.inc.php
32 lines (29 loc) · 1.05 KB
/
category.inc.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
/**
* Category English lexicon topic
*
* @language en
* @package modx
* @subpackage lexicon
*/
$_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 delete the category.';
$_lang['category_err_save'] = 'An error occurred while trying to save the category.';
/*
Refer to default.inc.php for the keys below.
(Placement in this default file necessary to allow
quick create/edit panels access to them)
categories
category
category_confirm_delete
category_create
category_create_desc
category_remove
category_rename
*/