diff options
Diffstat (limited to 'phpBB/language/lang_english.php')
-rwxr-xr-x | phpBB/language/lang_english.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 94b8f573a1..2b60d4fd81 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -440,6 +440,8 @@ $lang['Delete'] = "Delete"; $lang['Move'] = "Move"; $lang['Lock'] = "Lock"; $lang['Unlock'] = "Unlock"; +$lang['Topics_Removed'] = "The selected topics have been successfully removed from the database."; +$lang['Return_to_modcp'] = "to return to the moderator control panel"; // // Old format ... _DON'T_add_any_ new entries here!! |