2010-04-10 14:01:45 +00:00
< ? php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'message' , language 'en' , branch 'MOODLE_20_STABLE'
*
2014-11-22 10:59:14 +13:00
* @ package core_message
2010-04-10 14:01:45 +00:00
* @ copyright 1999 onwards Martin Dougiamas { @ link http :// moodle . com }
* @ license http :// www . gnu . org / copyleft / gpl . html GNU GPL v3 or later
*/
2006-02-06 09:28:59 +00:00
2018-11-05 14:17:18 +08:00
$string [ 'acceptandaddcontact' ] = 'Accept and add to contacts' ;
2006-02-06 09:28:59 +00:00
$string [ 'addcontact' ] = 'Add contact' ;
2018-11-05 14:17:18 +08:00
$string [ 'addcontactconfirm' ] = 'Are you sure you want to add {$a} to your contacts?' ;
2018-11-23 14:39:54 +01:00
$string [ 'addtoyourcontacts' ] = 'Add to contacts' ;
$string [ 'addtoyourcontactsandmessage' ] = 'Add to contacts and message' ;
2019-03-04 14:37:35 +01:00
$string [ 'addtofavourites' ] = 'Star conversation' ;
2010-04-10 14:01:45 +00:00
$string [ 'ago' ] = '{$a} ago' ;
2006-02-06 09:28:59 +00:00
$string [ 'allusers' ] = 'All messages from all users' ;
2018-11-05 14:17:18 +08:00
$string [ 'backto' ] = 'Back to {$a}' ;
2006-02-06 09:28:59 +00:00
$string [ 'backupmessageshelp' ] = 'If enabled, then instant messages will be included in SITE automated backups' ;
$string [ 'blockcontact' ] = 'Block contact' ;
2018-08-29 17:16:37 +08:00
$string [ 'blockedusers' ] = 'Blocked users' ;
2018-11-05 14:17:18 +08:00
$string [ 'blockuser' ] = 'Block user' ;
$string [ 'blockuserconfirm' ] = 'Are you sure you want to block {$a}?' ;
2019-03-12 13:57:01 +01:00
$string [ 'blockuserconfirmbutton' ] = 'Block' ;
2010-10-25 09:29:34 +00:00
$string [ 'blocknoncontacts' ] = 'Prevent non-contacts from messaging me' ;
2019-03-04 12:41:17 +01:00
$string [ 'cancelselection' ] = 'Cancel message selection' ;
2019-08-29 15:45:53 +02:00
$string [ 'cantblockuser' ] = 'You can\'t block {$a} because they have a role with permission to message all users.' ;
2018-09-05 15:04:35 +02:00
$string [ 'contactableprivacy' ] = 'Accept messages from:' ;
$string [ 'contactableprivacy_onlycontacts' ] = 'My contacts only' ;
$string [ 'contactableprivacy_coursemember' ] = 'My contacts and anyone in my courses' ;
$string [ 'contactableprivacy_site' ] = 'Anyone on the site' ;
2016-08-30 12:49:17 +08:00
$string [ 'contactblocked' ] = 'Contact blocked' ;
2018-08-29 17:16:37 +08:00
$string [ 'contactrequests' ] = 'Contact requests' ;
2018-11-05 14:17:18 +08:00
$string [ 'contactrequestsent' ] = 'Contact request sent' ;
2006-02-06 09:28:59 +00:00
$string [ 'contacts' ] = 'Contacts' ;
2019-03-04 14:37:35 +01:00
$string [ 'conversationactions' ] = 'Conversation actions menu' ;
2018-11-05 14:17:18 +08:00
$string [ 'decline' ] = 'Decline' ;
2019-02-14 16:40:40 +01:00
$string [ 'defaultmessageoutputs' ] = 'Notification settings' ;
2018-11-16 14:10:10 +08:00
$string [ 'deleteallconfirm' ] = " Are you sure you would like to delete this entire conversation? This will not delete it for other conversation participants. " ;
2016-11-16 14:02:40 +08:00
$string [ 'deleteallmessages' ] = " Delete all messages " ;
2019-03-06 21:26:29 +01:00
$string [ 'deleteallselfconfirm' ] = " Are you sure you would like to delete this entire personal conversation? " ;
2018-11-05 14:17:18 +08:00
$string [ 'deleteconversation' ] = " Delete conversation " ;
2019-05-10 10:17:47 +02:00
$string [ 'deleteforeveryone' ] = 'Delete for me and for everyone else' ;
2019-05-02 16:29:43 +02:00
$string [ 'deleteforeveryoneselectedmessagesconfirm' ] = 'Are you sure you would like to delete the selected messages?' ;
2016-09-16 11:12:17 +08:00
$string [ 'deleteselectedmessages' ] = 'Delete selected messages' ;
2018-11-16 14:10:10 +08:00
$string [ 'deleteselectedmessagesconfirm' ] = 'Are you sure you would like to delete the selected messages? This will not delete them for other conversation participants.' ;
2019-03-06 21:26:29 +01:00
$string [ 'deleteselectedmessagesconfirmselfconversation' ] = 'Are you sure you would like to delete the selected personal messages?' ;
2016-08-01 06:51:30 +00:00
$string [ 'disableall' ] = 'Disable notifications' ;
2010-04-10 14:01:45 +00:00
$string [ 'disabled' ] = 'Messaging is disabled on this site' ;
2022-02-23 17:02:45 +01:00
$string [ 'disallowed' ] = 'Locked off' ;
2016-11-16 14:02:40 +08:00
$string [ 'editmessages' ] = 'Edit messages' ;
2022-08-29 20:51:47 +02:00
$string [ 'emailtagline' ] = 'This is a copy of a message sent to you on the site {$a->sitename}. Go to <a href="{$a->url}">{$a->url}</a> to reply.' ;
2013-11-20 15:25:17 +08:00
$string [ 'enabled' ] = 'Enabled' ;
2012-04-12 11:03:11 +01:00
$string [ 'errorcallingprocessor' ] = 'Error calling defined output' ;
2018-11-19 11:18:39 +01:00
$string [ 'errorconversationdoesnotexist' ] = 'Conversation does not exist' ;
2020-11-20 16:20:46 +01:00
$string [ 'errormessagetoolong' ] = 'The message is longer than the maximum allowed.' ;
2011-05-20 15:10:27 +01:00
$string [ 'errortranslatingdefault' ] = 'Error translating default setting provided by plugin, using system defaults instead.' ;
2018-11-08 14:53:25 +08:00
$string [ 'eventgroupmessagesent' ] = 'Group message sent' ;
2018-02-02 18:07:01 +08:00
$string [ 'eventnotificationviewed' ] = 'Notification viewed' ;
$string [ 'eventnotificationsent' ] = 'Notification sent' ;
2014-02-17 20:36:39 -08:00
$string [ 'eventmessagecontactadded' ] = 'Message contact added' ;
2014-02-17 20:51:36 -08:00
$string [ 'eventmessagecontactremoved' ] = 'Message contact removed' ;
2015-09-21 18:18:07 -07:00
$string [ 'eventmessagedeleted' ] = 'Message deleted' ;
2018-08-28 17:35:20 +08:00
$string [ 'eventmessageuserblocked' ] = 'User blocked' ;
$string [ 'eventmessageuserunblocked' ] = 'User unblocked' ;
2014-04-17 15:52:34 -07:00
$string [ 'eventmessageviewed' ] = 'Message viewed' ;
2014-02-19 21:25:51 -08:00
$string [ 'eventmessagesent' ] = 'Message sent' ;
2016-09-28 03:09:20 +00:00
$string [ 'forced' ] = 'Locked' ;
2022-02-23 17:02:45 +01:00
$string [ 'forcedmessage' ] = 'Locked on' ;
2010-04-10 14:01:45 +00:00
$string [ 'guestnoeditmessage' ] = 'Guest user can not edit messaging options' ;
$string [ 'guestnoeditmessageother' ] = 'Guest user can not edit other user messaging options' ;
2018-11-05 14:17:18 +08:00
$string [ 'groupinfo' ] = 'Group info' ;
2018-12-04 09:35:44 +08:00
$string [ 'groupconversations' ] = 'Group' ;
2016-07-08 07:45:04 +00:00
$string [ 'hidemessagewindow' ] = 'Hide message window' ;
2016-06-16 07:47:53 +00:00
$string [ 'hidenotificationwindow' ] = 'Hide notification window' ;
2018-12-04 09:35:44 +08:00
$string [ 'individualconversations' ] = 'Private' ;
2019-03-04 14:37:35 +01:00
$string [ 'info' ] = 'User info' ;
2018-11-05 14:17:18 +08:00
$string [ 'isnotinyourcontacts' ] = '{$a} is not in your contacts' ;
$string [ 'loadmore' ] = 'Load more' ;
2010-04-10 14:01:45 +00:00
$string [ 'loggedin' ] = 'Online' ;
2016-09-28 02:44:37 +00:00
$string [ 'loggedoff' ] = 'Offline' ;
2019-02-14 16:40:40 +01:00
$string [ 'managemessageoutputs' ] = 'Default notification preferences' ;
$string [ 'messageoutputs' ] = 'Notification plugins' ;
2016-07-08 07:45:04 +00:00
$string [ 'messagepreferences' ] = 'Message preferences' ;
2006-02-06 09:28:59 +00:00
$string [ 'message' ] = 'Message' ;
2020-05-12 23:17:27 +01:00
$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' ;
$string [ 'messagecontactrequestsubject' ] = '{$a->sitename}: Contact request from {$a->user}' ;
2019-10-02 14:33:30 +08:00
$string [ 'messagecontentaudio' ] = 'Audio' ;
$string [ 'messagecontentimage' ] = 'Image' ;
$string [ 'messagecontentmultimediageneral' ] = 'Other media' ;
$string [ 'messagecontentvideo' ] = 'Video' ;
2018-11-05 14:17:18 +08:00
$string [ 'messagedrawerviewcontact' ] = 'User details for {$a}' ;
$string [ 'messagedrawerviewcontacts' ] = 'Message contacts' ;
$string [ 'messagedrawerviewconversation' ] = 'Conversation with {$a}' ;
$string [ 'messagedrawerviewgroupinfo' ] = 'Group details for {$a}' ;
$string [ 'messagedrawerviewoverview' ] = 'Messages overview' ;
$string [ 'messagedrawerviewsearch' ] = 'Messages search results for {$a}' ;
$string [ 'messagedrawerviewsettings' ] = 'Message settings' ;
2016-06-23 02:53:58 +00:00
$string [ 'messagepreferences' ] = 'Message preferences' ;
2006-02-06 09:28:59 +00:00
$string [ 'messages' ] = 'Messages' ;
2018-11-05 14:17:18 +08:00
$string [ 'messagesselected:' ] = 'Messages selected:' ;
2021-02-12 21:47:58 +00:00
$string [ 'messagetextrequired' ] = 'Please enter message text' ;
2018-02-20 14:12:20 +08:00
$string [ 'messagingdatahasnotbeenmigrated' ] = 'Your messages are temporarily unavailable due to upgrades in the messaging infrastructure. Please wait for them to be migrated.' ;
2019-02-15 12:18:40 +08:00
$string [ 'muteconversation' ] = 'Mute' ;
2019-04-23 13:40:04 +02:00
$string [ 'mutedconversation' ] = 'Muted conversation' ;
2006-12-27 16:06:17 +00:00
$string [ 'newonlymsg' ] = 'Show only new' ;
2016-11-16 14:45:26 +08:00
$string [ 'newmessage' ] = 'New message' ;
$string [ 'newmessagesearch' ] = 'Select or search for a contact to send a new message.' ;
2018-12-04 09:35:44 +08:00
$string [ 'nofavourites' ] = 'No starred conversations' ;
2010-04-10 14:01:45 +00:00
$string [ 'noframesjs' ] = 'Use more accessible interface' ;
2018-11-05 14:17:18 +08:00
$string [ 'nocontactrequests' ] = 'No contact requests' ;
2016-08-19 14:22:21 +08:00
$string [ 'nocontacts' ] = 'No contacts' ;
2018-11-23 14:39:54 +01:00
$string [ 'nocontactsgetstarted' ] = 'No contacts' ;
2018-12-04 09:35:44 +08:00
$string [ 'nogroupconversations' ] = 'No group conversations' ;
$string [ 'noindividualconversations' ] = 'No private conversations' ;
2006-02-06 09:28:59 +00:00
$string [ 'nomessagesfound' ] = 'No messages were found' ;
2010-10-29 03:45:47 +00:00
$string [ 'noreply' ] = 'Do not reply to this message' ;
2016-08-11 15:55:38 +08:00
$string [ 'noncontacts' ] = 'Non-contacts' ;
2016-06-16 07:47:53 +00:00
$string [ 'nonotifications' ] = 'You have no notifications' ;
2018-11-05 14:17:18 +08:00
$string [ 'noparticipants' ] = 'No participants' ;
2018-04-10 16:26:01 +08:00
$string [ 'notificationdatahasnotbeenmigrated' ] = 'Your notifications are temporarily unavailable due to upgrades in the notification infrastructure. Please wait for them to be migrated.' ;
2016-06-16 07:47:53 +00:00
$string [ 'notificationwindow' ] = 'Notification window' ;
$string [ 'notificationpreferences' ] = 'Notification preferences' ;
$string [ 'notificationimage' ] = 'Notification image' ;
$string [ 'notifications' ] = 'Notifications' ;
2018-11-05 14:17:18 +08:00
$string [ 'notincontactsheading' ] = '{$a} is not in your contacts' ;
$string [ 'notincontacts' ] = 'You need to add {$a} to your contacts to be able to send them messages.' ;
$string [ 'numparticipants' ] = '{$a} participants' ;
2016-08-08 03:35:15 +00:00
$string [ 'off' ] = 'Off' ;
2006-02-06 09:28:59 +00:00
$string [ 'offline' ] = 'Offline' ;
2016-08-08 03:35:15 +00:00
$string [ 'on' ] = 'On' ;
2006-02-06 09:28:59 +00:00
$string [ 'online' ] = 'Online' ;
2018-11-16 14:10:10 +08:00
$string [ 'otherparticipants' ] = 'Other participants' ;
2011-05-11 16:48:04 +01:00
$string [ 'outputnotavailable' ] = 'Not available' ;
2021-04-08 22:37:53 +01:00
$string [ 'page-message-x' ] = 'Any message pages' ;
2018-11-05 14:17:18 +08:00
$string [ 'participants' ] = 'Participants' ;
2019-03-20 18:05:39 +01:00
$string [ 'pendingcontactrequests' ] = 'There are {$a} pending contact requests' ;
2011-05-13 11:13:13 +01:00
$string [ 'permitted' ] = 'Permitted' ;
2018-11-05 14:17:18 +08:00
$string [ 'privacy' ] = 'Privacy' ;
$string [ 'privacy_desc' ] = 'You can restrict who can message you' ;
2018-11-12 20:15:35 +01:00
$string [ 'privacy:metadata:core_favourites' ] = 'The conversations starred by the user' ;
2018-04-20 14:54:12 +08:00
$string [ 'privacy:metadata:messages' ] = 'Messages' ;
$string [ 'privacy:metadata:messages:conversationid' ] = 'The ID of the conversation' ;
$string [ 'privacy:metadata:messages:fullmessage' ] = 'The full message' ;
$string [ 'privacy:metadata:messages:fullmessageformat' ] = 'The format of the full message' ;
$string [ 'privacy:metadata:messages:fullmessagehtml' ] = 'The HTML format of the full message' ;
$string [ 'privacy:metadata:messages:useridfrom' ] = 'The ID of the user who sent the message' ;
$string [ 'privacy:metadata:messages:smallmessage' ] = 'A small version of the message' ;
$string [ 'privacy:metadata:messages:subject' ] = 'The subject of the message' ;
2018-09-04 08:40:48 +02:00
$string [ 'privacy:metadata:messages:timecreated' ] = 'The time when the message was created' ;
2019-04-29 11:04:42 +02:00
$string [ 'privacy:metadata:messages:customdata' ] = 'Custom data, usually containing internal IDs and a public URL of the sender image (user or group)' ;
2018-04-20 14:54:12 +08:00
$string [ 'privacy:metadata:message_contacts' ] = 'The list of contacts' ;
$string [ 'privacy:metadata:message_contacts:contactid' ] = 'The ID of the user who is a contact' ;
2018-08-29 17:16:37 +08:00
$string [ 'privacy:metadata:message_contacts:timecreated' ] = 'The time when the contact was created' ;
2018-04-20 14:54:12 +08:00
$string [ 'privacy:metadata:message_contacts:userid' ] = 'The ID of the user whose contact list we are viewing' ;
2018-08-29 17:16:37 +08:00
$string [ 'privacy:metadata:message_contact_requests' ] = 'The list of contact requests' ;
$string [ 'privacy:metadata:message_contact_requests:requesteduserid' ] = 'The ID of the user who received the contact request' ;
$string [ 'privacy:metadata:message_contact_requests:timecreated' ] = 'The time when the contact request was created' ;
$string [ 'privacy:metadata:message_contact_requests:userid' ] = 'The ID of the user who sent the contact request' ;
2019-02-06 19:24:17 +08:00
$string [ 'privacy:metadata:message_conversation_actions' ] = 'The list of conversation user actions' ;
$string [ 'privacy:metadata:message_conversation_actions:action' ] = 'The action that was performed' ;
$string [ 'privacy:metadata:message_conversation_actions:conversationid' ] = 'The ID of the conversation this action belongs to' ;
$string [ 'privacy:metadata:message_conversation_actions:timecreated' ] = 'The time when the action was created' ;
$string [ 'privacy:metadata:message_conversation_actions:userid' ] = 'The ID of the user who performed this action' ;
2018-04-20 14:54:12 +08:00
$string [ 'privacy:metadata:message_conversation_members' ] = 'The list of users in a conversation' ;
$string [ 'privacy:metadata:message_conversation_members:conversationid' ] = 'The ID of the conversation' ;
2018-09-04 08:40:48 +02:00
$string [ 'privacy:metadata:message_conversation_members:timecreated' ] = 'The time when the member was created' ;
2018-04-20 14:54:12 +08:00
$string [ 'privacy:metadata:message_conversation_members:userid' ] = 'The ID of the user in a conversation' ;
$string [ 'privacy:metadata:message_user_actions' ] = 'The list of message user actions' ;
$string [ 'privacy:metadata:message_user_actions:action' ] = 'The action that was performed' ;
$string [ 'privacy:metadata:message_user_actions:messageid' ] = 'The ID of the message this action belongs to' ;
2018-09-04 08:40:48 +02:00
$string [ 'privacy:metadata:message_user_actions:timecreated' ] = 'The time when the action was created' ;
2018-04-20 14:54:12 +08:00
$string [ 'privacy:metadata:message_user_actions:userid' ] = 'The ID of the user who performed this action' ;
2018-08-29 17:16:37 +08:00
$string [ 'privacy:metadata:message_users_blocked' ] = 'The list of blocked users' ;
$string [ 'privacy:metadata:message_users_blocked:blockeduserid' ] = 'The ID of the user who was blocked' ;
$string [ 'privacy:metadata:message_users_blocked:timecreated' ] = 'The time when the blocked action was created' ;
$string [ 'privacy:metadata:message_users_blocked:userid' ] = 'The ID of the user who performed the blocked action' ;
2018-04-20 14:54:12 +08:00
$string [ 'privacy:metadata:notifications' ] = 'Notifications' ;
$string [ 'privacy:metadata:notifications:component' ] = 'The component responsible for sending the notification' ;
$string [ 'privacy:metadata:notifications:contexturl' ] = 'The URL related to this notification' ;
$string [ 'privacy:metadata:notifications:contexturlname' ] = 'The name of the context' ;
$string [ 'privacy:metadata:notifications:eventtype' ] = 'The event type' ;
$string [ 'privacy:metadata:notifications:fullmessage' ] = 'The full notification' ;
$string [ 'privacy:metadata:notifications:fullmessageformat' ] = 'The notification format' ;
$string [ 'privacy:metadata:notifications:fullmessagehtml' ] = 'The HTML of the notification' ;
$string [ 'privacy:metadata:notifications:smallmessage' ] = 'The small message of the notification' ;
$string [ 'privacy:metadata:notifications:subject' ] = 'The subject of the notification' ;
2018-09-04 08:40:48 +02:00
$string [ 'privacy:metadata:notifications:timeread' ] = 'The time when the notification was read' ;
$string [ 'privacy:metadata:notifications:timecreated' ] = 'The time when the notification was created' ;
2018-04-20 14:54:12 +08:00
$string [ 'privacy:metadata:notifications:useridfrom' ] = 'The ID of the user who sent the notification' ;
$string [ 'privacy:metadata:notifications:useridto' ] = 'The ID of the user who received the notification' ;
2019-04-29 11:04:42 +02:00
$string [ 'privacy:metadata:notifications:customdata' ] = 'Custom data, usually containing internal IDs and a public URL of the sender picture (if any)' ;
2018-04-20 14:54:12 +08:00
$string [ 'privacy:metadata:preference:core_message_settings' ] = 'Settings related to messaging' ;
$string [ 'privacy:request:preference:set' ] = 'The value of the setting \'{$a->name}\' was \'{$a->value}\'' ;
2018-11-12 19:09:21 +01:00
$string [ 'privacy:export:conversationprefix' ] = 'Conversation: ' ;
2016-07-25 03:17:00 +00:00
$string [ 'processorsettings' ] = 'Processor settings' ;
2020-01-29 16:45:32 +01:00
$string [ 'providerenabled' ] = 'Sending "{$a}" enabled status' ;
2022-02-23 17:02:45 +01:00
$string [ 'providerprocesorislocked' ] = '"{$a->provider}" on "{$a->processor}" is locked on' ;
$string [ 'providerprocesorisdisallowed' ] = '"{$a->provider}" on "{$a->processor}" is locked off' ;
2006-02-06 09:28:59 +00:00
$string [ 'removecontact' ] = 'Remove contact' ;
2018-11-05 14:17:18 +08:00
$string [ 'removecontactconfirm' ] = 'Are you sure you want to remove {$a} from your contacts?' ;
2016-11-24 15:04:48 +08:00
$string [ 'removecoursefilter' ] = 'Remove filter for course {$a}' ;
2018-11-23 14:39:54 +01:00
$string [ 'removefromyourcontacts' ] = 'Remove from contacts' ;
2019-03-04 14:37:35 +01:00
$string [ 'removefromfavourites' ] = 'Unstar conversation' ;
2018-11-19 11:14:12 +01:00
$string [ 'requirecontacttomessage' ] = 'You need to request {$a} to add you as a contact to be able to message them.' ;
2016-08-15 07:54:38 +00:00
$string [ 'requiresconfiguration' ] = 'Requires configuration' ;
2016-10-03 11:51:53 +08:00
$string [ 'searchforuser' ] = 'Search for a user' ;
$string [ 'searchforuserorcourse' ] = 'Search for a user or course' ;
2006-02-06 09:28:59 +00:00
$string [ 'searchmessages' ] = 'Search messages' ;
2016-11-10 12:24:50 +08:00
$string [ 'searchcombined' ] = 'Search people and messages' ;
$string [ 'seeall' ] = 'See all' ;
2016-09-16 11:12:17 +08:00
$string [ 'selectmessagestodelete' ] = 'Select messages to delete' ;
2016-09-19 06:50:57 +00:00
$string [ 'selectnotificationtoview' ] = 'Select from the list of notifications on the side to view more details' ;
2019-03-06 21:26:29 +01:00
$string [ 'selfconversation' ] = 'Personal space' ;
$string [ 'selfconversationdefaultmessage' ] = 'Save draft messages, links, notes etc. to access later.' ;
2016-05-31 19:34:29 +08:00
$string [ 'send' ] = 'Send' ;
2018-11-28 16:55:13 +08:00
$string [ 'sender' ] = '{$a}:' ;
2018-11-05 14:17:18 +08:00
$string [ 'sendcontactrequest' ] = 'Send contact request' ;
2020-01-29 16:45:32 +01:00
$string [ 'sendingviaenabled' ] = 'Sending "{$a->provider}" via "{$a->processor}" enabled status' ;
$string [ 'sendingvialocked' ] = 'Sending "{$a->provider}" via "{$a->processor}" locked status' ;
2006-02-06 09:28:59 +00:00
$string [ 'sendmessage' ] = 'Send message' ;
2017-11-07 10:32:51 +08:00
$string [ 'sendbulkmessage' ] = 'Send message to {$a} people' ;
2017-11-07 14:35:50 +08:00
$string [ 'sendbulkmessagesingle' ] = 'Send message to 1 person' ;
$string [ 'sendbulkmessagesent' ] = 'Message sent to {$a} people' ;
$string [ 'sendbulkmessagesentsingle' ] = 'Message sent to 1 person' ;
2010-04-10 14:01:45 +00:00
$string [ 'sendmessageto' ] = 'Send message to {$a}' ;
$string [ 'sendmessagetopopup' ] = 'Send message to {$a} - new window' ;
2006-02-06 09:28:59 +00:00
$string [ 'settings' ] = 'Settings' ;
2016-07-08 07:45:04 +00:00
$string [ 'showmessagewindownonew' ] = 'Show message window with no new messages' ;
$string [ 'showmessagewindowwithcount' ] = 'Show message window with {$a} new messages' ;
2016-06-16 07:47:53 +00:00
$string [ 'shownotificationwindownonew' ] = 'Show notification window with no new notifications' ;
$string [ 'shownotificationwindowwithcount' ] = 'Show notification window with {$a} new notifications' ;
2016-11-29 01:49:28 +01:00
$string [ 'togglenotificationmenu' ] = 'Toggle notifications menu' ;
2018-11-23 14:39:54 +01:00
$string [ 'togglemessagemenu' ] = 'Toggle messaging drawer' ;
2019-03-20 18:05:39 +01:00
$string [ 'totalconversations' ] = '{$a} total conversations' ;
2021-02-25 09:22:48 +01:00
$string [ 'touserdoesntexist' ] = 'You cannot send a message to a user ID ({$a}) that doesn\'t exist.' ;
2018-11-05 14:17:18 +08:00
$string [ 'unabletomessage' ] = 'You are unable to message this user' ;
$string [ 'unblock' ] = 'Unblock' ;
2006-02-06 09:28:59 +00:00
$string [ 'unblockcontact' ] = 'Unblock contact' ;
2018-11-05 14:17:18 +08:00
$string [ 'unblockuser' ] = 'Unblock user' ;
$string [ 'unblockuserconfirm' ] = 'Are you sure you want to unblock {$a}?' ;
2018-04-20 14:54:12 +08:00
$string [ 'unknownuser' ] = 'Unknown user' ;
2019-02-15 12:18:40 +08:00
$string [ 'unmuteconversation' ] = 'Unmute' ;
2019-03-20 18:05:39 +01:00
$string [ 'unreadconversations' ] = 'There are {$a} unread conversations' ;
$string [ 'unreadmessages' ] = 'There are {$a} unread messages' ;
2016-09-12 03:09:16 +00:00
$string [ 'unreadnotification' ] = 'Unread notification: {$a}' ;
2019-03-20 18:05:39 +01:00
$string [ 'unreadnotifications' ] = 'There are {$a} unread notifications' ;
2018-11-08 13:31:36 +08:00
$string [ 'unreadnewgroupconversationmessage' ] = 'New message from {$a->name} in {$a->conversationname}' ;
2010-06-30 03:27:29 +00:00
$string [ 'unreadnewmessage' ] = 'New message from {$a}' ;
2018-11-08 15:26:21 +08:00
$string [ 'useentertosend' ] = 'Use enter to send' ;
2018-09-05 15:04:35 +02:00
$string [ 'usercantbemessaged' ] = 'You can\'t message {$a} due to their message preferences. Try adding them as a contact.' ;
2018-11-05 14:17:18 +08:00
$string [ 'userwouldliketocontactyou' ] = '{$a} would like to contact you' ;
2016-11-23 05:54:07 +00:00
$string [ 'viewfullnotification' ] = 'View full notification' ;
2016-09-15 05:03:22 +00:00
$string [ 'viewmessageswith' ] = 'View messages with {$a}' ;
2016-09-19 06:50:57 +00:00
$string [ 'viewnotificationresource' ] = 'Go to: {$a}' ;
2016-09-15 05:03:22 +00:00
$string [ 'viewunreadmessageswith' ] = 'View unread messages with {$a}' ;
2016-08-09 23:57:29 +00:00
$string [ 'writeamessage' ] = 'Write a message...' ;
2018-11-05 14:17:18 +08:00
$string [ 'wouldliketocontactyou' ] = 'Would like to contact you' ;
2016-09-06 14:23:44 +08:00
$string [ 'you' ] = 'You:' ;
2019-02-28 09:50:18 +01:00
$string [ 'youhaveblockeduser' ] = 'You have blocked this user.' ;
2018-11-05 14:17:18 +08:00
$string [ 'yourcontactrequestpending' ] = 'Your contact request is pending with {$a}' ;
2018-07-24 14:02:13 +08:00
2020-01-29 16:45:32 +01:00
// Deprecated since Moodle 4.0.
$string [ 'defaults' ] = 'Defaults' ;
$string [ 'loggedin_help' ] = 'Configure how you would like to receive notifications when you are logged into Moodle' ;
$string [ 'loggedindescription' ] = 'When you are logged into Moodle' ;
$string [ 'loggedoff_help' ] = 'Configure how you would like to receive notifications when you are not logged into Moodle' ;
$string [ 'loggedoffdescription' ] = 'When you are not logged into Moodle' ;
$string [ 'sendingvia' ] = 'Sending "{$a->provider}" via "{$a->processor}"' ;
$string [ 'sendingviawhen' ] = 'Sending "{$a->provider}" via "{$a->processor}" when {$a->state}' ;