PersonalMessage.english.php 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. <?php
  2. // Version: 2.0; PersonalMessage
  3. global $context;
  4. $txt['pm_inbox'] = 'Personal Messages Index';
  5. $txt['send_message'] = 'Send message';
  6. $txt['pm_add'] = 'Add';
  7. $txt['make_bcc'] = 'Add BCC';
  8. $txt['pm_to'] = 'To';
  9. $txt['pm_bcc'] = 'Bcc';
  10. $txt['inbox'] = 'Inbox';
  11. $txt['conversation'] = 'Conversation';
  12. $txt['messages'] = 'Messages';
  13. $txt['sent_items'] = 'Sent Items';
  14. $txt['new_message'] = 'New Message';
  15. $txt['delete_message'] = 'Delete Messages';
  16. // Don't translate "PMBOX" in this string.
  17. $txt['delete_all'] = 'Delete all messages in your PMBOX';
  18. $txt['delete_all_confirm'] = 'Are you sure you want to delete all messages?';
  19. $txt['recipient'] = 'Recipient';
  20. // Don't translate the word "SUBJECT" here, as it is used to format the message - use numeric entities as well.
  21. $txt['new_pm_subject'] = 'New Personal Message: SUBJECT';
  22. // Don't translate SENDER or MESSAGE in this language string; they are replaced with the corresponding text - use numeric entities too.
  23. $txt['pm_email'] = 'You have just been sent a personal message by SENDER on ' . $context['forum_name'] . '.' . "\n\n" . 'IMPORTANT: Remember, this is just a notification. Please do not reply to this email.' . "\n\n" . 'The message they sent you was:' . "\n\n" . 'MESSAGE';
  24. $txt['pm_multiple'] = '(multiple recipients: \'name1, name2\')';
  25. // Use numeric entities in the below string.
  26. $txt['instant_reply'] = 'Reply to this Personal Message here:';
  27. $txt['delete_selected_confirm'] = 'Are you sure you want to delete all selected personal messages?';
  28. $txt['sent_to'] = 'Sent to';
  29. $txt['reply_to_all'] = 'Reply to All';
  30. $txt['delete_conversation'] = 'Delete Conversation';
  31. $txt['pm_capacity'] = 'Capacity';
  32. $txt['pm_currently_using'] = '%1$s messages, %2$s%% full.';
  33. $txt['pm_sent'] = 'Your message has been sent successfully.';
  34. $txt['pm_error_user_not_found'] = 'Unable to find member \'%1$s\'.';
  35. $txt['pm_error_ignored_by_user'] = 'User \'%1$s\' has blocked your personal message.';
  36. $txt['pm_error_data_limit_reached'] = 'PM could not be sent to \'%1$s\' as their inbox is full!';
  37. $txt['pm_error_user_cannot_read'] = 'User \'%1$s\' can not receive personal messages.';
  38. $txt['pm_successfully_sent'] = 'PM successfully sent to \'%1$s\'.';
  39. $txt['pm_send_report'] = 'Send report';
  40. $txt['pm_save_outbox'] = 'Save a copy in my outbox';
  41. $txt['pm_undisclosed_recipients'] = 'Undisclosed recipients';
  42. $txt['pm_too_many_recipients'] = 'You may not send personal messages to more than %1$d recipient(s) at once.';
  43. $txt['pm_read'] = 'Read';
  44. $txt['pm_replied'] = 'Replied To';
  45. // Message Pruning.
  46. $txt['pm_prune'] = 'Prune Messages';
  47. $txt['pm_prune_desc1'] = 'Delete all personal messages older than';
  48. $txt['pm_prune_desc2'] = 'days.';
  49. $txt['pm_prune_warning'] = 'Are you sure you wish to prune your personal messages?';
  50. // Actions Drop Down.
  51. $txt['pm_actions_title'] = 'Further Actions';
  52. $txt['pm_actions_delete_selected'] = 'Delete Selected';
  53. $txt['pm_actions_filter_by_label'] = 'Filter By Label';
  54. $txt['pm_actions_go'] = 'Go';
  55. // Manage Labels Screen.
  56. $txt['pm_apply'] = 'Apply';
  57. $txt['pm_manage_labels'] = 'Manage Labels';
  58. $txt['pm_labels_delete'] = 'Are you sure you wish to delete the selected labels?';
  59. $txt['pm_labels_desc'] = 'From here you can add, edit and delete the labels used in your personal message center.';
  60. $txt['pm_label_add_new'] = 'Add New Label';
  61. $txt['pm_label_name'] = 'Label Name';
  62. $txt['pm_labels_no_exist'] = 'You currently have no labels setup!';
  63. // Labeling Drop Down.
  64. $txt['pm_current_label'] = 'Label';
  65. $txt['pm_msg_label_title'] = 'Label Message';
  66. $txt['pm_msg_label_apply'] = 'Add Label';
  67. $txt['pm_msg_label_remove'] = 'Remove Label';
  68. $txt['pm_msg_label_inbox'] = 'Inbox';
  69. $txt['pm_sel_label_title'] = 'Label Selected';
  70. // Sidebar Headings.
  71. $txt['pm_labels'] = 'Labels';
  72. $txt['pm_messages'] = 'Messages';
  73. $txt['pm_actions'] = 'Actions';
  74. $txt['pm_preferences'] = 'Preferences';
  75. $txt['pm_is_replied_to'] = 'You have forwarded or responded to this message.';
  76. // Reporting messages.
  77. $txt['pm_report_to_admin'] = 'Report To Admin';
  78. $txt['pm_report_title'] = 'Report Personal Message';
  79. $txt['pm_report_desc'] = 'From this page you can report the personal message you received to the admin team of the forum. Please be sure to include a description of why you are reporting the message, as this will be sent along with the contents of the original message.';
  80. $txt['pm_report_admins'] = 'Administrator to send report to';
  81. $txt['pm_report_all_admins'] = 'Send to all forum administrators';
  82. $txt['pm_report_reason'] = 'Reason why you are reporting this message';
  83. $txt['pm_report_message'] = 'Report Message';
  84. // Important - The following strings should use numeric entities.
  85. $txt['pm_report_pm_subject'] = '[REPORT] ';
  86. // In the below string, do not translate "{REPORTER}" or "{SENDER}".
  87. $txt['pm_report_pm_user_sent'] = '{REPORTER} has reported the below personal message, sent by {SENDER}, for the following reason:';
  88. $txt['pm_report_pm_other_recipients'] = 'Other recipients of the message include:';
  89. $txt['pm_report_pm_hidden'] = '%1$d hidden recipient(s)';
  90. $txt['pm_report_pm_unedited_below'] = 'Below are the original contents of the personal message which was reported:';
  91. $txt['pm_report_pm_sent'] = 'Sent:';
  92. $txt['pm_report_done'] = 'Thank you for submitting this report. You should hear back from the admin team shortly.';
  93. $txt['pm_report_return'] = 'Return to the inbox';
  94. $txt['pm_search_title'] = 'Search Personal Messages';
  95. $txt['pm_search_bar_title'] = 'Search Messages';
  96. $txt['pm_search_text'] = 'Search for';
  97. $txt['pm_search_go'] = 'Search';
  98. $txt['pm_search_advanced'] = 'Advanced search';
  99. $txt['pm_search_user'] = 'By user';
  100. $txt['pm_search_match_all'] = 'Match all words';
  101. $txt['pm_search_match_any'] = 'Match any words';
  102. $txt['pm_search_options'] = 'Options';
  103. $txt['pm_search_post_age'] = 'Message age';
  104. $txt['pm_search_show_complete'] = 'Show full message in results.';
  105. $txt['pm_search_subject_only'] = 'Search by subject and author only.';
  106. $txt['pm_search_between'] = 'between';
  107. $txt['pm_search_between_and'] = 'and';
  108. $txt['pm_search_between_days'] = 'days';
  109. $txt['pm_search_order'] = 'Search order';
  110. $txt['pm_search_choose_label'] = 'Choose labels to search by, or search all';
  111. $txt['pm_search_results'] = 'Search Results';
  112. $txt['pm_search_none_found'] = 'No Messages Found';
  113. $txt['pm_search_orderby_relevant_first'] = 'Most relevant first';
  114. $txt['pm_search_orderby_recent_first'] = 'Most recent first';
  115. $txt['pm_search_orderby_old_first'] = 'Oldest first';
  116. $txt['pm_visual_verification_label'] = 'Verification';
  117. $txt['pm_visual_verification_desc'] = 'Please enter the code in the image above to send this pm.';
  118. $txt['pm_settings'] = 'Change Settings';
  119. $txt['pm_change_view'] = 'Change View';
  120. $txt['pm_manage_rules'] = 'Manage Rules';
  121. $txt['pm_manage_rules_desc'] = 'Message rules allow you to automatically sort incoming messages dependant on a set of criteria you define. Below are all the rules you currently have setup. To edit a rule simply click the rule name.';
  122. $txt['pm_rules_none'] = 'You have not yet setup any message rules.';
  123. $txt['pm_rule_title'] = 'Rule';
  124. $txt['pm_add_rule'] = 'Add New Rule';
  125. $txt['pm_apply_rules'] = 'Apply Rules Now';
  126. // Use entities in the below string.
  127. $txt['pm_js_apply_rules_confirm'] = 'Are you sure you wish to apply the current rules to all personal messages?';
  128. $txt['pm_edit_rule'] = 'Edit Rule';
  129. $txt['pm_rule_save'] = 'Save Rule';
  130. $txt['pm_delete_selected_rule'] = 'Delete Selected Rules';
  131. // Use entities in the below string.
  132. $txt['pm_js_delete_rule_confirm'] = 'Are you sure you wish to delete the selected rules?';
  133. $txt['pm_rule_name'] = 'Name';
  134. $txt['pm_rule_name_desc'] = 'Name to remember this rule by';
  135. $txt['pm_rule_name_default'] = '[NAME]';
  136. $txt['pm_rule_description'] = 'Description';
  137. $txt['pm_rule_not_defined'] = 'Add some criteria to begin building this rule description.';
  138. $txt['pm_rule_js_disabled'] = '<span class="alert"><strong>Note:</strong> You appear to have javascript disabled. We highly recommend you enable javascript to use this feature.</span>';
  139. $txt['pm_rule_criteria'] = 'Criteria';
  140. $txt['pm_rule_criteria_add'] = 'Add Criteria';
  141. $txt['pm_rule_criteria_pick'] = 'Choose Criteria';
  142. $txt['pm_rule_mid'] = 'Sender Name';
  143. $txt['pm_rule_gid'] = 'Sender\'s Group';
  144. $txt['pm_rule_sub'] = 'Message Subject Contains';
  145. $txt['pm_rule_msg'] = 'Message Body Contains';
  146. $txt['pm_rule_bud'] = 'Sender is Buddy';
  147. $txt['pm_rule_sel_group'] = 'Select Group';
  148. $txt['pm_rule_logic'] = 'When Checking Criteria';
  149. $txt['pm_rule_logic_and'] = 'All criteria must be met';
  150. $txt['pm_rule_logic_or'] = 'Any criteria can be met';
  151. $txt['pm_rule_actions'] = 'Actions';
  152. $txt['pm_rule_sel_action'] = 'Select an Action';
  153. $txt['pm_rule_add_action'] = 'Add Action';
  154. $txt['pm_rule_label'] = 'Label message with';
  155. $txt['pm_rule_sel_label'] = 'Select Label';
  156. $txt['pm_rule_delete'] = 'Delete Message';
  157. $txt['pm_rule_no_name'] = 'You forgot to enter a name for the rule.';
  158. $txt['pm_rule_no_criteria'] = 'A rule must have at least one criteria and one action set.';
  159. $txt['pm_rule_too_complex'] = 'The rule you are creating is too long for SMF to store. Try breaking it up into smaller rules.';
  160. $txt['pm_readable_and'] = '<em>and</em>';
  161. $txt['pm_readable_or'] = '<em>or</em>';
  162. $txt['pm_readable_start'] = 'If ';
  163. $txt['pm_readable_end'] = '.';
  164. $txt['pm_readable_member'] = 'message is from &quot;{MEMBER}&quot;';
  165. $txt['pm_readable_group'] = 'sender is from the &quot;{GROUP}&quot; group';
  166. $txt['pm_readable_subject'] = 'message subject contains &quot;{SUBJECT}&quot;';
  167. $txt['pm_readable_body'] = 'message body contains &quot;{BODY}&quot;';
  168. $txt['pm_readable_buddy'] = 'sender is a buddy';
  169. $txt['pm_readable_label'] = 'apply label &quot;{LABEL}&quot;';
  170. $txt['pm_readable_delete'] = 'delete the message';
  171. $txt['pm_readable_then'] = '<strong>then</strong>';
  172. ?>