|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 // This file is part of Moodle - http://moodle.org/ 00004 // 00005 // Moodle is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License as published by 00007 // the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // Moodle is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU General Public License 00016 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00017 00026 $string['addcontact'] = 'Add contact'; 00027 $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.'; 00028 $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.'; 00029 $string['ago'] = '{$a} ago'; 00030 $string['ajax_gui'] = 'Ajax chat room'; 00031 $string['allmine'] = 'All messages to me or from me'; 00032 $string['allstudents'] = 'All messages between students in course'; 00033 $string['allusers'] = 'All messages from all users'; 00034 $string['backupmessageshelp'] = 'If enabled, then instant messages will be included in SITE automated backups'; 00035 $string['beepnewmessage'] = 'Beep on new message'; 00036 $string['blockcontact'] = 'Block contact'; 00037 $string['blockedmessages'] = '{$a} message(s) to/from blocked users'; 00038 $string['blockedusers'] = 'Blocked users ({$a})'; 00039 $string['blocknoncontacts'] = 'Prevent non-contacts from messaging me'; 00040 $string['contactlistempty'] = 'Your contact list is empty'; 00041 $string['contacts'] = 'Contacts'; 00042 $string['context'] = 'context'; 00043 $string['couldnotfindpreference'] = 'Could not load preference {$a}. Does the component and name you supplied to message_send() match a row in message_providers? Message providers must appear in the database so users can configure how they will be notified when they receive messages.'; 00044 $string['defaultmessageoutputs'] = 'Default message outputs'; 00045 $string['defaults'] = 'Defaults'; 00046 $string['deletemessagesdays'] = 'Number of days before old messages are automatically deleted'; 00047 $string['disableall'] = 'Temporarily disable notifications'; 00048 $string['disableall_help'] = 'Temporarily disable all notifications except those marked as "forced" by the site administrator'; 00049 $string['disabled'] = 'Messaging is disabled on this site'; 00050 $string['disallowed'] = 'Disallowed'; 00051 $string['discussion'] = 'Discussion'; 00052 $string['editmymessage'] = 'Messaging'; 00053 $string['emailmessages'] = 'Email messages when I am offline'; 00054 $string['emailtagline'] = 'This is a copy of a message sent to you at "{$a->sitename}". Go to {$a->url} to reply.'; 00055 $string['emptysearchstring'] = 'You must search for something'; 00056 $string['errorcallingprocessor'] = 'Error calling defined processor'; 00057 $string['errortranslatingdefault'] = 'Error translating default setting provided by plugin, using system defaults instead.'; 00058 $string['forced'] = 'Forced'; 00059 $string['formorethan'] = 'For more than'; 00060 $string['guestnoeditmessage'] = 'Guest user can not edit messaging options'; 00061 $string['guestnoeditmessageother'] = 'Guest user can not edit other user messaging options'; 00062 $string['gotomessages'] = 'Go to messages'; 00063 $string['includeblockedusers'] = 'Include blocked users'; 00064 $string['incomingcontacts'] = 'Incoming contacts ({$a})'; 00065 $string['keywords'] = 'Keywords'; 00066 $string['keywordssearchresults'] = 'Messages found: {$a}'; 00067 $string['keywordssearchresultstoomany'] = 'More than {$a} messages found. Refine your search.'; 00068 $string['loggedin'] = 'Online'; 00069 $string['loggedindescription'] = 'When I\'m logged in'; 00070 $string['loggedoff'] = 'Not online'; 00071 $string['loggedoffdescription'] = 'When I\'m offline'; 00072 $string['managecontacts'] = 'Manage my contacts'; 00073 $string['managemessageoutputs'] = 'Manage message outputs'; 00074 $string['messageoutputs'] = 'Message outputs'; 00075 $string['mostrecent'] = 'Recent messages'; 00076 $string['mostrecentconversations'] = 'Recent conversations'; 00077 $string['mostrecentnotifications'] = 'Recent notifications'; 00078 $string['mailsent'] = 'Your message was sent via email.'; 00079 $string['maxmessages'] = 'Maximum number of messages to show in the discussion history'; 00080 $string['message'] = 'Message'; 00081 $string['messagehistory'] = 'Message history'; 00082 $string['messagehistoryfull'] = 'All messages'; 00083 $string['messages'] = 'Messages'; 00084 $string['messaging'] = 'Messaging'; 00085 $string['messagingdisabled'] = 'Messaging is disabled on this site, emails will be sent instead'; 00086 $string['mycontacts'] = 'My contacts'; 00087 $string['newonlymsg'] = 'Show only new'; 00088 $string['newsearch'] = 'New search'; 00089 $string['noframesjs'] = 'Use more accessible interface'; 00090 $string['nomessages'] = 'No messages waiting'; 00091 $string['nomessagesfound'] = 'No messages were found'; 00092 $string['noreply'] = 'Do not reply to this message'; 00093 $string['nosearchresults'] = 'There were no results from your search'; 00094 $string['notpermitted'] = 'Not permitted'; 00095 $string['offline'] = 'Offline'; 00096 $string['offlinecontacts'] = 'Offline contacts ({$a})'; 00097 $string['online'] = 'Online'; 00098 $string['onlinecontacts'] = 'Online contacts ({$a})'; 00099 $string['onlyfromme'] = 'Only messages from me'; 00100 $string['onlymycourses'] = 'Only in my courses'; 00101 $string['onlytome'] = 'Only messages to me'; 00102 $string['outputdisabled'] = 'Output disabled'; 00103 $string['outputdoesnotexist'] = 'Message output does not exists'; 00104 $string['outputenabled'] = 'Output enabled'; 00105 $string['outputnotavailable'] = 'Not available'; 00106 $string['outputnotconfigured'] = 'Not configured'; 00107 $string['pagerefreshes'] = 'This page refreshes automatically every {$a} seconds'; 00108 $string['permitted'] = 'Permitted'; 00109 $string['page-message-x'] = 'Any message pages'; 00110 $string['private_config'] = 'Popup message window'; 00111 $string['processortag'] = 'Destination'; 00112 $string['providers_config'] = 'Configure notification methods for incoming messages'; 00113 $string['providerstag'] = 'Source'; 00114 $string['recent'] = 'Recent'; 00115 $string['readmessages'] = '{$a} read messages'; 00116 $string['removecontact'] = 'Remove contact'; 00117 $string['savemysettings'] = 'Save my settings'; 00118 $string['search'] = 'Search'; 00119 $string['searchforperson'] = 'Search for a person'; 00120 $string['searchmessages'] = 'Search messages'; 00121 $string['searchcombined'] = 'Search people and messages'; 00122 $string['sendingvia'] = 'Sending "{$a->provider}" via "{$a->processor}"'; 00123 $string['sendingviawhen'] = 'Sending "{$a->provider}" via "{$a->processor}" when {$a->state}'; 00124 $string['sendmessage'] = 'Send message'; 00125 $string['sendmessageto'] = 'Send message to {$a}'; 00126 $string['sendmessagetopopup'] = 'Send message to {$a} - new window'; 00127 $string['settings'] = 'Settings'; 00128 $string['settingssaved'] = 'Your settings have been saved'; 00129 $string['showmessagewindow'] = 'Popup window on new message'; 00130 $string['strftimedaydatetime'] = '%A, %d %B %Y, %I:%M %p'; 00131 $string['timenosee'] = 'Minutes since I was last seen online'; 00132 $string['timesent'] = 'Time sent'; 00133 $string['touserdoesntexist'] = 'You can not send a message to a user id ({$a}) that doesn\'t exist'; 00134 $string['unblockcontact'] = 'Unblock contact'; 00135 $string['unreadmessages'] = 'Unread messages ({$a})'; 00136 $string['unreadnewmessages'] = 'New messages ({$a})'; 00137 $string['unreadnewmessage'] = 'New message from {$a}'; 00138 $string['unreadnewnotification'] = 'New notification'; 00139 $string['unreadnewnotifications'] = 'New notifications ({$a})'; 00140 $string['userisblockingyou'] = 'This user has blocked you from sending messages to them'; 00141 $string['userisblockingyounoncontact'] = 'This user is only accepting messages from people listed as contacts, and you are not currently on the list.'; 00142 $string['userssearchresults'] = 'Users found: {$a}';