aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/mcp.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-10-15 15:19:32 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-10-15 15:19:32 +0200
commitb1ce8a8c13eca920abf3659fcbfec267684071bb (patch)
tree7dcfedf5d8e456d283111811b9df5693af56b7e3 /phpBB/language/en/mcp.php
parenta92927d24cace3b3444cb3502de765c6e8e16fa9 (diff)
downloadforums-b1ce8a8c13eca920abf3659fcbfec267684071bb.tar
forums-b1ce8a8c13eca920abf3659fcbfec267684071bb.tar.gz
forums-b1ce8a8c13eca920abf3659fcbfec267684071bb.tar.bz2
forums-b1ce8a8c13eca920abf3659fcbfec267684071bb.tar.xz
forums-b1ce8a8c13eca920abf3659fcbfec267684071bb.zip
[feature/soft-delete] Add checkbox to restoring posts like on approve
PHPBB3-9567
Diffstat (limited to 'phpBB/language/en/mcp.php')
-rw-r--r--phpBB/language/en/mcp.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php
index fee3ac47e4..327c0fba69 100644
--- a/phpBB/language/en/mcp.php
+++ b/phpBB/language/en/mcp.php
@@ -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',