aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-02-06 03:30:32 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-02-06 03:30:32 +0000
commit44cd06a722a4ba8ea56e6f0fe68a1cd256d12a01 (patch)
tree553248d9a8df5a13faea350c75ef2de9c54bd674 /phpBB/language
parenta870f28609284da994788e67cead14ba666e27c0 (diff)
downloadforums-44cd06a722a4ba8ea56e6f0fe68a1cd256d12a01.tar
forums-44cd06a722a4ba8ea56e6f0fe68a1cd256d12a01.tar.gz
forums-44cd06a722a4ba8ea56e6f0fe68a1cd256d12a01.tar.bz2
forums-44cd06a722a4ba8ea56e6f0fe68a1cd256d12a01.tar.xz
forums-44cd06a722a4ba8ea56e6f0fe68a1cd256d12a01.zip
Very first preimplementation of the alpha version of the still not working new version of Moderator CP. (did I mention it wasn't ready yet?)
git-svn-id: file:///svn/phpbb/trunk@3458 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/lang_main.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php
index 6b29376e5a..6090927599 100644
--- a/phpBB/language/en/lang_main.php
+++ b/phpBB/language/en/lang_main.php
@@ -698,12 +698,12 @@ $lang = array_merge($lang, array(
'Viewing_priv_msgs' => 'Viewing Private Messages',
'Viewing_FAQ' => 'Viewing FAQ',
- 'Mod_CP' => 'Moderator Control Panel',
- 'Mod_CP_explain' => 'Using the form below you can perform mass moderation operations on this forum. You can lock, unlock, move or delete any number of topics.',
- 'Select' => 'Select',
- 'Move' => 'Move',
- 'Lock' => 'Lock',
- 'Unlock' => 'Unlock',
+ 'MOD_CP' => 'Moderator Control Panel',
+ 'MOD_CP_EXPLAIN' => 'Using the form below you can perform mass moderation operations on this forum. You can lock, unlock, move or delete any number of topics.',
+ 'SELECT' => 'Select',
+ 'MOVE' => 'Move',
+ 'LOCK' => 'Lock',
+ 'UNLOCK' => 'Unlock',
'Topics_Removed' => 'The selected topics have been successfully removed from the database.',
'Topics_Locked' => 'The selected topics have been locked',
'Topics_Moved' => 'The selected topics have been moved',