mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 19:24:01 +02:00
fixing some bugs, most being submitted grammatical/spelling errors.
git-svn-id: file:///svn/phpbb/trunk@6915 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -36,7 +36,7 @@ $lang = array_merge($lang, array(
|
||||
'ADD_MODULE_CONFIRM' => 'Are you sure you want to add the selected module with the selected mode?',
|
||||
'ADD_MODULE_TITLE' => 'Add module',
|
||||
|
||||
'CANNOT_REMOVE_MODULE' => 'Unable to remove module, it has assigned childs. Please remove or move all childs before performing this action',
|
||||
'CANNOT_REMOVE_MODULE' => 'Unable to remove module, it has assigned children. Please remove or move all children before performing this action.',
|
||||
'CATEGORY' => 'Category',
|
||||
'CHOOSE_MODE' => 'Choose module mode',
|
||||
'CHOOSE_MODE_EXPLAIN' => 'Choose the modules mode being used.',
|
||||
@@ -64,7 +64,7 @@ $lang = array_merge($lang, array(
|
||||
'MODULE_LANGNAME_EXPLAIN' => 'Enter the displayed module name. Use language constant if name is served from language file.',
|
||||
'MODULE_TYPE' => 'Module type',
|
||||
|
||||
'NO_CATEGORY_TO_MODULE' => 'Unable to turn category into module. Please remove/move all childs before performing this action.',
|
||||
'NO_CATEGORY_TO_MODULE' => 'Unable to turn category into module. Please remove/move all children before performing this action.',
|
||||
'NO_MODULE' => 'No module found.',
|
||||
'NO_MODULE_ID' => 'No module id specified.',
|
||||
'NO_MODULE_LANGNAME' => 'No module language name specified.',
|
||||
|
Reference in New Issue
Block a user