mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-17 13:00:20 +02:00
missing language variable
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9832 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
87dc01de25
commit
a2f7072196
@ -254,6 +254,7 @@ $lang = array_merge($lang, array(
|
|||||||
'PM_REPORTED_SUCCESS' => 'This private message has been successfully reported.',
|
'PM_REPORTED_SUCCESS' => 'This private message has been successfully reported.',
|
||||||
'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',
|
||||||
'POSTER' => 'Poster',
|
'POSTER' => 'Poster',
|
||||||
'POSTS_APPROVED_SUCCESS' => 'The selected posts have been approved.',
|
'POSTS_APPROVED_SUCCESS' => 'The selected posts have been approved.',
|
||||||
'POSTS_DELETED_SUCCESS' => 'The selected posts have been successfully removed from the database.',
|
'POSTS_DELETED_SUCCESS' => 'The selected posts have been successfully removed from the database.',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user