mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
114 lines
6.0 KiB
PHP
114 lines
6.0 KiB
PHP
<?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'
|
|
*
|
|
* @package 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['addsomecontacts'] = 'To send a message to someone, or to add a shortcut for them on this page, use the <a href="{$a}">search tab</a> above.';
|
|
$string['addsomecontactsincoming'] = 'These messages are from people who are not in your contact list. To add them to your contacts, click the "Add contact" icon next to their name.';
|
|
$string['ago'] = '{$a} ago';
|
|
$string['ajax_gui'] = 'Ajax chat room';
|
|
$string['allmine'] = 'All messages to me or from me';
|
|
$string['allstudents'] = 'All messages between students in course';
|
|
$string['allusers'] = 'All messages from all users';
|
|
$string['backupmessageshelp'] = 'If enabled, then instant messages will be included in SITE automated backups';
|
|
$string['beepnewmessage'] = 'Beep on new message';
|
|
$string['blockcontact'] = 'Block contact';
|
|
$string['blockedmessages'] = '{$a} message(s) to/from blocked users';
|
|
$string['blockedusers'] = 'Blocked users ({$a})';
|
|
$string['blocknoncontacts'] = 'Block unknown users';
|
|
$string['cannotsavemessageprefs'] = 'Could not save user messaging preferences';
|
|
$string['contactlistempty'] = 'Your contact list is empty';
|
|
$string['contacts'] = 'Contacts';
|
|
$string['context'] = 'context';
|
|
$string['deletemessagesdays'] = 'Number of days before old messages are automatically deleted';
|
|
$string['disabled'] = 'Messaging is disabled on this site';
|
|
$string['discussion'] = 'Discussion';
|
|
$string['editmymessage'] = 'Messaging';
|
|
$string['emailmessages'] = 'Email messages when I am offline';
|
|
$string['emailtagline'] = 'This email is a copy of a message sent to you at "{$a}"';
|
|
$string['emptysearchstring'] = 'You must search for something';
|
|
$string['errorcallingprocessor'] = 'Error calling defined processor';
|
|
$string['formorethan'] = 'For more than';
|
|
$string['guestnoeditmessage'] = 'Guest user can not edit messaging options';
|
|
$string['guestnoeditmessageother'] = 'Guest user can not edit other user messaging options';
|
|
$string['gotomessages'] = 'Go to messages';
|
|
$string['includeblockedusers'] = 'Include blocked users';
|
|
$string['incomingcontacts'] = 'Incoming contacts ({$a})';
|
|
$string['keywords'] = 'Keywords';
|
|
$string['keywordssearchresults'] = 'Search results: {$a} messages found';
|
|
$string['keywordssearchresultstoomany'] = 'Search results: More than {$a} messages found. Refine your search.';
|
|
$string['loggedin'] = 'Online';
|
|
$string['loggedoff'] = 'Not online';
|
|
$string['managecontacts'] = 'Manage my contacts';
|
|
$string['mostrecent'] = 'Recent messages';
|
|
$string['mailsent'] = 'Your message was sent via email.';
|
|
$string['maxmessages'] = 'Maximum number of messages to show in the discussion history';
|
|
$string['message'] = 'Message';
|
|
$string['messagehistory'] = 'Message history';
|
|
$string['messagehistoryfull'] = 'All messages';
|
|
$string['messages'] = 'Messages';
|
|
$string['messaging'] = 'Messaging';
|
|
$string['messagingdisabled'] = 'Messaging is disabled on this site, emails will be sent instead';
|
|
$string['mycontacts'] = 'My contacts';
|
|
$string['newonlymsg'] = 'Show only new';
|
|
$string['newsearch'] = 'New search';
|
|
$string['noframesjs'] = 'Use more accessible interface';
|
|
$string['nomessages'] = 'No messages waiting';
|
|
$string['nomessagesfound'] = 'No messages were found';
|
|
$string['nosearchresults'] = 'There were no results from your search';
|
|
$string['offline'] = 'Offline';
|
|
$string['offlinecontacts'] = 'Offline contacts ({$a})';
|
|
$string['online'] = 'Online';
|
|
$string['onlinecontacts'] = 'Online contacts ({$a})';
|
|
$string['onlyfromme'] = 'Only messages from me';
|
|
$string['onlymycourses'] = 'Only in my courses';
|
|
$string['onlytome'] = 'Only messages to me';
|
|
$string['pagerefreshes'] = 'This page refreshes automatically every {$a} seconds';
|
|
$string['private_config'] = 'Popup message window';
|
|
$string['processortag'] = 'Destination';
|
|
$string['providers_config'] = 'Configure destinations for incoming messages';
|
|
$string['providerstag'] = 'Source';
|
|
$string['readmessages'] = '{$a} read messages';
|
|
$string['removecontact'] = 'Remove contact';
|
|
$string['savemysettings'] = 'Save my settings';
|
|
$string['search'] = 'Search';
|
|
$string['searchforperson'] = 'Search for a person';
|
|
$string['searchmessages'] = 'Search messages';
|
|
$string['searchcombined'] = 'Search people and messages';
|
|
$string['sendmessage'] = 'Send message';
|
|
$string['sendmessageto'] = 'Send message to {$a}';
|
|
$string['sendmessagetopopup'] = 'Send message to {$a} - new window';
|
|
$string['settings'] = 'Settings';
|
|
$string['settingssaved'] = 'Your settings have been saved';
|
|
$string['showmessagewindow'] = 'Popup window on new message';
|
|
$string['strftimedaydatetime'] = '%A, %d %B %Y, %I:%M %p';
|
|
$string['timenosee'] = 'Minutes since I was last seen online';
|
|
$string['timesent'] = 'Time Sent';
|
|
$string['unblockcontact'] = 'Unblock contact';
|
|
$string['unreadmessages'] = '{$a} unread messages';
|
|
$string['unreadnewmessages'] = '{$a} new messages';
|
|
$string['unreadnewmessage'] = 'New message from {$a}';
|
|
$string['userisblockingyou'] = 'This user has blocked you from sending messages to them';
|
|
$string['userisblockingyounoncontact'] = 'This user is only accepting messages from people listed as contacts, and you are not currently on the list.';
|
|
$string['userssearchresults'] = 'Search results: {$a} users found'; |