1
0
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:
Meik Sievertsen
2007-01-21 18:33:45 +00:00
parent 61d4209aaf
commit 576bb754e9
58 changed files with 132 additions and 143 deletions

View File

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