Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for component 'enrol_imsenterprise', language 'en'.
  19   *
  20   * @package    enrol_imsenterprise
  21   * @copyright  1999 onwards Martin Dougiamas  {@link http://moodle.com}
  22   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['aftersaving...'] = 'Once you have saved your settings, you may wish to';
  26  $string['allowunenrol'] = 'Allow the IMS data to <strong>unenrol</strong> students/teachers';
  27  $string['allowunenrol_desc'] = 'If enabled, course enrolments will be removed when specified in the Enterprise data.';
  28  $string['basicsettings'] = 'Basic settings';
  29  $string['categoryidnumber'] = 'Allow category idnumber';
  30  $string['categoryidnumber_desc'] = 'If enabled IMS Enterprise will create category with idnumber';
  31  $string['categoryseparator'] = 'Category separator character';
  32  $string['categoryseparator_desc'] = 'Required when "Category idnumber" is enabled. Character to separate the category name and idnumber.';
  33  $string['coursesettings'] = 'Course data options';
  34  $string['createnewcategories'] = 'Create new (hidden) course categories if not found in Moodle';
  35  $string['createnewcategories_desc'] = 'If the &lt;org&gt;&lt;orgunit&gt; 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.
  36  
  37  If no category exists with the desired name, then a hidden category will be created.';
  38  $string['createnewcourses'] = 'Create new (hidden) courses if not found in Moodle';
  39  $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.';
  40  $string['createnewusers'] = 'Create user accounts for users not yet registered in Moodle';
  41  $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.
  42  
  43  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.';
  44  $string['cronfrequency'] = 'Frequency of processing';
  45  $string['deleteusers'] = 'Delete user accounts when specified in IMS data';
  46  $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.';
  47  $string['doitnow'] = 'perform an IMS Enterprise import right now';
  48  $string['emptyattribute'] = 'Leave it empty';
  49  $string['filelockedmail'] = 'The text file you are using for IMS-file-based enrolments ({$a}) can not be deleted by the cron process.  This usually means the permissions are wrong on it.  Please fix the permissions so that Moodle can delete the file, otherwise it might be processed repeatedly.';
  50  $string['filelockedmailsubject'] = 'Important error: Enrolment file';
  51  $string['fixcasepersonalnames'] = 'Change personal names to Title Case';
  52  $string['fixcaseusernames'] = 'Change usernames to lower case';
  53  $string['imsenterprisecrontask'] = 'Enrolment file processing';
  54  $string['imsenterprise:config'] = 'Configure IMS Enterprise enrol instances';
  55  $string['imsrolesdescription'] = 'The IMS Enterprise specification includes 8 distinct role types. Please choose how you want them to be assigned in Moodle, including whether any of them should be ignored.';
  56  $string['location'] = 'File location';
  57  $string['logtolocation'] = 'Log file output location (blank for no logging)';
  58  $string['mailadmins'] = 'Notify admin by email';
  59  $string['mailusers'] = 'Notify users by email';
  60  $string['messageprovider:imsenterprise_enrolment'] = 'IMS Enterprise enrolment messages';
  61  $string['miscsettings'] = 'Miscellaneous';
  62  $string['nestedcategories'] = 'Allow nested categories';
  63  $string['nestedcategories_desc'] = 'If enabled IMS Enterprise will create nested categories';
  64  $string['pluginname'] = 'IMS Enterprise file';
  65  $string['pluginname_desc'] = 'This method will repeatedly check for and process a specially-formatted text file in the location that you specify.  The file must follow the IMS Enterprise specifications containing person, group, and membership XML elements.';
  66  $string['processphoto'] = 'Add user photo data to profile';
  67  $string['processphotowarning'] = 'Warning: Image processing is likely to add a significant burden to the server. You are recommended not to activate this option if large numbers of students are expected to be processed.';
  68  $string['restricttarget'] = 'Only process data if the following target is specified';
  69  $string['restricttarget_desc'] = 'An IMS Enterprise data file could be intended for multiple "targets" - different LMSes, or different systems within a school/university. It\'s possible to specify in the Enterprise file that the data is intended for one or more named target systems, by naming them in <target> tags contained within the <properties> tag.
  70  
  71  In general you don\'t need to worry about this. Leave the setting blank and Moodle will always process the data file, no matter whether a target is specified or not. Otherwise, fill in the exact name that will be output inside the <target> tag.';
  72  $string['settingfullname'] = 'IMS description tag for the course full name';
  73  $string['settingfullnamedescription'] = 'The full name is a required course field so you have to define the selected description tag in your IMS Enterprise file';
  74  $string['settingshortname'] = 'IMS description tag for the course short name';
  75  $string['settingshortnamedescription'] = 'The short name is a required course field so you have to define the selected description tag in your IMS Enterprise file';
  76  $string['settingsummary'] = 'IMS description tag for the course summary';
  77  $string['settingsummarydescription'] = 'Is an optional field, select \'Leave it empty\' if you dont\'t want to specify a course summary';
  78  $string['sourcedidfallback'] = 'Use the \'sourcedid\' for a user\'s userid if the \'userid\' field is not found';
  79  $string['sourcedidfallback_desc'] = 'In IMS data, the <sourcedid> field represents the persistent ID code for a person as used in the source system. The <userid> field is a separate field which should contain the ID code used by the user when logging in. In many cases these two codes may be the same - but not always.
  80  
  81  Some student information systems fail to output the <userid> field. If this is the case, you should enable this setting to allow for using the <sourcedid> as the Moodle user ID. Otherwise, leave this setting disabled.';
  82  $string['truncatecoursecodes'] = 'Truncate course codes to this length';
  83  $string['truncatecoursecodes_desc'] = 'In some situations you may have course codes which you wish to truncate to a specified length before processing. If so, enter the number of characters in this box. Otherwise, leave the box blank and no truncation will occur.';
  84  $string['updatecourses'] = 'Update course';
  85  $string['updatecourses_desc'] = 'If enabled, the IMS Enterprise enrolment plugin can update course full and short names (if the "recstatus" flag is set to 2, which represents an update).';
  86  $string['updateusers'] = 'Update user accounts when specified in IMS data';
  87  $string['updateusers_desc'] = 'If enabled, IMS Enterprise enrolment data can specify changes to user accounts (if the "recstatus" flag is set to 2, which represents an update).';
  88  $string['usecapitafix'] = 'Tick this box if using Capita (as their XML format is slightly different)';
  89  $string['usecapitafix_desc'] = 'The student data system produced by Capita has been found to have one slight error in its XML output. If you are using Capita you should enable this setting - otherwise leave it un-ticked.';
  90  $string['usersettings'] = 'User data options';
  91  $string['zeroisnotruncation'] = '0 indicates no truncation';
  92  $string['roles'] = 'Roles';
  93  $string['ignore'] = 'Ignore';
  94  $string['importimsfile'] = 'Import IMS Enterprise file';
  95  $string['privacy:metadata'] = 'The IMS Enterprise file enrolment plugin does not store any personal data.';