mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-28568_noncontact_warning_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
This commit is contained in:
commit
eec3d1869d
3 changed files with 16 additions and 3 deletions
|
@ -82,6 +82,7 @@ $string['messagehistory'] = 'Message history';
|
|||
$string['messagehistoryfull'] = 'All messages';
|
||||
$string['messages'] = 'Messages';
|
||||
$string['messaging'] = 'Messaging';
|
||||
$string['messagingblockednoncontact'] = '{$a} will not be able to reply as you have blocked non-contacts';
|
||||
$string['messagingdisabled'] = 'Messaging is disabled on this site, emails will be sent instead';
|
||||
$string['mycontacts'] = 'My contacts';
|
||||
$string['newonlymsg'] = 'Show only new';
|
||||
|
@ -140,5 +141,5 @@ $string['unreadnewmessage'] = 'New message from {$a}';
|
|||
$string['unreadnewnotification'] = 'New notification';
|
||||
$string['unreadnewnotifications'] = 'New notifications ({$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['userisblockingyounoncontact'] = '{$a} only accepts messages from their contacts.';
|
||||
$string['userssearchresults'] = 'Users found: {$a}';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue