mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 11:26:41 +02:00
MDL-76105 lang: Import fixed English strings (en_fix)
This commit is contained in:
parent
c5da3db0ae
commit
ae2f8cfa67
29 changed files with 89 additions and 92 deletions
|
@ -23,13 +23,13 @@
|
|||
*/
|
||||
|
||||
$string['aftersaving...'] = 'Once you have saved your settings, you may wish to';
|
||||
$string['allowunenrol'] = 'Allow the IMS data to <strong>unenrol</strong> students/teachers';
|
||||
$string['allowunenrol'] = 'Allow IMS data to unenrol students and teachers';
|
||||
$string['allowunenrol_desc'] = 'If enabled, course enrolments will be removed when specified in the Enterprise data.';
|
||||
$string['basicsettings'] = 'Basic settings';
|
||||
$string['categoryidnumber'] = 'Allow category idnumber';
|
||||
$string['categoryidnumber_desc'] = 'If enabled IMS Enterprise will create category with idnumber';
|
||||
$string['categoryidnumber'] = 'Allow category ID number';
|
||||
$string['categoryidnumber_desc'] = 'If enabled IMS Enterprise will create a category with ID number.';
|
||||
$string['categoryseparator'] = 'Category separator character';
|
||||
$string['categoryseparator_desc'] = 'Required when "Category idnumber" is enabled. Character to separate the category name and idnumber.';
|
||||
$string['categoryseparator_desc'] = 'Required when \'Allow category ID number\' is enabled. Character to separate the category name and ID number.';
|
||||
$string['coursesettings'] = 'Course data options';
|
||||
$string['createnewcategories'] = 'Create new (hidden) course categories if not found in Moodle';
|
||||
$string['createnewcategories_desc'] = 'If the <org><orgunit> element is present in a course\'s incoming data, its content will be used to specify a category if the course is to be created from scratch. The plugin will NOT re-categorise existing courses.
|
||||
|
@ -38,9 +38,9 @@ If no category exists with the desired name, then a hidden category will be crea
|
|||
$string['createnewcourses'] = 'Create new (hidden) courses if not found in Moodle';
|
||||
$string['createnewcourses_desc'] = 'If enabled, the IMS Enterprise enrolment plugin can create new courses for any it finds in the IMS data but not in Moodle\'s database. Any newly-created courses are initially hidden.';
|
||||
$string['createnewusers'] = 'Create user accounts for users not yet registered in Moodle';
|
||||
$string['createnewusers_desc'] = 'IMS Enterprise enrolment data typically describes a set of users. If enabled, accounts can be created for any users not found in Moodle\'s database.
|
||||
$string['createnewusers_desc'] = 'IMS Enterprise enrolment data typically describes a set of users. If enabled, accounts can be created for any users not found in the Moodle database.
|
||||
|
||||
Users are searched for first by their "idnumber", and second by their Moodle username. Passwords are not imported by the IMS Enterprise plugin. The use of an authentication plugin is recommended for authenticating users.';
|
||||
Users are searched for first by their ID number, and then by their Moodle username. Passwords are not imported by the IMS Enterprise plugin. The use of an authentication plugin is recommended for authenticating users.';
|
||||
$string['cronfrequency'] = 'Frequency of processing';
|
||||
$string['deleteusers'] = 'Delete user accounts when specified in IMS data';
|
||||
$string['deleteusers_desc'] = 'If enabled, IMS Enterprise enrolment data can specify the deletion of user accounts (if the "recstatus" flag is set to 3, which represents deletion of an account). As is standard in Moodle, the user record isn\'t actually deleted from Moodle\'s database, but a flag is set to mark the account as deleted.';
|
||||
|
@ -94,8 +94,8 @@ $string['ignore'] = 'Ignore';
|
|||
$string['importimsfile'] = 'Import IMS Enterprise file';
|
||||
$string['privacy:metadata'] = 'The IMS Enterprise file enrolment plugin does not store any personal data.';
|
||||
$string['unenrolaction'] = 'Unenrol action';
|
||||
$string['unenrolaction_desc'] = 'Action to be taken when a user is unenrolled from a course (only applied when the <strong>unenrol</strong> setting above is active)';
|
||||
$string['unenrolaction_desc'] = 'Action to be taken when a user is unenrolled from a course (only applies when the unenrol setting above is enabled).';
|
||||
$string['disableenrolonly'] = 'Suspend enrolment only';
|
||||
$string['disableenrolmentandremoveallroles'] = 'Suspend enrolment & remove roles';
|
||||
$string['disableenrolmentandremoveallroles'] = 'Suspend enrolment and remove roles';
|
||||
$string['noaction'] = 'No action';
|
||||
$string['removeenrolmentandallroles'] = 'Delete enrolment & roles';
|
||||
$string['removeenrolmentandallroles'] = 'Delete enrolment and roles';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue