mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 04:24:31 +02:00
[feature/soft-delete] Allow soft deleting/restoring topics via quickmoderation
PHPBB3-9567
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user