mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/soft-delete] Use correct language when restoring topics in MCP
PHPBB3-9567
This commit is contained in:
@@ -310,11 +310,15 @@ $lang = array_merge($lang, array(
|
||||
'REPORT_POST_EXPLAIN' => 'Use this form to report the selected post to the forum moderators and board administrators. Reporting should generally be used only if the post breaks forum rules.',
|
||||
'REPORT_REASON' => 'Report reason',
|
||||
'REPORT_TIME' => 'Report time',
|
||||
'RESTORE' => 'Restore',
|
||||
'RESTORE_POST' => 'Restore post',
|
||||
'RESTORE_POST_CONFIRM' => 'Are you sure you want to restore this post?',
|
||||
'RESTORE_POSTS' => 'Restore posts',
|
||||
'RESTORE_POSTS_CONFIRM' => 'Are you sure you want to restore the selected posts?',
|
||||
'RESTORE' => 'Restore',
|
||||
'RESTORE_POST' => 'Restore post',
|
||||
'RESTORE_POST_CONFIRM' => 'Are you sure you want to restore this post?',
|
||||
'RESTORE_POSTS' => 'Restore posts',
|
||||
'RESTORE_POSTS_CONFIRM' => 'Are you sure you want to restore the selected posts?',
|
||||
'RESTORE_TOPIC' => 'Restore topic',
|
||||
'RESTORE_TOPIC_CONFIRM' => 'Are you sure you want to restore this topic?',
|
||||
'RESTORE_TOPICS' => 'Restore topics',
|
||||
'RESTORE_TOPICS_CONFIRM' => 'Are you sure you want to restore the selected topics?',
|
||||
'RESYNC' => 'Resync',
|
||||
'RETURN_MESSAGE' => '%sReturn to the message%s',
|
||||
'RETURN_NEW_FORUM' => '%sGo to the new forum%s',
|
||||
@@ -355,6 +359,7 @@ $lang = array_merge($lang, array(
|
||||
'TOPICS_FORKED_SUCCESS' => 'The selected topics have been copied successfully.',
|
||||
'TOPICS_LOCKED_SUCCESS' => 'The selected topics have been locked.',
|
||||
'TOPICS_MOVED_SUCCESS' => 'The selected topics have been moved successfully.',
|
||||
'TOPICS_RESTORED_SUCCESS' => 'The selected topics have been restored successfully.',
|
||||
'TOPICS_RESYNC_SUCCESS' => 'The selected topics have been resynchronised.',
|
||||
'TOPICS_TYPE_CHANGED' => 'Topic types changed successfully.',
|
||||
'TOPICS_UNLOCKED_SUCCESS' => 'The selected topics have been unlocked.',
|
||||
@@ -365,6 +370,7 @@ $lang = array_merge($lang, array(
|
||||
'TOPIC_LOCKED_SUCCESS' => 'The selected topic has been locked.',
|
||||
'TOPIC_MOVED_SUCCESS' => 'The selected topic has been moved successfully.',
|
||||
'TOPIC_NOT_EXIST' => 'The topic you selected does not exist.',
|
||||
'TOPIC_RESTORED_SUCCESS' => 'This topic has been restored successfully.',
|
||||
'TOPIC_RESYNC_SUCCESS' => 'The selected topic has been resynchronised.',
|
||||
'TOPIC_SPLIT_SUCCESS' => 'The selected topic has been split successfully.',
|
||||
'TOPIC_TIME' => 'Topic time',
|
||||
|
Reference in New Issue
Block a user