mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-75553-master' of https://github.com/junpataleta/moodle
This commit is contained in:
commit
adba94a873
33 changed files with 133 additions and 133 deletions
|
@ -423,7 +423,7 @@ $string['courselistshortnames_desc'] = 'If enabled, course short names will be d
|
|||
$string['coursemgmt'] = 'Manage courses and categories';
|
||||
$string['courseoverview'] = 'Course overview';
|
||||
$string['courserequestnotify'] = 'Course request notification';
|
||||
$string['courserequestnotifyemail'] = 'User {$a->user} requested a new course at {$a->link}';
|
||||
$string['courserequestnotifyemail'] = '{$a->user} requested a new course <a href="{$a->link}">{$a->link}</a>';
|
||||
$string['courserequests'] = 'Course requests';
|
||||
$string['courserequestspending'] = 'Pending course requests';
|
||||
$string['courses'] = 'Courses';
|
||||
|
|
|
@ -144,9 +144,9 @@ $string['privacy:metadata:analytics:predictionactions:predictionid'] = 'The pred
|
|||
$string['privacy:metadata:analytics:predictionactions:userid'] = 'The user that made the action';
|
||||
$string['privacy:metadata:analytics:predictionactions:actionname'] = 'The action name';
|
||||
$string['privacy:metadata:analytics:predictionactions:timecreated'] = 'When the prediction action was performed';
|
||||
$string['privacy:metadata:analytics:analyticsmodels'] = 'Analytic Models';
|
||||
$string['privacy:metadata:analytics:analyticsmodels'] = 'Analytics models';
|
||||
$string['privacy:metadata:analytics:analyticsmodels:usermodified'] = 'The user that modified the model';
|
||||
$string['privacy:metadata:analytics:analyticsmodelslog'] = 'The log used for Analytic Models';
|
||||
$string['privacy:metadata:analytics:analyticsmodelslog'] = 'The log used for analytics models';
|
||||
$string['privacy:metadata:analytics:analyticsmodelslog:usermodified'] = 'The user that modified the log';
|
||||
$string['processingsitecontents'] = 'Processing site contents';
|
||||
$string['successfullyanalysed'] = 'Successfully analysed';
|
||||
|
|
|
@ -36,7 +36,7 @@ $string['asyncemailenable'] = 'Enable message notifications';
|
|||
$string['asyncemailenabledetail'] = 'If enabled, users will receive a message when an asynchronous backup or restore completes.';
|
||||
$string['asyncmessagebody'] = 'Message';
|
||||
$string['asyncmessagebodydetail'] = 'Message to send when an asynchronous backup or restore completes.';
|
||||
$string['asyncmessagebodydefault'] = 'Hi {user_firstname},<br/> Your {operation} (ID: {backupid}) has completed successfully. <br/><br/>You can access it here: {link}.';
|
||||
$string['asyncmessagebodydefault'] = 'Your {operation} (ID: {backupid}) has completed successfully. You can access it here: <a href="{link}">{link}</a>.';
|
||||
$string['asyncmessagesubject'] = 'Subject';
|
||||
$string['asyncmessagesubjectdetail'] = 'Message subject';
|
||||
$string['asyncmessagesubjectdefault'] = 'Moodle {operation} completed successfully';
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$string['privacy:metadata:file_conversions'] = 'A record of the file_conversions performed by a user';
|
||||
$string['privacy:metadata:file_conversions'] = 'A record of the file conversions performed by a user.';
|
||||
$string['privacy:metadata:file_conversion:usermodified'] = 'The user who started the file conversion.';
|
||||
$string['privacy:metadata:files'] = 'A record of the files uploaded or shared by users';
|
||||
$string['privacy:metadata:files:author'] = 'The author of the file\'s content';
|
||||
|
|
|
@ -81,7 +81,7 @@ $string['selecteditems'] = 'Selected items:';
|
|||
$string['showadvanced'] = 'Show advanced';
|
||||
$string['showless'] = 'Show less...';
|
||||
$string['showmore'] = 'Show more...';
|
||||
$string['somefieldsrequired'] = 'There are required fields in this form marked {$a}.';
|
||||
$string['somefieldsrequired'] = '{$a} Required';
|
||||
$string['suggestions'] = 'Suggestions';
|
||||
$string['time'] = 'Time';
|
||||
$string['timeunit'] = 'Time unit';
|
||||
|
|
|
@ -64,7 +64,7 @@ $string['disableall'] = 'Disable notifications';
|
|||
$string['disabled'] = 'Messaging is disabled on this site';
|
||||
$string['disallowed'] = 'Locked off';
|
||||
$string['editmessages'] = 'Edit messages';
|
||||
$string['emailtagline'] = 'This is a copy of a message sent to you at "{$a->sitename}". Go to {$a->url} to reply.';
|
||||
$string['emailtagline'] = 'This is a copy of a message sent to you on the site {$a->sitename}. Go to <a href="{$a->url}">{$a->url}</a> to reply.';
|
||||
$string['enabled'] = 'Enabled';
|
||||
$string['errorcallingprocessor'] = 'Error calling defined output';
|
||||
$string['errorconversationdoesnotexist'] = 'Conversation does not exist';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue