1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[feature/soft-delete] Display post delete reason if one is given

PHPBB3-9567
This commit is contained in:
Joas Schilling
2012-10-24 19:58:28 +02:00
parent f21fd469bc
commit 7b3d794cad
3 changed files with 58 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ $lang = array_merge($lang, array(
'CODE' => 'Code',
'DELETE_TOPIC' => 'Delete topic',
'DELETED_INFORMATION' => 'Deleted by %1$s on %2$s',
'DISAPPROVE' => 'Disapprove',
'DOWNLOAD_NOTICE' => 'You do not have the required permissions to view the files attached to this post.',