Changeset 702 for trunk/forum/language/en/mcp.php
- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/language/en/mcp.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : mcp.php 8940 2008-09-26 11:25:04Z toonarmy$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 47 47 'ALL_REPORTS' => 'All reports', 48 48 'ALREADY_REPORTED' => 'This post has already been reported.', 49 'ALREADY_REPORTED_PM' => 'This private message has already been reported.', 49 50 'ALREADY_WARNED' => 'A warning has already been issued for this post.', 50 51 'APPROVE' => 'Approve', … … 59 60 'CAN_LEAVE_BLANK' => 'This can be left blank.', 60 61 'CHANGE_POSTER' => 'Change poster', 62 'CLOSE_PM_REPORT' => 'Close PM report', 63 'CLOSE_PM_REPORT_CONFIRM' => 'Are you sure you want to close the selected PM report?', 64 'CLOSE_PM_REPORTS' => 'Close PM reports', 65 'CLOSE_PM_REPORTS_CONFIRM' => 'Are you sure you want to close the selected PM reports?', 61 66 'CLOSE_REPORT' => 'Close report', 62 67 'CLOSE_REPORT_CONFIRM' => 'Are you sure you want to close the selected report?', … … 64 69 'CLOSE_REPORTS_CONFIRM' => 'Are you sure you want to close the selected reports?', 65 70 71 'DELETE_PM_REPORT' => 'Delete PM report', 72 'DELETE_PM_REPORT_CONFIRM' => 'Are you sure you want to delete the selected PM report?', 73 'DELETE_PM_REPORTS' => 'Delete PM reports', 74 'DELETE_PM_REPORTS_CONFIRM' => 'Are you sure you want to delete the selected PM reports?', 66 75 'DELETE_POSTS' => 'Delete posts', 67 76 'DELETE_POSTS_CONFIRM' => 'Are you sure you want to delete these posts?', … … 107 116 'LATEST_LOGS' => 'Latest 5 logged actions', 108 117 'LATEST_REPORTED' => 'Latest 5 reports', 118 'LATEST_REPORTED_PMS' => 'Latest 5 PM reports', 109 119 'LATEST_UNAPPROVED' => 'Latest 5 posts awaiting approval', 110 120 'LATEST_WARNING_TIME' => 'Latest warning issued', … … 171 181 'MCP_POST_REPORTS' => 'Reports issued on this post', 172 182 173 'MCP_REPORTS' => 'Reported posts', 183 'MCP_PM_REPORTS' => 'Reported PMs', 184 'MCP_PM_REPORT_DETAILS' => 'PM Report details', 185 'MCP_PM_REPORTS_CLOSED' => 'Closed PM reports', 186 'MCP_PM_REPORTS_CLOSED_EXPLAIN' => 'This is a list of all reports about private messages which have previously been resolved.', 187 'MCP_PM_REPORTS_OPEN' => 'Open PM reports', 188 'MCP_PM_REPORTS_OPEN_EXPLAIN' => 'This is a list of all reported private messages which are still to be handled.', 189 190 'MCP_REPORTS' => 'Reported messages', 174 191 'MCP_REPORT_DETAILS' => 'Report details', 175 192 'MCP_REPORTS_CLOSED' => 'Closed reports', … … 233 250 'OTHER_USERS' => 'Other users posting from this IP', 234 251 252 'PM_REPORT_CLOSED_SUCCESS' => 'The selected PM report has been closed successfully.', 253 'PM_REPORT_DELETED_SUCCESS' => 'The selected PM report has been deleted successfully.', 254 'PM_REPORTED_SUCCESS' => 'This private message has been successfully reported.', 255 'PM_REPORT_TOTAL' => 'In total there is <strong>1</strong> PM report to review.', 256 'PM_REPORTS_CLOSED_SUCCESS' => 'The selected PM reports have been closed successfully.', 257 'PM_REPORTS_DELETED_SUCCESS'=> 'The selected PM reports have been deleted successfully.', 258 'PM_REPORTS_TOTAL' => 'In total there are <strong>%d</strong> PM reports to review.', 259 'PM_REPORTS_ZERO_TOTAL' => 'There are no PM reports to review.', 260 'PM_REPORT_DETAILS' => 'Private message report details', 235 261 'POSTER' => 'Poster', 236 262 'POSTS_APPROVED_SUCCESS' => 'The selected posts have been approved.', … … 265 291 'REPORT_DETAILS' => 'Report details', 266 292 'REPORT_MESSAGE' => 'Report this message', 267 'REPORT_MESSAGE_EXPLAIN' => 'Use this form to report the selected message. Reporting should generally be used only if the message breaks forum rules.',293 '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>', 268 294 'REPORT_NOTIFY' => 'Notify me', 269 295 'REPORT_NOTIFY_EXPLAIN' => 'Informs you when your report is dealt with.', … … 276 302 'RETURN_NEW_FORUM' => '%sGo to the new forum%s', 277 303 'RETURN_NEW_TOPIC' => '%sGo to the new topic%s', 304 'RETURN_PM' => '%sReturn to the private message%s', 278 305 'RETURN_POST' => '%sReturn to the post%s', 279 306 'RETURN_QUEUE' => '%sReturn to the queue%s', … … 303 330 'SPLIT_TOPIC_EXPLAIN' => 'Using the form below you can split a topic in two, either by selecting the posts individually or by splitting at a selected post.', 304 331 332 'THIS_PM_IP' => 'IP for this private message', 305 333 'THIS_POST_IP' => 'IP for this post', 306 334 'TOPICS_APPROVED_SUCCESS' => 'The selected topics have been approved.', … … 347 375 348 376 'VIEW_DETAILS' => 'View details', 377 'VIEW_PM' => 'View private message', 349 378 'VIEW_POST' => 'View post', 350 379 … … 366 395 ), 367 396 'DESCRIPTION' => array( 368 'WAREZ' => 'The postcontains links to illegal or pirated software.',369 'SPAM' => 'The reported posthas the only purpose to advertise for a website or another product.',370 'OFF_TOPIC' => 'The reported postis off topic.',371 'OTHER' => 'The reported postdoes not fit into any other category, please use the further information field.',397 'WAREZ' => 'The message contains links to illegal or pirated software.', 398 'SPAM' => 'The reported message has the only purpose to advertise for a website or another product.', 399 'OFF_TOPIC' => 'The reported message is off topic.', 400 'OTHER' => 'The reported message does not fit into any other category, please use the further information field.', 372 401 ) 373 402 ),
Note:
See TracChangeset
for help on using the changeset viewer.