1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/soft-delete] Handle soft deleting via Delete Icon

PHPBB3-9567
This commit is contained in:
Joas Schilling
2012-10-24 19:52:16 +02:00
parent 3d56261621
commit f21fd469bc
4 changed files with 61 additions and 16 deletions

View File

@@ -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',