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
$string [ 'addcontact' ] = 'Add contact' ;
2016-06-21 03:32:06 +00:00
$string [ 'addtoyourcontacts' ] = 'Add to your contacts' ;
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' ;
$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' ;
2010-10-25 09:29:34 +00:00
$string [ 'blocknoncontacts' ] = 'Prevent non-contacts from messaging me' ;
2016-11-16 14:02:40 +08:00
$string [ 'canceledit' ] = 'Cancel editing messages' ;
2016-08-30 12:49:17 +08:00
$string [ 'contactblocked' ] = 'Contact blocked' ;
2018-08-29 17:16:37 +08:00
$string [ 'contactrequests' ] = 'Contact requests' ;
2006-02-06 09:28:59 +00:00
$string [ 'contacts' ] = 'Contacts' ;
2011-05-13 11:13:13 +01:00
$string [ 'defaultmessageoutputs' ] = 'Default message outputs' ;
$string [ 'defaults' ] = 'Defaults' ;
2016-09-16 07:10:14 +00:00
$string [ 'deleteallconfirm' ] = " Are you sure you would like to delete this entire conversation? " ;
2016-11-16 14:02:40 +08:00
$string [ 'deleteallmessages' ] = " Delete all messages " ;
2016-09-16 11:12:17 +08:00
$string [ 'deleteselectedmessages' ] = 'Delete selected 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' ;
2011-05-13 11:13:13 +01:00
$string [ 'disallowed' ] = 'Disallowed' ;
2016-11-16 14:02:40 +08:00
$string [ 'editmessages' ] = 'Edit messages' ;
2010-10-18 06:21:23 +00:00
$string [ 'emailtagline' ] = 'This is a copy of a message sent to you at "{$a->sitename}". Go to {$a->url} 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' ;
2011-05-20 15:10:27 +01:00
$string [ 'errortranslatingdefault' ] = 'Error translating default setting provided by plugin, using system defaults instead.' ;
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' ;
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' ;
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' ;
2010-04-10 14:01:45 +00:00
$string [ 'loggedin' ] = 'Online' ;
2016-09-28 02:44:37 +00:00
$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' ] = 'Offline' ;
$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' ;
2011-05-11 16:48:04 +01:00
$string [ 'managemessageoutputs' ] = 'Manage message outputs' ;
$string [ 'messageoutputs' ] = 'Message outputs' ;
2016-07-08 07:45:04 +00:00
$string [ 'messagepreferences' ] = 'Message preferences' ;
2006-02-06 09:28:59 +00:00
$string [ 'message' ] = 'Message' ;
2018-09-10 15:04:15 +08:00
$string [ 'messagecontactrequestsnotification' ] = '{$a} wants to be added as a contact' ;
$string [ 'messagecontactrequestsnotificationsubject' ] = '{$a} wants to be added as a contact' ;
2016-06-23 02:53:58 +00:00
$string [ 'messagepreferences' ] = 'Message preferences' ;
2006-02-06 09:28:59 +00:00
$string [ 'messages' ] = 'Messages' ;
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.' ;
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.' ;
2010-04-10 14:01:45 +00:00
$string [ 'noframesjs' ] = 'Use more accessible interface' ;
2016-08-19 14:22:21 +08:00
$string [ 'nocontacts' ] = 'No contacts' ;
2016-10-10 05:44:51 +00:00
$string [ 'nomessages' ] = 'No messages' ;
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-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' ;
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' ;
2011-05-11 16:48:04 +01:00
$string [ 'outputdisabled' ] = 'Output disabled' ;
$string [ 'outputdoesnotexist' ] = 'Message output does not exists' ;
$string [ 'outputenabled' ] = 'Output enabled' ;
$string [ 'outputnotavailable' ] = 'Not available' ;
$string [ 'outputnotconfigured' ] = 'Not configured' ;
2011-05-13 11:13:13 +01:00
$string [ 'permitted' ] = 'Permitted' ;
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' ;
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' ;
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' ;
$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}\'' ;
2016-07-25 03:17:00 +00:00
$string [ 'processorsettings' ] = 'Processor settings' ;
2006-02-06 09:28:59 +00:00
$string [ 'removecontact' ] = 'Remove contact' ;
2016-11-24 15:04:48 +08:00
$string [ 'removecoursefilter' ] = 'Remove filter for course {$a}' ;
2016-06-21 03:32:06 +00:00
$string [ 'removefromyourcontacts' ] = 'Remove from your contacts' ;
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' ;
2016-05-31 19:34:29 +08:00
$string [ 'send' ] = 'Send' ;
2011-05-17 10:47:21 +01:00
$string [ 'sendingvia' ] = 'Sending "{$a->provider}" via "{$a->processor}"' ;
$string [ 'sendingviawhen' ] = 'Sending "{$a->provider}" via "{$a->processor}" when {$a->state}' ;
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' ;
$string [ 'togglemessagemenu' ] = 'Toggle messages menu' ;
2011-06-07 16:40:55 +08:00
$string [ 'touserdoesntexist' ] = 'You can not send a message to a user id ({$a}) that doesn\'t exist' ;
2006-02-06 09:28:59 +00:00
$string [ 'unblockcontact' ] = 'Unblock contact' ;
2018-04-20 14:54:12 +08:00
$string [ 'unknownuser' ] = 'Unknown user' ;
2016-09-12 03:09:16 +00:00
$string [ 'unreadnotification' ] = 'Unread notification: {$a}' ;
2010-06-30 03:27:29 +00:00
$string [ 'unreadnewmessage' ] = 'New message from {$a}' ;
2006-02-06 09:28:59 +00:00
$string [ 'userisblockingyou' ] = 'This user has blocked you from sending messages to them' ;
2012-07-18 08:37:23 +08:00
$string [ 'userisblockingyounoncontact' ] = '{$a} only accepts messages from their contacts.' ;
2016-11-23 05:54:07 +00:00
$string [ 'viewfullnotification' ] = 'View full notification' ;
2016-05-31 19:34:29 +08:00
$string [ 'viewinganotherusersmessagearea' ] = 'You are viewing another user\'s message area.' ;
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...' ;
2016-09-06 14:23:44 +08:00
$string [ 'you' ] = 'You:' ;
2018-07-24 14:02:13 +08:00
// Deprecated since Moodle 3.6.
2018-08-28 17:05:36 +08:00
$string [ 'eventmessagecontactblocked' ] = 'Message contact blocked' ;
$string [ 'eventmessagecontactunblocked' ] = 'Message contact unblocked' ;
2018-07-24 14:02:13 +08:00
$string [ 'messagingdisabled' ] = 'Messaging is disabled on this site, emails will be sent instead' ;