From a87703788e1c881173b4f09b41cc38dc30ced07f Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 16 Sep 2001 12:59:00 +0000 Subject: Various changes git-svn-id: file:///svn/phpbb/trunk@1047 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/lang_english.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/language') 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"; -- cgit v1.2.1