mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-66143 course: Add relativedatesmode course setting
This commit is contained in:
parent
afc87005cb
commit
9d8cdb9ba8
5 changed files with 38 additions and 2 deletions
|
@ -1633,6 +1633,9 @@ $string['registrationsend'] = 'Send registration information to moodle.org';
|
|||
$string['registrationyes'] = 'Yes, notify me about important news (e.g. security issues or releases) ';
|
||||
$string['reject'] = 'Reject';
|
||||
$string['rejectdots'] = 'Reject...';
|
||||
$string['relativedatesmode'] = 'Relative dates mode';
|
||||
$string['relativedatesmode_help'] = 'Display course or activity dates relative to the user\'s start date in the course .<br />The user\'s course start date will be their enrolment start date, unless they are enrolled before the course begins in which case their start date will be the course start date.<br/><strong>WARNING: This is an experimental feature and not all activities may support it. Once the course has been created, this course setting can no longer be changed.</strong>';
|
||||
$string['relativedatesmode_warning'] = '<strong>Warning:</strong> This cannot be changed once the course has been created.';
|
||||
$string['reload'] = 'Reload';
|
||||
$string['remoteappuser'] = 'Remote {$a} User';
|
||||
$string['remove'] = 'Remove';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue