diff options
author | Chris Smith <toonarmy@phpbb.com> | 2009-12-11 21:01:31 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2009-12-11 21:01:31 +0000 |
commit | 8362c3b6b729146db46ab357f5322275be8e9ef5 (patch) | |
tree | 51c4257046e24571edd46daedd2f9fd5500bf82d /phpBB/language/en/mcp.php | |
parent | e2fe61b7df1300b659e7671db17835603647e818 (diff) | |
download | forums-8362c3b6b729146db46ab357f5322275be8e9ef5.tar forums-8362c3b6b729146db46ab357f5322275be8e9ef5.tar.gz forums-8362c3b6b729146db46ab357f5322275be8e9ef5.tar.bz2 forums-8362c3b6b729146db46ab357f5322275be8e9ef5.tar.xz forums-8362c3b6b729146db46ab357f5322275be8e9ef5.zip |
Missing PM report language entries added. #55095
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10320 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/mcp.php')
-rw-r--r-- | phpBB/language/en/mcp.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index ab03cdb0be..2e988e2d42 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -253,6 +253,8 @@ $lang = array_merge($lang, array( 'PM_REPORT_DELETED_SUCCESS' => 'The selected PM report has been deleted successfully.', 'PM_REPORTED_SUCCESS' => 'This private message has been successfully reported.', 'PM_REPORT_TOTAL' => 'In total there is <strong>1</strong> PM report to review.', + 'PM_REPORTS_CLOSED_SUCCESS' => 'The selected PM reports have been closed successfully.', + 'PM_REPORTS_DELETED_SUCCESS'=> 'The selected PM reports have been deleted successfully.', '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_REPORT_DETAILS' => 'Private message report details', |