Add list of reserved words #763

This commit is contained in:
Kijin Sung 2017-03-23 19:43:49 +09:00
parent fae2a05b6f
commit 97047d1279
6 changed files with 83 additions and 7 deletions

View file

@ -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.';