MDL-62609 lang: Final removal of deprecated strings
[moodle.git] / lang / en / message.php
blob77a5b181ab2c383da9d876c7b11d60f21152207b
1 <?php
2 // This file is part of Moodle - http://moodle.org/
3 //
4 // Moodle is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version.
8 //
9 // Moodle is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU General Public License for more details.
14 // You should have received a copy of the GNU General Public License
15 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
17 /**
18 * Strings for component 'message', language 'en', branch 'MOODLE_20_STABLE'
20 * @package core_message
21 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25 $string['acceptandaddcontact'] = 'Accept and add to contacts';
26 $string['addcontact'] = 'Add contact';
27 $string['addcontactconfirm'] = 'Are you sure you want to add {$a} to your contacts?';
28 $string['addtoyourcontacts'] = 'Add to contacts';
29 $string['addtoyourcontactsandmessage'] = 'Add to contacts and message';
30 $string['addtofavourites'] = 'Star conversation';
31 $string['ago'] = '{$a} ago';
32 $string['allusers'] = 'All messages from all users';
33 $string['backto'] = 'Back to {$a}';
34 $string['backupmessageshelp'] = 'If enabled, then instant messages will be included in SITE automated backups';
35 $string['blockcontact'] = 'Block contact';
36 $string['blockedusers'] = 'Blocked users';
37 $string['blockuser'] = 'Block user';
38 $string['blockuserconfirm'] = 'Are you sure you want to block {$a}?';
39 $string['blockuserconfirmbutton'] = 'Block';
40 $string['blocknoncontacts'] = 'Prevent non-contacts from messaging me';
41 $string['cancelselection'] = 'Cancel message selection';
42 $string['cantblockuser'] = 'You can\'t block {$a} because they have a role with permission to message all users.';
43 $string['contactableprivacy'] = 'Accept messages from:';
44 $string['contactableprivacy_onlycontacts'] = 'My contacts only';
45 $string['contactableprivacy_coursemember'] = 'My contacts and anyone in my courses';
46 $string['contactableprivacy_site'] = 'Anyone on the site';
47 $string['contactblocked'] = 'Contact blocked';
48 $string['contactrequests'] = 'Contact requests';
49 $string['contactrequestsent'] = 'Contact request sent';
50 $string['contacts'] = 'Contacts';
51 $string['conversationactions'] = 'Conversation actions menu';
52 $string['decline'] = 'Decline';
53 $string['defaultmessageoutputs'] = 'Notification settings';
54 $string['defaults'] = 'Defaults';
55 $string['deleteallconfirm'] = "Are you sure you would like to delete this entire conversation? This will not delete it for other conversation participants.";
56 $string['deleteallmessages'] = "Delete all messages";
57 $string['deleteallselfconfirm'] = "Are you sure you would like to delete this entire personal conversation?";
58 $string['deleteconversation'] = "Delete conversation";
59 $string['deleteforeveryone'] = 'Delete for me and for everyone else';
60 $string['deleteforeveryoneselectedmessagesconfirm'] = 'Are you sure you would like to delete the selected messages?';
61 $string['deleteselectedmessages'] = 'Delete selected messages';
62 $string['deleteselectedmessagesconfirm'] = 'Are you sure you would like to delete the selected messages? This will not delete them for other conversation participants.';
63 $string['deleteselectedmessagesconfirmselfconversation'] = 'Are you sure you would like to delete the selected personal messages?';
64 $string['disableall'] = 'Disable notifications';
65 $string['disabled'] = 'Messaging is disabled on this site';
66 $string['disallowed'] = 'Disallowed';
67 $string['editmessages'] = 'Edit messages';
68 $string['emailtagline'] = 'This is a copy of a message sent to you at "{$a->sitename}". Go to {$a->url} to reply.';
69 $string['enabled'] = 'Enabled';
70 $string['errorcallingprocessor'] = 'Error calling defined output';
71 $string['errorconversationdoesnotexist'] = 'Conversation does not exist';
72 $string['errortranslatingdefault'] = 'Error translating default setting provided by plugin, using system defaults instead.';
73 $string['eventgroupmessagesent'] = 'Group message sent';
74 $string['eventnotificationviewed'] = 'Notification viewed';
75 $string['eventnotificationsent'] = 'Notification sent';
76 $string['eventmessagecontactadded'] = 'Message contact added';
77 $string['eventmessagecontactremoved'] = 'Message contact removed';
78 $string['eventmessagedeleted'] = 'Message deleted';
79 $string['eventmessageuserblocked'] = 'User blocked';
80 $string['eventmessageuserunblocked'] = 'User unblocked';
81 $string['eventmessageviewed'] = 'Message viewed';
82 $string['eventmessagesent'] = 'Message sent';
83 $string['forced'] = 'Locked';
84 $string['guestnoeditmessage'] = 'Guest user can not edit messaging options';
85 $string['guestnoeditmessageother'] = 'Guest user can not edit other user messaging options';
86 $string['groupinfo'] = 'Group info';
87 $string['groupconversations'] = 'Group';
88 $string['hidemessagewindow'] = 'Hide message window';
89 $string['hidenotificationwindow'] = 'Hide notification window';
90 $string['individualconversations'] = 'Private';
91 $string['info'] = 'User info';
92 $string['isnotinyourcontacts'] = '{$a} is not in your contacts';
93 $string['loadmore'] = 'Load more';
94 $string['loggedin'] = 'Online';
95 $string['loggedin_help'] = 'Configure how you would like to receive notifications when you are logged into Moodle';
96 $string['loggedindescription'] = 'When you are logged into Moodle';
97 $string['loggedoff'] = 'Offline';
98 $string['loggedoff_help'] = 'Configure how you would like to receive notifications when you are not logged into Moodle';
99 $string['loggedoffdescription'] = 'When you are not logged into Moodle';
100 $string['managemessageoutputs'] = 'Default notification preferences';
101 $string['messageoutputs'] = 'Notification plugins';
102 $string['messagepreferences'] = 'Message preferences';
103 $string['message'] = 'Message';
104 $string['messagecontactrequest'] = '{$a->user} is requesting to be added as a contact. Visit your <a href="{$a->url}">contact requests</a> page to respond to the request';
105 $string['messagecontactrequestsubject'] = '{$a->sitename}: Contact request from {$a->user}';
106 $string['messagecontentaudio'] = 'Audio';
107 $string['messagecontentimage'] = 'Image';
108 $string['messagecontentmultimediageneral'] = 'Other media';
109 $string['messagecontentvideo'] = 'Video';
110 $string['messagedrawerviewcontact'] = 'User details for {$a}';
111 $string['messagedrawerviewcontacts'] = 'Message contacts';
112 $string['messagedrawerviewconversation'] = 'Conversation with {$a}';
113 $string['messagedrawerviewgroupinfo'] = 'Group details for {$a}';
114 $string['messagedrawerviewoverview'] = 'Messages overview';
115 $string['messagedrawerviewsearch'] = 'Messages search results for {$a}';
116 $string['messagedrawerviewsettings'] = 'Message settings';
117 $string['messagepreferences'] = 'Message preferences';
118 $string['messages'] = 'Messages';
119 $string['messagesselected:'] = 'Messages selected:';
120 $string['messagingdatahasnotbeenmigrated'] = 'Your messages are temporarily unavailable due to upgrades in the messaging infrastructure. Please wait for them to be migrated.';
121 $string['muteconversation'] = 'Mute';
122 $string['mutedconversation'] = 'Muted conversation';
123 $string['newonlymsg'] = 'Show only new';
124 $string['newmessage'] = 'New message';
125 $string['newmessagesearch'] = 'Select or search for a contact to send a new message.';
126 $string['nofavourites'] = 'No starred conversations';
127 $string['noframesjs'] = 'Use more accessible interface';
128 $string['nocontactrequests'] = 'No contact requests';
129 $string['nocontacts'] = 'No contacts';
130 $string['nocontactsgetstarted'] = 'No contacts';
131 $string['nogroupconversations'] = 'No group conversations';
132 $string['noindividualconversations'] = 'No private conversations';
133 $string['nomessagesfound'] = 'No messages were found';
134 $string['noreply'] = 'Do not reply to this message';
135 $string['noncontacts'] = 'Non-contacts';
136 $string['nonotifications'] = 'You have no notifications';
137 $string['noparticipants'] = 'No participants';
138 $string['notificationdatahasnotbeenmigrated'] = 'Your notifications are temporarily unavailable due to upgrades in the notification infrastructure. Please wait for them to be migrated.';
139 $string['notificationwindow'] = 'Notification window';
140 $string['notificationpreferences'] = 'Notification preferences';
141 $string['notificationimage'] = 'Notification image';
142 $string['notifications'] = 'Notifications';
143 $string['notincontactsheading'] = '{$a} is not in your contacts';
144 $string['notincontacts'] = 'You need to add {$a} to your contacts to be able to send them messages.';
145 $string['numparticipants'] = '{$a} participants';
146 $string['off'] = 'Off';
147 $string['offline'] = 'Offline';
148 $string['on'] = 'On';
149 $string['online'] = 'Online';
150 $string['otherparticipants'] = 'Other participants';
151 $string['outputnotavailable'] = 'Not available';
152 $string['participants'] = 'Participants';
153 $string['pendingcontactrequests'] = 'There are {$a} pending contact requests';
154 $string['permitted'] = 'Permitted';
155 $string['privacy'] = 'Privacy';
156 $string['privacy_desc'] = 'You can restrict who can message you';
157 $string['privacy:metadata:core_favourites'] = 'The conversations starred by the user';
158 $string['privacy:metadata:messages'] = 'Messages';
159 $string['privacy:metadata:messages:conversationid'] = 'The ID of the conversation';
160 $string['privacy:metadata:messages:fullmessage'] = 'The full message';
161 $string['privacy:metadata:messages:fullmessageformat'] = 'The format of the full message';
162 $string['privacy:metadata:messages:fullmessagehtml'] = 'The HTML format of the full message';
163 $string['privacy:metadata:messages:useridfrom'] = 'The ID of the user who sent the message';
164 $string['privacy:metadata:messages:smallmessage'] = 'A small version of the message';
165 $string['privacy:metadata:messages:subject'] = 'The subject of the message';
166 $string['privacy:metadata:messages:timecreated'] = 'The time when the message was created';
167 $string['privacy:metadata:messages:customdata'] = 'Custom data, usually containing internal IDs and a public URL of the sender image (user or group)';
168 $string['privacy:metadata:message_contacts'] = 'The list of contacts';
169 $string['privacy:metadata:message_contacts:contactid'] = 'The ID of the user who is a contact';
170 $string['privacy:metadata:message_contacts:timecreated'] = 'The time when the contact was created';
171 $string['privacy:metadata:message_contacts:userid'] = 'The ID of the user whose contact list we are viewing';
172 $string['privacy:metadata:message_contact_requests'] = 'The list of contact requests';
173 $string['privacy:metadata:message_contact_requests:requesteduserid'] = 'The ID of the user who received the contact request';
174 $string['privacy:metadata:message_contact_requests:timecreated'] = 'The time when the contact request was created';
175 $string['privacy:metadata:message_contact_requests:userid'] = 'The ID of the user who sent the contact request';
176 $string['privacy:metadata:message_conversation_actions'] = 'The list of conversation user actions';
177 $string['privacy:metadata:message_conversation_actions:action'] = 'The action that was performed';
178 $string['privacy:metadata:message_conversation_actions:conversationid'] = 'The ID of the conversation this action belongs to';
179 $string['privacy:metadata:message_conversation_actions:timecreated'] = 'The time when the action was created';
180 $string['privacy:metadata:message_conversation_actions:userid'] = 'The ID of the user who performed this action';
181 $string['privacy:metadata:message_conversation_members'] = 'The list of users in a conversation';
182 $string['privacy:metadata:message_conversation_members:conversationid'] = 'The ID of the conversation';
183 $string['privacy:metadata:message_conversation_members:timecreated'] = 'The time when the member was created';
184 $string['privacy:metadata:message_conversation_members:userid'] = 'The ID of the user in a conversation';
185 $string['privacy:metadata:message_user_actions'] = 'The list of message user actions';
186 $string['privacy:metadata:message_user_actions:action'] = 'The action that was performed';
187 $string['privacy:metadata:message_user_actions:messageid'] = 'The ID of the message this action belongs to';
188 $string['privacy:metadata:message_user_actions:timecreated'] = 'The time when the action was created';
189 $string['privacy:metadata:message_user_actions:userid'] = 'The ID of the user who performed this action';
190 $string['privacy:metadata:message_users_blocked'] = 'The list of blocked users';
191 $string['privacy:metadata:message_users_blocked:blockeduserid'] = 'The ID of the user who was blocked';
192 $string['privacy:metadata:message_users_blocked:timecreated'] = 'The time when the blocked action was created';
193 $string['privacy:metadata:message_users_blocked:userid'] = 'The ID of the user who performed the blocked action';
194 $string['privacy:metadata:notifications'] = 'Notifications';
195 $string['privacy:metadata:notifications:component'] = 'The component responsible for sending the notification';
196 $string['privacy:metadata:notifications:contexturl'] = 'The URL related to this notification';
197 $string['privacy:metadata:notifications:contexturlname'] = 'The name of the context';
198 $string['privacy:metadata:notifications:eventtype'] = 'The event type';
199 $string['privacy:metadata:notifications:fullmessage'] = 'The full notification';
200 $string['privacy:metadata:notifications:fullmessageformat'] = 'The notification format';
201 $string['privacy:metadata:notifications:fullmessagehtml'] = 'The HTML of the notification';
202 $string['privacy:metadata:notifications:smallmessage'] = 'The small message of the notification';
203 $string['privacy:metadata:notifications:subject'] = 'The subject of the notification';
204 $string['privacy:metadata:notifications:timeread'] = 'The time when the notification was read';
205 $string['privacy:metadata:notifications:timecreated'] = 'The time when the notification was created';
206 $string['privacy:metadata:notifications:useridfrom'] = 'The ID of the user who sent the notification';
207 $string['privacy:metadata:notifications:useridto'] = 'The ID of the user who received the notification';
208 $string['privacy:metadata:notifications:customdata'] = 'Custom data, usually containing internal IDs and a public URL of the sender picture (if any)';
209 $string['privacy:metadata:preference:core_message_settings'] = 'Settings related to messaging';
210 $string['privacy:request:preference:set'] = 'The value of the setting \'{$a->name}\' was \'{$a->value}\'';
211 $string['privacy:export:conversationprefix'] = 'Conversation: ';
212 $string['processorsettings'] = 'Processor settings';
213 $string['removecontact'] = 'Remove contact';
214 $string['removecontactconfirm'] = 'Are you sure you want to remove {$a} from your contacts?';
215 $string['removecoursefilter'] = 'Remove filter for course {$a}';
216 $string['removefromyourcontacts'] = 'Remove from contacts';
217 $string['removefromfavourites'] = 'Unstar conversation';
218 $string['requirecontacttomessage'] = 'You need to request {$a} to add you as a contact to be able to message them.';
219 $string['requiresconfiguration'] = 'Requires configuration';
220 $string['searchforuser'] = 'Search for a user';
221 $string['searchforuserorcourse'] = 'Search for a user or course';
222 $string['searchmessages'] = 'Search messages';
223 $string['searchcombined'] = 'Search people and messages';
224 $string['seeall'] = 'See all';
225 $string['selectmessagestodelete'] = 'Select messages to delete';
226 $string['selectnotificationtoview'] = 'Select from the list of notifications on the side to view more details';
227 $string['selfconversation'] = 'Personal space';
228 $string['selfconversationdefaultmessage'] = 'Save draft messages, links, notes etc. to access later.';
229 $string['send'] = 'Send';
230 $string['sender'] = '{$a}:';
231 $string['sendingvia'] = 'Sending "{$a->provider}" via "{$a->processor}"';
232 $string['sendingviawhen'] = 'Sending "{$a->provider}" via "{$a->processor}" when {$a->state}';
233 $string['sendcontactrequest'] = 'Send contact request';
234 $string['sendmessage'] = 'Send message';
235 $string['sendbulkmessage'] = 'Send message to {$a} people';
236 $string['sendbulkmessagesingle'] = 'Send message to 1 person';
237 $string['sendbulkmessagesent'] = 'Message sent to {$a} people';
238 $string['sendbulkmessagesentsingle'] = 'Message sent to 1 person';
239 $string['sendmessageto'] = 'Send message to {$a}';
240 $string['sendmessagetopopup'] = 'Send message to {$a} - new window';
241 $string['settings'] = 'Settings';
242 $string['showmessagewindownonew'] = 'Show message window with no new messages';
243 $string['showmessagewindowwithcount'] = 'Show message window with {$a} new messages';
244 $string['shownotificationwindownonew'] = 'Show notification window with no new notifications';
245 $string['shownotificationwindowwithcount'] = 'Show notification window with {$a} new notifications';
246 $string['togglenotificationmenu'] = 'Toggle notifications menu';
247 $string['togglemessagemenu'] = 'Toggle messaging drawer';
248 $string['totalconversations'] = '{$a} total conversations';
249 $string['touserdoesntexist'] = 'You can not send a message to a user id ({$a}) that doesn\'t exist';
250 $string['unabletomessage'] = 'You are unable to message this user';
251 $string['unblock'] = 'Unblock';
252 $string['unblockcontact'] = 'Unblock contact';
253 $string['unblockuser'] = 'Unblock user';
254 $string['unblockuserconfirm'] = 'Are you sure you want to unblock {$a}?';
255 $string['unknownuser'] = 'Unknown user';
256 $string['unmuteconversation'] = 'Unmute';
257 $string['unreadconversations'] = 'There are {$a} unread conversations';
258 $string['unreadmessages'] = 'There are {$a} unread messages';
259 $string['unreadnotification'] = 'Unread notification: {$a}';
260 $string['unreadnotifications'] = 'There are {$a} unread notifications';
261 $string['unreadnewgroupconversationmessage'] = 'New message from {$a->name} in {$a->conversationname}';
262 $string['unreadnewmessage'] = 'New message from {$a}';
263 $string['useentertosend'] = 'Use enter to send';
264 $string['usercantbemessaged'] = 'You can\'t message {$a} due to their message preferences. Try adding them as a contact.';
265 $string['userwouldliketocontactyou'] = '{$a} would like to contact you';
266 $string['viewfullnotification'] = 'View full notification';
267 $string['viewmessageswith'] = 'View messages with {$a}';
268 $string['viewnotificationresource'] = 'Go to: {$a}';
269 $string['viewunreadmessageswith'] = 'View unread messages with {$a}';
270 $string['writeamessage'] = 'Write a message...';
271 $string['wouldliketocontactyou'] = 'Would like to contact you';
272 $string['you'] = 'You:';
273 $string['youhaveblockeduser'] = 'You have blocked this user.';
274 $string['yourcontactrequestpending'] = 'Your contact request is pending with {$a}';
276 // Deprecated since Moodle 3.7.
277 $string['nomessages'] = 'No messages';
278 $string['outputdisabled'] = 'Output disabled';
279 $string['outputdoesnotexist'] = 'Message output does not exist';
280 $string['outputenabled'] = 'Output enabled';
281 $string['outputnotconfigured'] = 'Not configured';
282 $string['canceledit'] = 'Cancel editing messages';
284 // Deprecated since Moodle 3.9.
285 $string['messagecontactrequestsnotification'] = '{$a} is requesting to be added as a contact.';
286 $string['messagecontactrequestsnotificationsubject'] = 'Contact request from {$a}';