Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

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

   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_self', language 'en'.
  19   *
  20   * @package    enrol_self
  21   * @copyright  2010 Petr Skoda  {@link http://skodak.org}
  22   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['canntenrol'] = 'Enrolment is disabled or inactive';
  26  $string['canntenrolearly'] = 'You cannot enrol yet; enrolment starts on {$a}.';
  27  $string['canntenrollate'] = 'You cannot enrol any more, since enrolment ended on {$a}.';
  28  $string['cohortnonmemberinfo'] = 'Only members of cohort \'{$a}\' can self-enrol.';
  29  $string['cohortonly'] = 'Only cohort members';
  30  $string['cohortonly_help'] = 'Self enrolment may be restricted to members of a specified cohort only. Note that changing this setting has no effect on existing enrolments.';
  31  $string['confirmbulkdeleteenrolment'] = 'Are you sure you want to delete these user enrolments?';
  32  $string['customwelcomemessage'] = 'Custom welcome message';
  33  $string['customwelcomemessage_help'] = 'A custom welcome message may be added as plain text or Moodle-auto format, including HTML tags and multi-lang tags.
  34  
  35  The following placeholders may be included in the message:
  36  
  37  * Course name {$a->coursename}
  38  * Link to user\'s profile page {$a->profileurl}
  39  * User email {$a->email}
  40  * User fullname {$a->fullname}';
  41  $string['defaultrole'] = 'Default role assignment';
  42  $string['defaultrole_desc'] = 'Select role which should be assigned to users during self enrolment';
  43  $string['deleteselectedusers'] = 'Delete selected user enrolments';
  44  $string['editselectedusers'] = 'Edit selected user enrolments';
  45  $string['enrolenddate'] = 'End date';
  46  $string['enrolenddate_help'] = 'If enabled, users can enrol themselves until this date only.';
  47  $string['enrolenddaterror'] = 'Enrolment end date cannot be earlier than start date';
  48  $string['enrolme'] = 'Enrol me';
  49  $string['enrolperiod'] = 'Enrolment duration';
  50  $string['enrolperiod_desc'] = 'Default length of time that the enrolment is valid. If set to zero, the enrolment duration will be unlimited by default.';
  51  $string['enrolperiod_help'] = 'Length of time that the enrolment is valid, starting with the moment the user enrols themselves. If disabled, the enrolment duration will be unlimited.';
  52  $string['enrolstartdate'] = 'Start date';
  53  $string['enrolstartdate_help'] = 'If enabled, users can enrol themselves from this date onward only.';
  54  $string['expiredaction'] = 'Enrolment expiry action';
  55  $string['expiredaction_help'] = 'Select action to carry out when user enrolment expires. Please note that some user data and settings are purged from course during course unenrolment.';
  56  $string['expirymessageenrollersubject'] = 'Self enrolment expiry notification';
  57  $string['expirymessageenrollerbody'] = 'Self enrolment in the course \'{$a->course}\' will expire within the next {$a->threshold} for the following users:
  58  
  59  {$a->users}
  60  
  61  To extend their enrolment, go to {$a->extendurl}';
  62  $string['expirymessageenrolledsubject'] = 'Self enrolment expiry notification';
  63  $string['expirymessageenrolledbody'] = 'Dear {$a->user},
  64  
  65  This is a notification that your enrolment in the course \'{$a->course}\' is due to expire on {$a->timeend}.
  66  
  67  If you need help, please contact {$a->enroller}.';
  68  $string['expirynotifyall'] = 'Teacher and enrolled user';
  69  $string['expirynotifyenroller'] = 'Teacher only';
  70  $string['groupkey'] = 'Use group enrolment keys';
  71  $string['groupkey_desc'] = 'Use group enrolment keys by default.';
  72  $string['groupkey_help'] = 'In addition to restricting access to the course to only those who know the key, use of group enrolment keys means users are automatically added to groups when they enrol in the course.
  73  
  74  Note: An enrolment key for the course must be specified in the self enrolment settings as well as group enrolment keys in the group settings.';
  75  $string['keyholder'] = 'You should have received this enrolment key from:';
  76  $string['longtimenosee'] = 'Unenrol inactive after';
  77  $string['longtimenosee_help'] = 'If users haven\'t accessed a course for a long time, then they are automatically unenrolled. This parameter specifies that time limit.';
  78  $string['maxenrolled'] = 'Max enrolled users';
  79  $string['maxenrolled_help'] = 'Specifies the maximum number of users that can self enrol. 0 means no limit.';
  80  $string['maxenrolledreached'] = 'Maximum number of users allowed to self-enrol was already reached.';
  81  $string['messageprovider:expiry_notification'] = 'Self enrolment expiry notifications';
  82  $string['newenrols'] = 'Allow new enrolments';
  83  $string['newenrols_desc'] = 'Allow users to self enrol into new courses by default.';
  84  $string['newenrols_help'] = 'This setting determines whether a user can enrol into this course.';
  85  $string['nopassword'] = 'No enrolment key required.';
  86  $string['password'] = 'Enrolment key';
  87  $string['password_help'] = 'An enrolment key enables access to the course to be restricted to only those who know the key.
  88  
  89  If the field is left blank, any user may enrol in the course.
  90  
  91  If an enrolment key is specified, any user attempting to enrol in the course will be required to supply the key. Note that a user only needs to supply the enrolment key ONCE, when they enrol in the course.';
  92  $string['passwordinvalid'] = 'Incorrect enrolment key, please try again';
  93  $string['passwordinvalidhint'] = 'That enrolment key was incorrect, please try again<br />
  94  (Here\'s a hint - it starts with \'{$a}\')';
  95  $string['pluginname'] = 'Self enrolment';
  96  $string['pluginname_desc'] = 'The self enrolment plugin allows users to choose which courses they want to participate in. The courses may be protected by an enrolment key. Internally the enrolment is done via the manual enrolment plugin which has to be enabled in the same course.';
  97  $string['requirepassword'] = 'Require enrolment key';
  98  $string['requirepassword_desc'] = 'Require enrolment key in new courses and prevent removing of enrolment key from existing courses.';
  99  $string['role'] = 'Default assigned role';
 100  $string['self:config'] = 'Configure self enrol instances';
 101  $string['self:enrolself'] = 'Self enrol in course';
 102  $string['self:holdkey'] = 'Appear as the self enrolment key holder';
 103  $string['self:manage'] = 'Manage enrolled users';
 104  $string['self:unenrol'] = 'Unenrol users from course';
 105  $string['self:unenrolself'] = 'Unenrol self from the course';
 106  $string['sendcoursewelcomemessage'] = 'Send course welcome message';
 107  $string['sendcoursewelcomemessage_help'] = 'When a user self enrols in the course, they may be sent a welcome message email. If sent from the course contact (by default the teacher), and more than one user has this role, the email is sent from the first user to be assigned the role.';
 108  $string['sendexpirynotificationstask'] = "Self enrolment send expiry notifications task";
 109  $string['showhint'] = 'Show hint';
 110  $string['showhint_desc'] = 'Show first letter of the guest access key.';
 111  $string['status'] = 'Allow existing enrolments';
 112  $string['status_desc'] = 'Enable self enrolment method in new courses.';
 113  $string['status_help'] = 'If enabled together with \'Allow new enrolments\' disabled, only users who self enrolled previously can access the course. If disabled, this self enrolment method is effectively disabled, since all existing self enrolments are suspended and new users cannot self enrol.';
 114  $string['syncenrolmentstask'] = 'Synchronise self enrolments task';
 115  $string['unenrol'] = 'Unenrol user';
 116  $string['unenrolselfconfirm'] = 'Do you really want to unenrol yourself from course "{$a}"?';
 117  $string['unenroluser'] = 'Do you really want to unenrol "{$a->user}" from course "{$a->course}"?';
 118  $string['unenrolusers'] = 'Unenrol users';
 119  $string['usepasswordpolicy'] = 'Use password policy';
 120  $string['usepasswordpolicy_desc'] = 'Use standard password policy for enrolment keys.';
 121  $string['welcometocourse'] = 'Welcome to {$a}';
 122  $string['welcometocoursetext'] = 'Welcome to {$a->coursename}!
 123  
 124  If you have not done so already, you should edit your profile page so that we can learn more about you:
 125  
 126    {$a->profileurl}';
 127  $string['privacy:metadata'] = 'The Self enrolment plugin does not store any personal data.';