aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/posting.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-10-27 17:12:34 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-10-27 17:12:34 +0200
commit4a8d38aab13099fdb4fb7e2a7b72cff1c05fda9c (patch)
tree5851c08fb528feb0dd1ff80fe3690600e8033ffe /phpBB/language/en/posting.php
parent7b3d794cad4c06b1bbb769439a2d051b7ca0a0d4 (diff)
downloadforums-4a8d38aab13099fdb4fb7e2a7b72cff1c05fda9c.tar
forums-4a8d38aab13099fdb4fb7e2a7b72cff1c05fda9c.tar.gz
forums-4a8d38aab13099fdb4fb7e2a7b72cff1c05fda9c.tar.bz2
forums-4a8d38aab13099fdb4fb7e2a7b72cff1c05fda9c.tar.xz
forums-4a8d38aab13099fdb4fb7e2a7b72cff1c05fda9c.zip
[feature/soft-delete] Allow soft deleting/restoring topics via quickmoderation
PHPBB3-9567
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r--phpBB/language/en/posting.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index a57a907423..10e1d48d38 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -82,6 +82,8 @@ $lang = array_merge($lang, array(
'DELETE_POST_SOFT_EXP' => 'Soft deleted posts can be recovered by a moderator',
'DELETE_POST_REASON' => 'Soft delete reason',
'DELETE_POST_WARN' => 'Once deleted the post cannot be recovered',
+ 'DELETE_TOPIC_SOFT' => 'Soft delete topic',
+ 'DELETE_TOPIC_SOFT_EXP' => 'Soft deleted topics can be recovered by a moderator',
'DISABLE_BBCODE' => 'Disable BBCode',
'DISABLE_MAGIC_URL' => 'Do not automatically parse URLs',
'DISABLE_SMILIES' => 'Disable smilies',