mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Add list of reserved words #763
This commit is contained in:
parent
fae2a05b6f
commit
97047d1279
6 changed files with 83 additions and 7 deletions
|
|
@ -65,7 +65,7 @@ $lang->cmd_find_module = 'Find Module';
|
|||
$lang->cmd_find_langcode = 'Find lang code';
|
||||
$lang->msg_new_module = 'Create new module';
|
||||
$lang->msg_update_module = 'Modify module';
|
||||
$lang->msg_module_name_exists = 'The name already exists. Please try another name.';
|
||||
$lang->msg_module_name_exists = 'The name already exists or is not usable. Please try another name.';
|
||||
$lang->msg_module_not_exists = 'Module matching the name is not found.';
|
||||
$lang->msg_category_is_null = 'There is no registered category.';
|
||||
$lang->msg_grant_is_null = 'There is no permission list.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue