mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-64773_master' of git://github.com/markn86/moodle
This commit is contained in:
commit
a6646dfd92
39 changed files with 1093 additions and 21 deletions
|
@ -107,6 +107,7 @@ $string['messagepreferences'] = 'Message preferences';
|
|||
$string['messages'] = 'Messages';
|
||||
$string['messagesselected:'] = 'Messages selected:';
|
||||
$string['messagingdatahasnotbeenmigrated'] = 'Your messages are temporarily unavailable due to upgrades in the messaging infrastructure. Please wait for them to be migrated.';
|
||||
$string['muteconversation'] = 'Mute';
|
||||
$string['newonlymsg'] = 'Show only new';
|
||||
$string['newmessage'] = 'New message';
|
||||
$string['newmessagesearch'] = 'Select or search for a contact to send a new message.';
|
||||
|
@ -162,6 +163,11 @@ $string['privacy:metadata:message_contact_requests'] = 'The list of contact requ
|
|||
$string['privacy:metadata:message_contact_requests:requesteduserid'] = 'The ID of the user who received the contact request';
|
||||
$string['privacy:metadata:message_contact_requests:timecreated'] = 'The time when the contact request was created';
|
||||
$string['privacy:metadata:message_contact_requests:userid'] = 'The ID of the user who sent the contact request';
|
||||
$string['privacy:metadata:message_conversation_actions'] = 'The list of conversation user actions';
|
||||
$string['privacy:metadata:message_conversation_actions:action'] = 'The action that was performed';
|
||||
$string['privacy:metadata:message_conversation_actions:conversationid'] = 'The ID of the conversation this action belongs to';
|
||||
$string['privacy:metadata:message_conversation_actions:timecreated'] = 'The time when the action was created';
|
||||
$string['privacy:metadata:message_conversation_actions:userid'] = 'The ID of the user who performed this action';
|
||||
$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 time when the member was created';
|
||||
|
@ -233,6 +239,7 @@ $string['unblockcontact'] = 'Unblock contact';
|
|||
$string['unblockuser'] = 'Unblock user';
|
||||
$string['unblockuserconfirm'] = 'Are you sure you want to unblock {$a}?';
|
||||
$string['unknownuser'] = 'Unknown user';
|
||||
$string['unmuteconversation'] = 'Unmute';
|
||||
$string['unreadnotification'] = 'Unread notification: {$a}';
|
||||
$string['unreadnewgroupconversationmessage'] = 'New message from {$a->name} in {$a->conversationname}';
|
||||
$string['unreadnewmessage'] = 'New message from {$a}';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue