mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 07:21:30 +02:00
Confirm works with lock/unlock now too. Next up, move and split
git-svn-id: file:///svn/phpbb/trunk@620 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -492,10 +492,10 @@ $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 this topic(s)?";
|
||||
$lang['Confirm_lock_topic'] = "Are you sure you want to lock this topic(s)?";
|
||||
$lang['Confirm_unlock_topic'] = "Are you sure you want to unlock this topic(s)?";
|
||||
$lang['Confirm_move_topic'] = "Are you sure you want to move this topic(s)?";
|
||||
$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)?";
|
||||
|
||||
//
|
||||
// Old format ... _DON'T_add_any_ new entries here!!
|
||||
|
Reference in New Issue
Block a user