ModerationCenter.english.php 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. <?php
  2. // Version: 2.1 Alpha 1; ModerationCenter
  3. global $scripturl;
  4. $txt['moderation_center'] = 'Moderation Center';
  5. $txt['mc_main'] = 'Main';
  6. $txt['mc_logs'] = 'Logs';
  7. $txt['mc_posts'] = 'Posts';
  8. $txt['mc_groups'] = 'Members and groups';
  9. $txt['mc_view_groups'] = 'View Membergroups';
  10. $txt['mc_description'] = 'This is your &quot;Moderation Center&quot;. From here you can perform all the moderation actions assigned to yourself by the Administrator. This home page contains a summary of all the latest happenings in your community. You can personalize the layout by clicking <a href="' . $scripturl . '?action=moderate;area=settings">here</a>.';
  11. $txt['mc_group_requests'] = 'Membergroup Requests';
  12. $txt['mc_unapproved_posts'] = 'Unapproved Posts';
  13. $txt['mc_watched_users'] = 'Recent Watched Members';
  14. $txt['mc_watched_topics'] = 'Watched Topics';
  15. $txt['mc_scratch_board'] = 'Moderator Scratch Board';
  16. $txt['mc_latest_news'] = 'Simple Machines Latest News';
  17. $txt['mc_recent_reports'] = 'Recent Topic Reports';
  18. $txt['mc_warnings'] = 'Warnings';
  19. $txt['mc_notes'] = 'Moderator Notes';
  20. $txt['mc_cannot_connect_sm'] = 'You are unable to connect to simplemachines.org\'s latest news file.';
  21. $txt['mc_recent_reports_none'] = 'There are no outstanding reports';
  22. $txt['mc_watched_users_none'] = 'There are not currently any watches in place.';
  23. $txt['mc_group_requests_none'] = 'There are no open requests for group membership.';
  24. $txt['mc_seen'] = '%1$s last seen %2$s';
  25. $txt['mc_seen_never'] = '%1$s never seen';
  26. $txt['mc_groupr_by'] = 'by';
  27. $txt['mc_reported_posts_desc'] = 'Here you can review all the post reports raised by members of the community.';
  28. $txt['mc_reportedp_active'] = 'Active Reports';
  29. $txt['mc_reportedp_closed'] = 'Old Reports';
  30. $txt['mc_reportedp_by'] = 'by';
  31. $txt['mc_reportedp_reported_by'] = 'Reported By';
  32. $txt['mc_reportedp_last_reported'] = 'Last Reported';
  33. $txt['mc_reportedp_none_found'] = 'No Reports Found';
  34. $txt['mc_reportedp_details'] = 'Details';
  35. $txt['mc_reportedp_close'] = 'Close';
  36. $txt['mc_reportedp_open'] = 'Open';
  37. $txt['mc_reportedp_ignore'] = 'Ignore';
  38. $txt['mc_reportedp_unignore'] = 'Un-Ignore';
  39. // Do not use numeric entries in the below string.
  40. $txt['mc_reportedp_ignore_confirm'] = 'Are you sure you wish to ignore further reports about this message?\\n\\nThis will turn off further reports for all moderators of the forum.';
  41. $txt['mc_reportedp_close_selected'] = 'Close Selected';
  42. $txt['mc_groupr_group'] = 'Membergroups';
  43. $txt['mc_groupr_member'] = 'Member';
  44. $txt['mc_groupr_reason'] = 'Reason';
  45. $txt['mc_groupr_none_found'] = 'There are currently no outstanding membergroup requests.';
  46. $txt['mc_groupr_submit'] = 'Submit';
  47. $txt['mc_groupr_reason_desc'] = 'Reason to reject %1$s\'s request to join &quot;%2$s&quot;';
  48. $txt['mc_groups_reason_title'] = 'Reasons for rejection';
  49. $txt['with_selected'] = 'With selected';
  50. $txt['mc_groupr_approve'] = 'Approve request';
  51. $txt['mc_groupr_reject'] = 'Reject request (No Reason)';
  52. $txt['mc_groupr_reject_w_reason'] = 'Reject request with reason';
  53. // Do not use numeric entries in the below string.
  54. $txt['mc_groupr_warning'] = 'Are you sure you wish to do this?';
  55. $txt['mc_unapproved_attachments_none_found'] = 'There are currently no attachments awaiting approval';
  56. $txt['mc_unapproved_attachments_desc'] = 'From here you can approve or delete any attachments awaiting moderation.';
  57. $txt['mc_unapproved_replies_none_found'] = 'There are currently no posts awaiting approval';
  58. $txt['mc_unapproved_topics_none_found'] = 'There are currently no topics awaiting approval';
  59. $txt['mc_unapproved_posts_desc'] = 'From here you can approve or delete any posts awaiting moderation.';
  60. $txt['mc_unapproved_replies'] = 'Replies';
  61. $txt['mc_unapproved_topics'] = 'Topics';
  62. $txt['mc_unapproved_by'] = 'by';
  63. $txt['mc_unapproved_sure'] = 'Are you sure you want to do this?';
  64. $txt['mc_unapproved_attach_name'] = 'Attachment name';
  65. $txt['mc_unapproved_attach_size'] = 'Filesize';
  66. $txt['mc_unapproved_attach_poster'] = 'Poster';
  67. $txt['mc_viewmodreport'] = 'Moderation report for %1$s by %2$s';
  68. $txt['mc_modreport_summary'] = 'There have been %1$d report(s) concerning this post. The last report was %2$s.';
  69. $txt['mc_modreport_whoreported_title'] = 'Members who have reported this post';
  70. $txt['mc_modreport_whoreported_data'] = 'Reported by %1$s on %2$s. They left the following message:';
  71. $txt['mc_modreport_modactions'] = 'Actions taken by other moderators';
  72. $txt['mc_modreport_mod_comments'] = 'Moderator Comments';
  73. $txt['mc_modreport_no_mod_comment'] = 'There are not currently any moderator comments';
  74. $txt['mc_modreport_add_mod_comment'] = 'Add Comment';
  75. $txt['show_notice'] = 'Notice Text';
  76. $txt['show_notice_subject'] = 'Subject';
  77. $txt['show_notice_text'] = 'Text';
  78. $txt['mc_watched_users_title'] = 'Watched Members';
  79. $txt['mc_watched_users_desc'] = 'Here you can keep a track of all members who have been assigned a &quot;watch&quot; by the moderation team.';
  80. $txt['mc_watched_users_post'] = 'View by Post';
  81. $txt['mc_watched_users_warning'] = 'Warning Level';
  82. $txt['mc_watched_users_last_login'] = 'Last Login';
  83. $txt['mc_watched_users_last_post'] = 'Last Post';
  84. $txt['mc_watched_users_no_posts'] = 'There are no posts from watched members.';
  85. // Don't use entities in the two strings below.
  86. $txt['mc_watched_users_delete_post'] = 'Are you sure you want to delete this post?';
  87. $txt['mc_watched_users_delete_posts'] = 'Are you sure you want to delete these posts?';
  88. $txt['mc_watched_users_posted'] = 'Posted';
  89. $txt['mc_watched_users_member'] = 'Member';
  90. $txt['mc_warnings_description'] = 'From this section you can see which warnings have been issued to members of the forum. You can also add and modify the notification templates used when sending a warning to a member.';
  91. $txt['mc_warning_log'] = 'Log';
  92. $txt['mc_warning_templates'] = 'Custom Templates';
  93. $txt['mc_warning_log_title'] = 'Viewing warning log';
  94. $txt['mc_warning_templates_title'] = 'Custom warning templates';
  95. $txt['mc_warnings_none'] = 'No warnings have been issued.';
  96. $txt['mc_warnings_recipient'] = 'Recipient';
  97. $txt['mc_warning_templates_none'] = 'No warning templates have been created yet';
  98. $txt['mc_warning_templates_time'] = 'Time Created';
  99. $txt['mc_warning_templates_name'] = 'Template';
  100. $txt['mc_warning_templates_creator'] = 'Created By';
  101. $txt['mc_warning_template_add'] = 'Add Template';
  102. $txt['mc_warning_template_modify'] = 'Edit Template';
  103. $txt['mc_warning_template_delete'] = 'Delete Selected';
  104. $txt['mc_warning_template_delete_confirm'] = 'Are you sure you want to delete the selected templates?';
  105. $txt['mc_warning_template_desc'] = 'Use this page to fill in the details of the template. Note that the subject for the email is not part of the template. Note that as the notification is sent by PM you can use BBC within the template. Note if you use the {MESSAGE} variable then this template will not be available when issuing a generic warning (i.e. A warning not linked to a post).';
  106. $txt['mc_warning_template_title'] = 'Template Title';
  107. $txt['mc_warning_template_body_desc'] = 'The content of the notification message. Note that you can use the following shortcuts in this template.<ul style="margin-top: 0px;"><li>{MEMBER} - Member Name.</li><li>{MESSAGE} - Link to Offending Post. (If Applicable)</li><li>{FORUMNAME} - Forum Name.</li><li>{SCRIPTURL} - Web address of forum.</li><li>{REGARDS} - Standard email sign-off.</li></ul>';
  108. $txt['mc_warning_template_body_default'] = '{MEMBER},' . "\n\n" . 'You have received a warning for inappropriate activity. Please cease these activities and abide by the forum rules otherwise we will take further action.' . "\n\n" . '{REGARDS}';
  109. $txt['mc_warning_template_personal'] = 'Personal Template';
  110. $txt['mc_warning_template_personal_desc'] = 'If you select this option only you will be able to see, edit and use this template. If not selected all moderators will be able to use this template.';
  111. $txt['mc_warning_template_error_no_title'] = 'You must set title.';
  112. $txt['mc_warning_template_error_no_body'] = 'You must set a notification body.';
  113. $txt['mc_settings'] = 'Change Settings';
  114. $txt['mc_prefs_title'] = 'Moderation Preferences';
  115. $txt['mc_prefs_desc'] = 'This section allows you to set some personal preferences for moderation related activities such as email notifications.';
  116. $txt['mc_prefs_homepage'] = 'Items to show on moderation homepage';
  117. $txt['mc_prefs_latest_news'] = 'SM News';
  118. $txt['mc_prefs_show_reports'] = 'Show open report count in forum header';
  119. $txt['mc_prefs_notify_report'] = 'Notify of topic reports';
  120. $txt['mc_prefs_notify_report_never'] = 'Never';
  121. $txt['mc_prefs_notify_report_moderator'] = 'Only if it\'s a board I moderate';
  122. $txt['mc_prefs_notify_report_always'] = 'Always';
  123. $txt['mc_prefs_notify_approval'] = 'Notify of items awaiting approval';
  124. $txt['mc_logoff'] = 'Moderator End Session';
  125. // Use entities in the below string.
  126. $txt['mc_click_add_note'] = 'Add a new note';
  127. $txt['mc_add_note'] = 'Add';
  128. ?>