aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/mcp.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2009-07-21 20:59:11 +0000
committerNils Adermann <naderman@naderman.de>2009-07-21 20:59:11 +0000
commit6e4a7c03d14d6fcc03955fbe26c3d5f725eb929d (patch)
tree055fde9f035382ec59b83962cc4120022fbf7ced /phpBB/language/en/mcp.php
parent0ee8d7ab15caae94cdd381e9f449713c8838b611 (diff)
downloadforums-6e4a7c03d14d6fcc03955fbe26c3d5f725eb929d.tar
forums-6e4a7c03d14d6fcc03955fbe26c3d5f725eb929d.tar.gz
forums-6e4a7c03d14d6fcc03955fbe26c3d5f725eb929d.tar.bz2
forums-6e4a7c03d14d6fcc03955fbe26c3d5f725eb929d.tar.xz
forums-6e4a7c03d14d6fcc03955fbe26c3d5f725eb929d.zip
Users can report PMs to moderators which are then visible in a new MCP module
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9814 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/mcp.php')
-rw-r--r--phpBB/language/en/mcp.php36
1 files changed, 30 insertions, 6 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php
index 93b694be77..18195fd0f8 100644
--- a/phpBB/language/en/mcp.php
+++ b/phpBB/language/en/mcp.php
@@ -46,6 +46,7 @@ $lang = array_merge($lang, array(
'ALL_NOTES_DELETED' => 'Successfully removed all user notes.',
'ALL_REPORTS' => 'All reports',
'ALREADY_REPORTED' => 'This post has already been reported.',
+ 'ALREADY_REPORTED_PM' => 'This private message has already been reported.',
'ALREADY_WARNED' => 'A warning has already been issued for this post.',
'APPROVE' => 'Approve',
'APPROVE_POST' => 'Approve post',
@@ -58,11 +59,19 @@ $lang = array_merge($lang, array(
'CANNOT_WARN_SELF' => 'You cannot warn yourself.',
'CAN_LEAVE_BLANK' => 'This can be left blank.',
'CHANGE_POSTER' => 'Change poster',
+ 'CLOSE_PM_REPORT' => 'Close PM report',
+ 'CLOSE_PM_REPORT_CONFIRM' => 'Are you sure you want to close the selected PM report?',
+ 'CLOSE_PM_REPORTS' => 'Close PM reports',
+ 'CLOSE_PM_REPORTS_CONFIRM' => 'Are you sure you want to close the selected PM reports?',
'CLOSE_REPORT' => 'Close report',
'CLOSE_REPORT_CONFIRM' => 'Are you sure you want to close the selected report?',
'CLOSE_REPORTS' => 'Close reports',
'CLOSE_REPORTS_CONFIRM' => 'Are you sure you want to close the selected reports?',
+ 'DELETE_PM_REPORT' => 'Delete PM report',
+ 'DELETE_PM_REPORT_CONFIRM' => 'Are you sure you want to delete the selected PM report?',
+ 'DELETE_PM_REPORTS' => 'Delete PM reports',
+ 'DELETE_PM_REPORTS_CONFIRM' => 'Are you sure you want to delete the selected PM reports?',
'DELETE_POSTS' => 'Delete posts',
'DELETE_POSTS_CONFIRM' => 'Are you sure you want to delete these posts?',
'DELETE_POST_CONFIRM' => 'Are you sure you want to delete this post?',
@@ -106,6 +115,7 @@ $lang = array_merge($lang, array(
'LATEST_LOGS' => 'Latest 5 logged actions',
'LATEST_REPORTED' => 'Latest 5 reports',
+ 'LATEST_REPORTED_PMS' => 'Latest 5 PM reports',
'LATEST_UNAPPROVED' => 'Latest 5 posts awaiting approval',
'LATEST_WARNING_TIME' => 'Latest warning issued',
'LATEST_WARNINGS' => 'Latest 5 warnings',
@@ -170,7 +180,14 @@ $lang = array_merge($lang, array(
'MCP_POST_REPORTS' => 'Reports issued on this post',
- 'MCP_REPORTS' => 'Reported posts',
+ 'MCP_PM_REPORTS' => 'Reported PMs',
+ 'MCP_PM_REPORT_DETAILS' => 'PM Report details',
+ 'MCP_PM_REPORTS_CLOSED' => 'Closed PM reports',
+ 'MCP_PM_REPORTS_CLOSED_EXPLAIN' => 'This is a list of all reports about private messages which have previously been resolved.',
+ 'MCP_PM_REPORTS_OPEN' => 'Open PM reports',
+ 'MCP_PM_REPORTS_OPEN_EXPLAIN' => 'This is a list of all reported private messages which are still to be handled.',
+
+ 'MCP_REPORTS' => 'Reported messages',
'MCP_REPORT_DETAILS' => 'Report details',
'MCP_REPORTS_CLOSED' => 'Closed reports',
'MCP_REPORTS_CLOSED_EXPLAIN' => 'This is a list of all reports about posts which have previously been resolved.',
@@ -232,6 +249,11 @@ $lang = array_merge($lang, array(
'ONLY_TOPIC' => 'Only topic ā€œ%sā€',
'OTHER_USERS' => 'Other users posting from this IP',
+ '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_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_ZERO_TOTAL' => 'There are no PM reports to review.',
'POSTER' => 'Poster',
'POSTS_APPROVED_SUCCESS' => 'The selected posts have been approved.',
'POSTS_DELETED_SUCCESS' => 'The selected posts have been successfully removed from the database.',
@@ -264,7 +286,7 @@ $lang = array_merge($lang, array(
'REPORT_DELETED_SUCCESS' => 'The selected report has been deleted successfully.',
'REPORT_DETAILS' => 'Report details',
'REPORT_MESSAGE' => 'Report this message',
- 'REPORT_MESSAGE_EXPLAIN' => 'Use this form to report the selected message. Reporting should generally be used only if the message breaks forum rules.',
+ 'REPORT_MESSAGE_EXPLAIN' => 'Use this form to report the selected private message. Reporting should generally be used only if the message breaks forum rules. <strong>Reporting a private message will make its contents visible to all moderators</strong>',
'REPORT_NOTIFY' => 'Notify me',
'REPORT_NOTIFY_EXPLAIN' => 'Informs you when your report is dealt with.',
'REPORT_POST_EXPLAIN' => 'Use this form to report the selected post to the forum moderators and board administrators. Reporting should generally be used only if the post breaks forum rules.',
@@ -275,6 +297,7 @@ $lang = array_merge($lang, array(
'RETURN_MESSAGE' => '%sReturn to the message%s',
'RETURN_NEW_FORUM' => '%sGo to the new forum%s',
'RETURN_NEW_TOPIC' => '%sGo to the new topic%s',
+ 'RETURN_PM' => '%sReturn to the private message%s',
'RETURN_POST' => '%sReturn to the post%s',
'RETURN_QUEUE' => '%sReturn to the queue%s',
'RETURN_REPORTS' => '%sReturn to the reports%s',
@@ -346,6 +369,7 @@ $lang = array_merge($lang, array(
'USER_WARNING_ADDED' => 'User warned successfully.',
'VIEW_DETAILS' => 'View details',
+ 'VIEW_PM' => 'View private message',
'VIEW_POST' => 'View post',
'WARNED_USERS' => 'Warned users',
@@ -365,10 +389,10 @@ $lang = array_merge($lang, array(
'OTHER' => 'Other',
),
'DESCRIPTION' => array(
- 'WAREZ' => 'The post contains links to illegal or pirated software.',
- 'SPAM' => 'The reported post has the only purpose to advertise for a website or another product.',
- 'OFF_TOPIC' => 'The reported post is off topic.',
- 'OTHER' => 'The reported post does not fit into any other category, please use the further information field.',
+ 'WAREZ' => 'The message contains links to illegal or pirated software.',
+ 'SPAM' => 'The reported message has the only purpose to advertise for a website or another product.',
+ 'OFF_TOPIC' => 'The reported message is off topic.',
+ 'OTHER' => 'The reported message does not fit into any other category, please use the further information field.',
)
),
));