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