aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-09-16 12:59:00 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-09-16 12:59:00 +0000
commita87703788e1c881173b4f09b41cc38dc30ced07f (patch)
treea3b4d84719c7e2627bc840ffe7841c4b14cf31ba /phpBB/language
parent01f0a5d16c4bf0092feb68a841bfa564757dd064 (diff)
downloadforums-a87703788e1c881173b4f09b41cc38dc30ced07f.tar
forums-a87703788e1c881173b4f09b41cc38dc30ced07f.tar.gz
forums-a87703788e1c881173b4f09b41cc38dc30ced07f.tar.bz2
forums-a87703788e1c881173b4f09b41cc38dc30ced07f.tar.xz
forums-a87703788e1c881173b4f09b41cc38dc30ced07f.zip
Various changes
git-svn-id: file:///svn/phpbb/trunk@1047 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-xphpBB/language/lang_english.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php
index a9b1c6d00a..1ac21588f6 100755
--- a/phpBB/language/lang_english.php
+++ b/phpBB/language/lang_english.php
@@ -605,7 +605,7 @@ $lang['Not_Authorised'] = "Not Authorised";
// Moderator Control Panel
//
$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['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. If this forum is defined as private in some way you can also modify which users can and cannot access it.";
$lang['Select'] = "Select";
$lang['Delete'] = "Delete";
$lang['Move'] = "Move";
@@ -620,6 +620,7 @@ $lang['Confirm_delete_topic'] = "Are you sure you want to remove the selected to
$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['Move_to_forum'] = "Move to forum";
$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";