mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
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
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user