mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merged tidy-ups from stable
This commit is contained in:
parent
6dfb22349f
commit
304d08f0c4
76 changed files with 1463 additions and 1525 deletions
|
@ -1,4 +1,6 @@
|
|||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// message.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$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.';
|
||||
|
@ -10,11 +12,11 @@ $string['allusers'] = 'All messages from all users';
|
|||
$string['backupmessageshelp'] = 'If enabled, then instant messages will be included in SITE automated backups';
|
||||
$string['beepnewmessage'] = 'Beep when a new message comes in (may require browser plugin that can play sounds, such as Quicktime)';
|
||||
$string['blockcontact'] = 'Block contact';
|
||||
$string['blocknoncontacts'] = 'Block all new messages from people who are not on my contact list';
|
||||
$string['blockedmessages'] = '$a message(s) to/from blocked users';
|
||||
$string['context'] = 'context';
|
||||
$string['blocknoncontacts'] = 'Block all new messages from people who are not on my contact list';
|
||||
$string['contactlistempty'] = 'Your contact list is currently empty';
|
||||
$string['contacts'] = 'Contacts';
|
||||
$string['context'] = 'context';
|
||||
$string['deletemessagesdays'] = 'Number of days before old messages are automatically deleted';
|
||||
$string['discussion'] = 'Discussion';
|
||||
$string['emailmessages'] = 'Email messages when I am offline';
|
||||
|
@ -32,9 +34,9 @@ $string['messages'] = 'Messages';
|
|||
$string['messaging'] = 'Messaging';
|
||||
$string['mycontacts'] = 'My Contacts';
|
||||
$string['newsearch'] = 'New search';
|
||||
$string['nosearchresults'] = 'There were no results from your search';
|
||||
$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';
|
||||
|
@ -63,5 +65,4 @@ $string['userisblockingyou'] = 'This user has blocked you from sending messages
|
|||
$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';
|
||||
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue