MDL-87593 lang: Fix strings order
This commit is contained in:
@@ -35,8 +35,8 @@ $string['asyncgeneralsettings'] = 'Asynchronous backup/restore';
|
||||
$string['asyncemailenable'] = 'Enable notifications';
|
||||
$string['asyncemailenabledetail'] = 'If enabled, users will receive a notification when an asynchronous backup or restore completes.';
|
||||
$string['asyncmessagebody'] = 'Notification';
|
||||
$string['asyncmessagebodydetail'] = 'Notification to send when an asynchronous backup or restore completes.';
|
||||
$string['asyncmessagebodydefault'] = '{operation} (ID: {backupid}) completed. Access it here: <a href="{link}">{link}</a>.';
|
||||
$string['asyncmessagebodydetail'] = 'Notification to send when an asynchronous backup or restore completes.';
|
||||
$string['asyncmessagesubject'] = 'Subject';
|
||||
$string['asyncmessagesubjectdetail'] = 'Notification subject';
|
||||
$string['asyncmessagesubjectdefault'] = 'Moodle {operation} completed successfully';
|
||||
|
||||
@@ -705,8 +705,8 @@ $string['userextensiondate'] = 'Extension granted until: {$a}';
|
||||
$string['userassignmentdefaults'] = 'User assignment defaults';
|
||||
$string['useridlistnotcached'] = 'The grade changes were NOT saved, as it was not possible to determine which submission they were for.';
|
||||
$string['useroverrides'] = 'User overrides';
|
||||
$string['usersubmissioncannotberemoved'] = 'The submission of {$a} cannot be removed.';
|
||||
$string['usersnone'] = 'There are no users enrolled in this course or no users can access the assignment.';
|
||||
$string['usersubmissioncannotberemoved'] = 'The submission of {$a} cannot be removed.';
|
||||
$string['userswhoneedtosubmit'] = 'Users who need to submit: {$a}';
|
||||
$string['usergrade'] = 'User grade';
|
||||
$string['validmarkingworkflowstates'] = 'Valid marking workflow states';
|
||||
|
||||
Reference in New Issue
Block a user