mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
missing lang var for PM reports
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9853 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
268fc1bc56
commit
5d0616af0f
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ $lang = array_merge($lang, array(
|
||||||
'PM_REPORT_CLOSED_SUCCESS' => 'The selected PM report has been closed successfully.',
|
'PM_REPORT_CLOSED_SUCCESS' => 'The selected PM report has been closed successfully.',
|
||||||
'PM_REPORT_DELETED_SUCCESS' => 'The selected PM report has been deleted successfully.',
|
'PM_REPORT_DELETED_SUCCESS' => 'The selected PM report has been deleted successfully.',
|
||||||
'PM_REPORTED_SUCCESS' => 'This private message has been successfully reported.',
|
'PM_REPORTED_SUCCESS' => 'This private message has been successfully reported.',
|
||||||
|
'REPORT_TOTAL' => 'In total there is <strong>1</strong> PM report to review.',
|
||||||
'PM_REPORTS_TOTAL' => 'In total there are <strong>%d</strong> PM reports to review.',
|
'PM_REPORTS_TOTAL' => 'In total there are <strong>%d</strong> PM reports to review.',
|
||||||
'PM_REPORTS_ZERO_TOTAL' => 'There are no PM reports to review.',
|
'PM_REPORTS_ZERO_TOTAL' => 'There are no PM reports to review.',
|
||||||
'PM_REPORT_DETAILS' => 'Private message report details',
|
'PM_REPORT_DETAILS' => 'Private message report details',
|
||||||
|
|
Loading…
Add table
Reference in a new issue