aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/posting.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-10-24 19:52:16 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-10-24 19:52:16 +0200
commitf21fd469bca3e5c3504a773a96d1a8fab6c374a7 (patch)
treece7ace743714225ac31616a8a40dc4b2d0d7238d /phpBB/language/en/posting.php
parent3d56261621acdf8cde9685f69fb14745bb940090 (diff)
downloadforums-f21fd469bca3e5c3504a773a96d1a8fab6c374a7.tar
forums-f21fd469bca3e5c3504a773a96d1a8fab6c374a7.tar.gz
forums-f21fd469bca3e5c3504a773a96d1a8fab6c374a7.tar.bz2
forums-f21fd469bca3e5c3504a773a96d1a8fab6c374a7.tar.xz
forums-f21fd469bca3e5c3504a773a96d1a8fab6c374a7.zip
[feature/soft-delete] Handle soft deleting via Delete Icon
PHPBB3-9567
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r--phpBB/language/en/posting.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index c0edc068dd..a57a907423 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -78,6 +78,9 @@ $lang = array_merge($lang, array(
'DELETE_MESSAGE_CONFIRM' => 'Are you sure you want to delete this message?',
'DELETE_OWN_POSTS' => 'Sorry but you can only delete your own posts.',
'DELETE_POST_CONFIRM' => 'Are you sure you want to delete this post?',
+ 'DELETE_POST_SOFT' => 'Soft delete post',
+ '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',
'DISABLE_BBCODE' => 'Disable BBCode',
'DISABLE_MAGIC_URL' => 'Do not automatically parse URLs',