aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-17 22:40:45 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-17 22:40:45 +0000
commit9bfae76befb777e786a407ffe6d18c4faeda6660 (patch)
tree5f93bc11605432a96e72387ccfbce87c11179c7d /phpBB/language
parentf2e90f674f27502db652e6cff7579641ec9d65be (diff)
downloadforums-9bfae76befb777e786a407ffe6d18c4faeda6660.tar
forums-9bfae76befb777e786a407ffe6d18c4faeda6660.tar.gz
forums-9bfae76befb777e786a407ffe6d18c4faeda6660.tar.bz2
forums-9bfae76befb777e786a407ffe6d18c4faeda6660.tar.xz
forums-9bfae76befb777e786a407ffe6d18c4faeda6660.zip
A few updates, mainly template related
git-svn-id: file:///svn/phpbb/trunk@686 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-xphpBB/language/lang_english.php19
1 files changed, 12 insertions, 7 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php
index 76ad8f7741..4194f5add2 100755
--- a/phpBB/language/lang_english.php
+++ b/phpBB/language/lang_english.php
@@ -487,7 +487,8 @@ $lang['Not_Authorised'] = "Not Authorised";
//
// Moderator Control Panel
//
-$lang['ModCp_Explain'] = "Using the form below you can preform mass operations on this forum. You can lock, unlock, move, or delete any number of topics";
+$lang['Mod_CP'] = "Moderator Control Panel";
+$lang['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";
$lang['Select'] = "Select";
$lang['Delete'] = "Delete";
$lang['Move'] = "Move";
@@ -497,12 +498,16 @@ $lang['Topics_Removed'] = "The selected topics have been successfully removed fr
$lang['Topics_Locked'] = "The selected topics have been locked";
$lang['Topics_Unlocked'] = "The selected topics have been unlocked";
$lang['Return_to_modcp'] = "to return to the moderator control panel";
-$lang['Confirm_delete_topic'] = "Are you sure you want to remove the selected topic(s)?";
-$lang['Confirm_lock_topic'] = "Are you sure you want to lock the selected topic(s)?";
-$lang['Confirm_unlock_topic'] = "Are you sure you want to unlock the selected topic(s)?";
-$lang['Confirm_move_topic'] = "Are you sure you want to move the selected topic(s)?";
-$lang['Split_posts'] = "Split Posts";
-$lang['Split_after'] = "Split Posts Beyond Selected";
+$lang['Confirm_delete_topic'] = "Are you sure you want to remove the selected topic/s?";
+$lang['Confirm_lock_topic'] = "Are you sure you want to lock the selected topic/s?";
+$lang['Confirm_unlock_topic'] = "Are you sure you want to unlock the selected topic/s?";
+$lang['Confirm_move_topic'] = "Are you sure you want to move the selected topic/s?";
+$lang['Split_Topic'] = "Split Topic Control Panel";
+$lang['Split_Topic_explain'] = "Using the form below you can split a topic in two, either by selecting the posts individually or by splitting at a selected post";
+$lang['Split_title'] = "New topic title";
+$lang['Split_forum'] = "Forum for new topic";
+$lang['Split_posts'] = "Split selected posts";
+$lang['Split_after'] = "Split from selected post";
$lang['Topic_split'] = "The selected topic has been split successfully";
$lang['Too_many_error'] = "You have selected too many posts. You can only select one post to split a topic after!";