mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[feature/soft-delete] Add checkbox to restoring posts like on approve
PHPBB3-9567
This commit is contained in:
@@ -306,6 +306,11 @@ $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?',
|
||||
'RESYNC' => 'Resync',
|
||||
'RETURN_MESSAGE' => '%sReturn to the message%s',
|
||||
'RETURN_NEW_FORUM' => '%sGo to the new forum%s',
|
||||
|
Reference in New Issue
Block a user