mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-64495-master' of https://github.com/aanabit/moodle
This commit is contained in:
commit
a3d85254f1
13 changed files with 233 additions and 112 deletions
|
@ -773,9 +773,11 @@ $string['mediapluginyoutube'] = 'Enable YouTube links filter';
|
|||
$string['messaging'] = 'Enable messaging system';
|
||||
$string['messagingallowemailoverride'] = 'Notification email override';
|
||||
$string['messagingallusers'] = 'Allow site-wide messaging';
|
||||
$string['messagingcategory'] = 'Messaging';
|
||||
$string['messagingdefaultpressenter'] = 'Use enter to send enabled by default';
|
||||
$string['messagingdeletereadnotificationsdelay'] = 'Delete read notifications';
|
||||
$string['messagingdeleteallnotificationsdelay'] = 'Delete all notifications';
|
||||
$string['messagingssettings'] = 'Messaging settings';
|
||||
$string['minpassworddigits'] = 'Digits';
|
||||
$string['minpasswordlength'] = 'Password length';
|
||||
$string['minpasswordlower'] = 'Lowercase letters';
|
||||
|
|
|
@ -142,4 +142,8 @@ userisblockingyounoncontact,core_message
|
|||
error:invalidbadgeurl,core_badges
|
||||
nomessages,core_message
|
||||
searchallavailablecourses_desc,core_admin
|
||||
search:mycourse,core_search
|
||||
search:mycourse,core_search
|
||||
outputdisabled,core_message
|
||||
outputdoesnotexist,core_message
|
||||
outputenabled,core_message
|
||||
outputnotconfigured,core_message
|
||||
|
|
|
@ -47,7 +47,7 @@ $string['contactrequests'] = 'Contact requests';
|
|||
$string['contactrequestsent'] = 'Contact request sent';
|
||||
$string['contacts'] = 'Contacts';
|
||||
$string['decline'] = 'Decline';
|
||||
$string['defaultmessageoutputs'] = 'Default message outputs';
|
||||
$string['defaultmessageoutputs'] = 'Notification settings';
|
||||
$string['defaults'] = 'Defaults';
|
||||
$string['deleteallconfirm'] = "Are you sure you would like to delete this entire conversation? This will not delete it for other conversation participants.";
|
||||
$string['deleteallmessages'] = "Delete all messages";
|
||||
|
@ -90,8 +90,8 @@ $string['loggedindescription'] = 'When you are logged into Moodle';
|
|||
$string['loggedoff'] = 'Offline';
|
||||
$string['loggedoff_help'] = 'Configure how you would like to receive notifications when you are not logged into Moodle';
|
||||
$string['loggedoffdescription'] = 'When you are not logged into Moodle';
|
||||
$string['managemessageoutputs'] = 'Manage message outputs';
|
||||
$string['messageoutputs'] = 'Message outputs';
|
||||
$string['managemessageoutputs'] = 'Default notification preferences';
|
||||
$string['messageoutputs'] = 'Notification plugins';
|
||||
$string['messagepreferences'] = 'Message preferences';
|
||||
$string['message'] = 'Message';
|
||||
$string['messagecontactrequestsnotification'] = '{$a} wants to be added as a contact';
|
||||
|
@ -136,11 +136,7 @@ $string['offline'] = 'Offline';
|
|||
$string['on'] = 'On';
|
||||
$string['online'] = 'Online';
|
||||
$string['otherparticipants'] = 'Other participants';
|
||||
$string['outputdisabled'] = 'Output disabled';
|
||||
$string['outputdoesnotexist'] = 'Message output does not exist';
|
||||
$string['outputenabled'] = 'Output enabled';
|
||||
$string['outputnotavailable'] = 'Not available';
|
||||
$string['outputnotconfigured'] = 'Not configured';
|
||||
$string['participants'] = 'Participants';
|
||||
$string['permitted'] = 'Permitted';
|
||||
$string['privacy'] = 'Privacy';
|
||||
|
@ -267,3 +263,7 @@ $string['userisblockingyounoncontact'] = '{$a} only accepts messages from their
|
|||
|
||||
// Deprecated since Moodle 3.7.
|
||||
$string['nomessages'] = 'No messages';
|
||||
$string['outputdisabled'] = 'Output disabled';
|
||||
$string['outputdoesnotexist'] = 'Message output does not exist';
|
||||
$string['outputenabled'] = 'Output enabled';
|
||||
$string['outputnotconfigured'] = 'Not configured';
|
||||
|
|
|
@ -152,8 +152,8 @@ $string['type_local'] = 'Local plugin';
|
|||
$string['type_local_plural'] = 'Local plugins';
|
||||
$string['type_media'] = 'Media player';
|
||||
$string['type_media_plural'] = 'Media players';
|
||||
$string['type_message'] = 'Messaging output';
|
||||
$string['type_message_plural'] = 'Messaging outputs';
|
||||
$string['type_message'] = 'Notification plugin';
|
||||
$string['type_message_plural'] = 'Notification plugins';
|
||||
$string['type_mnetservice'] = 'MNet service';
|
||||
$string['type_mnetservice_plural'] = 'MNet services';
|
||||
$string['type_mod'] = 'Activity module';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue