This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
forked from Wedge/languages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPersonalMessage.english.php
202 lines (177 loc) · 10.2 KB
/
PersonalMessage.english.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<?php
// Version: 2.0; PersonalMessage
$txt['pm_inbox'] = 'Personal Messages - Inbox';
$txt['send_message'] = 'Send message';
$txt['pm_add'] = 'Add';
$txt['make_bcc'] = 'Add BCC';
$txt['pm_to'] = 'To';
$txt['pm_bcc'] = 'Bcc';
$txt['pm_contact_list'] = 'Contact List';
$txt['inbox'] = 'Inbox';
$txt['conversation'] = 'Conversation';
$txt['messages'] = 'Messages';
$txt['sent_items'] = 'Sent Items';
$txt['new_message'] = 'New Message';
$txt['delete_message'] = 'Delete Messages';
// Don't translate "PMBOX" in this string.
$txt['delete_all'] = 'Delete all messages in your PMBOX';
$txt['delete_all_confirm'] = 'Are you sure you want to delete all messages?';
$txt['recipient'] = 'Recipient';
$txt['pm_multiple'] = '(multiple recipients: \'name1, name2\')';
$txt['delete_selected_confirm'] = 'Are you sure you want to delete all selected personal messages?';
$txt['pm_view'] = 'View';
$txt['pm_display_mode'] = 'Display personal messages';
$txt['pm_display_mode_all'] = 'All at once';
$txt['pm_display_mode_one'] = 'One at a time';
$txt['pm_display_mode_linked'] = 'As a conversation';
$txt['sent_to'] = 'Sent to';
$txt['reply_to_all'] = 'Reply to All';
$txt['delete_conversation'] = 'Delete Conversation';
$txt['pm_capacity'] = 'Capacity';
$txt['pm_currently_using'] = '%1$s messages, %2$s%% full.';
$txt['pm_sent'] = 'Your message has been sent successfully.';
$txt['pm_receive_from'] = 'Receive personal messages from:';
$txt['pm_receive_from_everyone'] = 'All members';
$txt['pm_receive_from_ignore'] = 'All members, except those on my ignore list';
$txt['pm_receive_from_admins'] = 'Administrators only';
$txt['pm_receive_from_buddies'] = 'Contacts and Administrators only';
$txt['pm_remove_inbox_label'] = 'Remove the inbox label when applying another label';
$txt['pm_error_user_not_found'] = 'Unable to find member \'%1$s\'.';
$txt['pm_error_ignored_by_user'] = 'User \'%1$s\' has blocked your personal message.';
$txt['pm_error_data_limit_reached'] = 'PM could not be sent to \'%1$s\' as their inbox is full!';
$txt['pm_error_user_cannot_read'] = 'User \'%1$s\' can not receive personal messages.';
$txt['pm_successfully_sent'] = 'PM successfully sent to \'%1$s\'.';
$txt['pm_send_report'] = 'Send report';
$txt['pm_undisclosed_recipients'] = 'Undisclosed recipients';
$txt['pm_too_many_recipients'] = array(1 => 'You may not send personal messages to more than %1$s recipient at once.', 'n' => 'You may not send personal messages to more than %1$s recipients at once.');
$txt['pm_read'] = 'Read';
$txt['pm_replied'] = 'Replied To';
// Drafts.
$txt['pm_menu_drafts'] = 'Draft messages';
$txt['showDrafts'] = 'Show Drafts';
$txt['showDrafts_desc'] = 'This section shows you all the draft messages you have saved, or were saved on your behalf.';
$txt['show_drafts_none'] = 'You have no draft messages saved at this time.';
$txt['edit_draft'] = 'Edit draft';
$txt['draftAutoPurge'] = array(
1 => 'Drafts are stored on the server for up to a day, and if not posted or modified in that time, they will be removed.',
'n' => 'Drafts are stored on the server for up to %s days, and if not posted or modified in that time, they will be removed.',
);
$txt['remove_all_drafts'] = 'Remove all drafts';
$txt['remove_all_drafts_confirm'] = 'Are you sure you want to remove all of your draft messages? (This operation is not reversible.)';
$txt['no_recipients'] = '(no recipients)';
// Message Pruning.
$txt['pm_prune'] = 'Prune Messages';
$txt['pm_prune_desc1'] = 'Delete all personal messages older than';
$txt['pm_prune_desc2'] = 'days.';
$txt['pm_prune_warning'] = 'Are you sure you wish to prune your personal messages?';
// Actions Drop Down.
$txt['pm_actions_title'] = 'Further Actions';
$txt['pm_actions_delete_selected'] = 'Delete Selected';
$txt['pm_actions_filter_by_label'] = 'Filter By Label';
$txt['pm_actions_go'] = 'Go';
// Manage Labels Screen.
$txt['pm_manage_labels'] = 'Manage Labels';
$txt['pm_labels_delete'] = 'Are you sure you wish to delete the selected labels?';
$txt['pm_labels_desc'] = 'From here you can add, edit and delete the labels used in your personal message center.';
$txt['pm_label_add_new'] = 'Add New Label';
$txt['pm_label_name'] = 'Label Name';
$txt['pm_labels_no_exist'] = 'You currently have no labels setup!';
// Labeling Drop Down. ("Label Selected" means "Apply a label to the selection", in case it's unclear.)
$txt['pm_current_label'] = 'Label';
$txt['pm_sel_label_title'] = 'Label Selected...';
$txt['pm_msg_label_title'] = 'Label Message...';
$txt['pm_msg_label_apply'] = 'Add Label';
$txt['pm_msg_label_remove'] = 'Remove Label';
$txt['pm_msg_label_inbox'] = 'Inbox';
// Sidebar Headings.
$txt['pm_labels'] = 'Labels';
$txt['pm_messages'] = 'Messages';
$txt['pm_actions'] = 'Actions';
$txt['pm_preferences'] = 'Preferences';
$txt['pm_is_replied_to'] = 'You have responded to this message.';
$txt['pm_is_replied_to_sent'] = array(1 => 'This message was replied to.', 'n' => '%s responses to this message were sent.');
// Reporting messages.
$txt['pm_report_to_admin'] = 'Report to Admin';
$txt['pm_report_title'] = 'Report Personal Message';
$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.';
$txt['pm_report_admins'] = 'Administrator to send report to';
$txt['pm_report_all_admins'] = 'Send to all forum administrators';
$txt['pm_report_reason'] = 'Reason why you are reporting this message';
$txt['pm_report_message'] = 'Report Message';
// Important - The following strings should use numeric entities.
$txt['pm_report_pm_subject'] = '[REPORT] ';
// In the below string, do not translate "{REPORTER}" or "{SENDER}".
$txt['pm_report_pm_user_sent'] = '{REPORTER} has reported the below personal message, sent by {SENDER}, for the following reason:';
$txt['pm_report_pm_other_recipients'] = 'Other recipients of the message include:';
$txt['pm_report_pm_hidden'] = array(1 => '%1$s hidden recipient', 'n' => '%1$s hidden recipients');
$txt['pm_report_pm_unedited_below'] = 'Below are the original contents of the personal message which was reported:';
$txt['pm_report_pm_sent'] = 'Sent:';
$txt['pm_report_done'] = 'Thank you for submitting this report. You should hear back from the admin team shortly.';
$txt['pm_report_return'] = 'Return to the inbox';
$txt['pm_search_title'] = 'Search Personal Messages';
$txt['pm_search_bar_title'] = 'Search Messages';
$txt['pm_search_go'] = 'Search';
$txt['pm_search_post_age'] = 'Message age';
$txt['pm_search_show_complete'] = 'Show full message in results.';
$txt['pm_search_subject_only'] = 'Search by subject and author only.';
$txt['pm_search_between'] = 'between';
$txt['pm_search_between_and'] = 'and';
$txt['pm_search_between_days'] = 'days';
$txt['pm_search_choose_label'] = 'Choose labels to search by, or search all';
$txt['pm_search_results'] = 'Search Results';
$txt['pm_search_none_found'] = 'No messages found.';
$txt['pm_visual_verification_label'] = 'Verification';
$txt['pm_visual_verification_desc'] = 'Please enter the code in the image above to send this pm.';
$txt['pm_settings'] = 'Change Settings';
$txt['pm_change_view'] = 'Change View';
$txt['pm_manage_rules'] = 'Manage Rules';
$txt['pm_manage_rules_desc'] = 'Message rules allow you to automatically sort incoming messages depending 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.';
$txt['pm_rules_none'] = 'You have not yet setup any message rules.';
$txt['pm_rule_title'] = 'Rule';
$txt['pm_add_rule'] = 'Add New Rule';
$txt['pm_apply_rules'] = 'Apply Rules Now';
$txt['pm_js_apply_rules_confirm'] = 'Are you sure you wish to apply the current rules to all personal messages?';
$txt['pm_edit_rule'] = 'Edit Rule';
$txt['pm_rule_save'] = 'Save Rule';
$txt['pm_delete_selected_rule'] = 'Delete Selected Rules';
$txt['pm_js_delete_rule_confirm'] = 'Are you sure you wish to delete the selected rules?';
$txt['pm_rule_name'] = 'Name';
$txt['pm_rule_name_desc'] = 'Name to remember this rule by';
$txt['pm_rule_name_default'] = '[NAME]';
$txt['pm_rule_description'] = 'Description';
$txt['pm_rule_not_defined'] = 'Add some criteria to begin building this rule description.';
$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>';
$txt['pm_rule_criteria'] = 'Criteria';
$txt['pm_rule_criteria_add'] = 'Add Criteria';
$txt['pm_rule_criteria_pick'] = 'Choose Criteria';
$txt['pm_rule_mid'] = 'Sender Name';
$txt['pm_rule_gid'] = 'Sender\'s Group';
$txt['pm_rule_sub'] = 'Message Subject Contains';
$txt['pm_rule_msg'] = 'Message Body Contains';
$txt['pm_rule_bud'] = 'Sender is a Contact';
$txt['pm_rule_sel_group'] = 'Select Group';
$txt['pm_rule_logic'] = 'When Checking Criteria';
$txt['pm_rule_logic_and'] = 'All criteria must be met';
$txt['pm_rule_logic_or'] = 'Any criteria can be met';
$txt['pm_rule_actions'] = 'Actions';
$txt['pm_rule_sel_action'] = 'Select an Action';
$txt['pm_rule_add_action'] = 'Add Action';
$txt['pm_rule_label'] = 'Label message with';
$txt['pm_rule_sel_label'] = 'Select Label';
$txt['pm_rule_delete'] = 'Delete Message';
$txt['pm_rule_no_name'] = 'You forgot to enter a name for the rule.';
$txt['pm_rule_no_criteria'] = 'A rule must have at least one criteria and one action set.';
$txt['pm_rule_too_complex'] = 'The rule you are creating is too long for Wedge to store. Try breaking it up into smaller rules.';
$txt['pm_readable_and'] = '<strong>and</strong>';
$txt['pm_readable_or'] = '<strong>or</strong>';
$txt['pm_readable_start'] = 'If ';
$txt['pm_readable_end'] = '.';
$txt['pm_readable_member'] = 'message is from "{MEMBER}"';
$txt['pm_readable_group'] = 'sender is from the "{GROUP}" group';
$txt['pm_readable_subject'] = 'message subject contains "{SUBJECT}"';
$txt['pm_readable_body'] = 'message body contains "{BODY}"';
$txt['pm_readable_buddy'] = 'sender is a contact';
$txt['pm_readable_label'] = 'apply label "{LABEL}"';
$txt['pm_readable_delete'] = 'delete the message';
$txt['pm_readable_then'] = '<strong>then</strong>';
$txt['pm_not_found'] = 'Sorry, the requested message could not be found.';