. /** * Strings for component 'message', language 'en', branch 'MOODLE_20_STABLE' * * @package core_message * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['addcontact'] = 'Add contact'; $string['addtoyourcontacts'] = 'Add to your contacts'; $string['ago'] = '{$a} ago'; $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'; $string['blocknoncontacts'] = 'Prevent non-contacts from messaging me'; $string['canceledit'] = 'Cancel editing messages'; $string['contactblocked'] = 'Contact blocked'; $string['contacts'] = 'Contacts'; $string['defaultmessageoutputs'] = 'Default message outputs'; $string['defaults'] = 'Defaults'; $string['deleteallconfirm'] = "Are you sure you would like to delete this entire conversation?"; $string['deleteallmessages'] = "Delete all messages"; $string['deleteselectedmessages'] = 'Delete selected messages'; $string['disableall'] = 'Disable notifications'; $string['disabled'] = 'Messaging is disabled on this site'; $string['disallowed'] = 'Disallowed'; $string['editmessages'] = 'Edit messages'; $string['emailtagline'] = 'This is a copy of a message sent to you at "{$a->sitename}". Go to {$a->url} to reply.'; $string['enabled'] = 'Enabled'; $string['errorcallingprocessor'] = 'Error calling defined output'; $string['errortranslatingdefault'] = 'Error translating default setting provided by plugin, using system defaults instead.'; $string['eventnotificationviewed'] = 'Notification viewed'; $string['eventnotificationsent'] = 'Notification sent'; $string['eventmessagecontactadded'] = 'Message contact added'; $string['eventmessagecontactblocked'] = 'Message contact blocked'; $string['eventmessagecontactremoved'] = 'Message contact removed'; $string['eventmessagecontactunblocked'] = 'Message contact unblocked'; $string['eventmessagedeleted'] = 'Message deleted'; $string['eventmessageviewed'] = 'Message viewed'; $string['eventmessagesent'] = 'Message sent'; $string['forced'] = 'Locked'; $string['guestnoeditmessage'] = 'Guest user can not edit messaging options'; $string['guestnoeditmessageother'] = 'Guest user can not edit other user messaging options'; $string['hidemessagewindow'] = 'Hide message window'; $string['hidenotificationwindow'] = 'Hide notification window'; $string['loggedin'] = 'Online'; $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'; $string['managemessageoutputs'] = 'Manage message outputs'; $string['messageoutputs'] = 'Message outputs'; $string['messagepreferences'] = 'Message preferences'; $string['message'] = 'Message'; $string['messagepreferences'] = 'Message preferences'; $string['messages'] = 'Messages'; $string['messagingdatahasnotbeenmigrated'] = 'Your messages are temporarily unavailable due to upgrades in the messaging infrastructure. Please wait for them to be migrated.'; $string['messagingdisabled'] = 'Messaging is disabled on this site, emails will be sent instead'; $string['newonlymsg'] = 'Show only new'; $string['newmessage'] = 'New message'; $string['newmessagesearch'] = 'Select or search for a contact to send a new message.'; $string['noframesjs'] = 'Use more accessible interface'; $string['nocontacts'] = 'No contacts'; $string['nomessages'] = 'No messages'; $string['nomessagesfound'] = 'No messages were found'; $string['noreply'] = 'Do not reply to this message'; $string['noncontacts'] = 'Non-contacts'; $string['nonotifications'] = 'You have no notifications'; $string['notificationdatahasnotbeenmigrated'] = 'Your notifications are temporarily unavailable due to upgrades in the notification infrastructure. Please wait for them to be migrated.'; $string['notificationwindow'] = 'Notification window'; $string['notificationpreferences'] = 'Notification preferences'; $string['notificationimage'] = 'Notification image'; $string['notifications'] = 'Notifications'; $string['off'] = 'Off'; $string['offline'] = 'Offline'; $string['on'] = 'On'; $string['online'] = 'Online'; $string['outputdisabled'] = 'Output disabled'; $string['outputdoesnotexist'] = 'Message output does not exists'; $string['outputenabled'] = 'Output enabled'; $string['outputnotavailable'] = 'Not available'; $string['outputnotconfigured'] = 'Not configured'; $string['permitted'] = 'Permitted'; $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'; $string['privacy:metadata:messages:timecreated'] = 'The date at which the message was created'; $string['privacy:metadata:message_contacts'] = 'The list of contacts'; $string['privacy:metadata:message_contacts:blocked'] = 'Flag whether or not the user is blocked'; $string['privacy:metadata:message_contacts:contactid'] = 'The ID of the user who is a contact'; $string['privacy:metadata:message_contacts:userid'] = 'The ID of the user whose contact list we are viewing'; $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'; $string['privacy:metadata:message_conversation_members:timecreated'] = 'The date at which the member was created'; $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'; $string['privacy:metadata:message_user_actions:timecreated'] = 'The date at which the action was created'; $string['privacy:metadata:message_user_actions:userid'] = 'The ID of the user who performed this action'; $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'; $string['privacy:metadata:notifications:timeread'] = 'The date at which the notification was read'; $string['privacy:metadata:notifications:timecreated'] = 'The date at which the notification was created'; $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}\''; $string['processorsettings'] = 'Processor settings'; $string['removecontact'] = 'Remove contact'; $string['removecoursefilter'] = 'Remove filter for course {$a}'; $string['removefromyourcontacts'] = 'Remove from your contacts'; $string['requiresconfiguration'] = 'Requires configuration'; $string['searchforuser'] = 'Search for a user'; $string['searchforuserorcourse'] = 'Search for a user or course'; $string['searchmessages'] = 'Search messages'; $string['searchcombined'] = 'Search people and messages'; $string['seeall'] = 'See all'; $string['selectmessagestodelete'] = 'Select messages to delete'; $string['selectnotificationtoview'] = 'Select from the list of notifications on the side to view more details'; $string['send'] = 'Send'; $string['sendingvia'] = 'Sending "{$a->provider}" via "{$a->processor}"'; $string['sendingviawhen'] = 'Sending "{$a->provider}" via "{$a->processor}" when {$a->state}'; $string['sendmessage'] = 'Send message'; $string['sendbulkmessage'] = 'Send message to {$a} people'; $string['sendbulkmessagesingle'] = 'Send message to 1 person'; $string['sendbulkmessagesent'] = 'Message sent to {$a} people'; $string['sendbulkmessagesentsingle'] = 'Message sent to 1 person'; $string['sendmessageto'] = 'Send message to {$a}'; $string['sendmessagetopopup'] = 'Send message to {$a} - new window'; $string['settings'] = 'Settings'; $string['showmessagewindownonew'] = 'Show message window with no new messages'; $string['showmessagewindowwithcount'] = 'Show message window with {$a} new messages'; $string['shownotificationwindownonew'] = 'Show notification window with no new notifications'; $string['shownotificationwindowwithcount'] = 'Show notification window with {$a} new notifications'; $string['togglenotificationmenu'] = 'Toggle notifications menu'; $string['togglemessagemenu'] = 'Toggle messages menu'; $string['touserdoesntexist'] = 'You can not send a message to a user id ({$a}) that doesn\'t exist'; $string['unblockcontact'] = 'Unblock contact'; $string['unknownuser'] = 'Unknown user'; $string['unreadnotification'] = 'Unread notification: {$a}'; $string['unreadnewmessage'] = 'New message from {$a}'; $string['userisblockingyou'] = 'This user has blocked you from sending messages to them'; $string['userisblockingyounoncontact'] = '{$a} only accepts messages from their contacts.'; $string['viewfullnotification'] = 'View full notification'; $string['viewinganotherusersmessagearea'] = 'You are viewing another user\'s message area.'; $string['viewmessageswith'] = 'View messages with {$a}'; $string['viewnotificationresource'] = 'Go to: {$a}'; $string['viewunreadmessageswith'] = 'View unread messages with {$a}'; $string['writeamessage'] = 'Write a message...'; $string['you'] = 'You:';