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