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.
/lang/en/ -> enrol.php (source)

Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 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 'core_enrol', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package    core_enrol
  21   * @subpackage enrol
  22   * @copyright  2010 Petr Skoda {@link http://skodak.org}
  23   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  24   */
  25  
  26  $string['actenrolshhdr'] = 'Available course enrolment plugins';
  27  $string['addinstance'] = 'Add method';
  28  $string['addinstanceanother'] = 'Add method and create another';
  29  $string['ajaxoneuserfound'] = '1 user found';
  30  $string['ajaxxusersfound'] = '{$a} users found';
  31  $string['ajaxxmoreusersfound'] = 'More than {$a} users found';
  32  $string['ajaxnext25'] = 'Next 25...';
  33  $string['assignnotpermitted'] = 'You do not have permission or can not assign roles in this course.';
  34  $string['bulkuseroperation'] = 'Bulk user operation';
  35  $string['configenrolplugins'] = 'Please select all required plugins and arrange then in appropriate order.';
  36  $string['custominstancename'] = 'Custom instance name';
  37  $string['defaultenrol'] = 'Add instance to new courses';
  38  $string['defaultenrol_desc'] = 'It is possible to add this plugin to all new courses by default.';
  39  $string['deleteinstanceconfirm'] = 'You are about to delete the enrolment method "{$a->name}". All {$a->users} users currently enrolled using this method will be unenrolled and any course-related data such as users\' grades, group membership or forum subscriptions will be deleted.
  40  
  41  Are you sure you want to continue?';
  42  $string['deleteinstanceconfirmself'] = 'Are you really sure you want to delete instance "{$a->name}" that gives you access to this course? It is possible that you will not be able to access this course if you continue.';
  43  $string['deleteinstancenousersconfirm'] = 'You are about to delete the enrolment method "{$a->name}". Are you sure you want to continue?';
  44  $string['disableinstanceconfirmself'] = 'Are you really sure you want to disable instance "{$a->name}" that gives you access to this course? It is possible that you will not be able to access this course if you continue.';
  45  $string['durationdays'] = '{$a} days';
  46  $string['editenrolment'] = 'Edit enrolment';
  47  $string['edituserenrolment'] = 'Edit {$a}\'s enrolment';
  48  $string['enrol'] = 'Enrol';
  49  $string['enrolcandidates'] = 'Not enrolled users';
  50  $string['enrolcandidatesmatching'] = 'Matching not enrolled users';
  51  $string['enrolcohort'] = 'Enrol cohort';
  52  $string['enrolcohortusers'] = 'Enrol users';
  53  $string['enroldetails'] = 'Enrolment details';
  54  $string['eventenrolinstancecreated'] = 'Enrolment instance created';
  55  $string['eventenrolinstancedeleted'] = 'Enrolment instance deleted';
  56  $string['eventenrolinstanceupdated'] = 'Enrolment instance updated';
  57  $string['enrollednewusers'] = 'Successfully enrolled {$a} new users';
  58  $string['enrolledusers'] = 'Enrolled users';
  59  $string['enrolledusersmatching'] = 'Matching enrolled users';
  60  $string['enrolme'] = 'Enrol me in this course';
  61  $string['enrolmentinstances'] = 'Enrolment methods';
  62  $string['enrolmentnew'] = 'New enrolment in {$a}';
  63  $string['enrolmentnewuser'] = '{$a->user} has enrolled in course "{$a->course}"';
  64  $string['enrolmentmethod'] = 'Enrolment method';
  65  $string['enrolments'] = 'Enrolments';
  66  $string['enrolmentoptions'] = 'Enrolment options';
  67  $string['enrolmentupdatedforuser'] = 'The enrolment for user "{$a->fullname}" has been updated';
  68  $string['enrolnotpermitted'] = 'You do not have permission or are not allowed to enrol someone in this course';
  69  $string['enrolperiod'] = 'Enrolment duration';
  70  $string['enrolusage'] = 'Instances / enrolments';
  71  $string['enrolusers'] = 'Enrol users';
  72  $string['enrolxusers'] = 'Enrol {$a} users';
  73  $string['enroltimecreated'] = 'Enrolment created';
  74  $string['enroltimeend'] = 'Enrolment ends';
  75  $string['enroltimeendinvalid'] = 'Enrolment end date must be after the enrolment start date';
  76  $string['enroltimestart'] = 'Enrolment starts';
  77  $string['errajaxfailedenrol'] = 'Failed to enrol user';
  78  $string['errajaxsearch'] = 'Error when searching users';
  79  $string['erroreditenrolment'] = 'An error occurred while trying to edit a users enrolment';
  80  $string['errorenrolcohort'] = 'Error creating cohort sync enrolment instance in this course.';
  81  $string['errorenrolcohortusers'] = 'Error enrolling cohort members in this course.';
  82  $string['errorthresholdlow'] = 'Notification threshold must be at least 1 day.';
  83  $string['errorwithbulkoperation'] = 'There was an error while processing your bulk enrolment change.';
  84  $string['eventuserenrolmentcreated'] = 'User enrolled in course';
  85  $string['eventuserenrolmentdeleted'] = 'User unenrolled from course';
  86  $string['eventuserenrolmentupdated'] = 'User unenrolment updated';
  87  $string['expirynotify'] = 'Notify before enrolment expires';
  88  $string['expirynotify_help'] = 'This setting determines whether enrolment expiry notification messages are sent.';
  89  $string['expirynotifyall'] = 'Enroller and enrolled user';
  90  $string['expirynotifyenroller'] = 'Enroller only';
  91  $string['expirynotifyhour'] = 'Hour to send enrolment expiry notifications';
  92  $string['expirythreshold'] = 'Notification threshold';
  93  $string['expirythreshold_help'] = 'How long before enrolment expiry should users be notified?';
  94  $string['finishenrollingusers'] = 'Finish enrolling users';
  95  $string['foundxcohorts'] = 'Found {$a} cohorts';
  96  $string['instanceadded'] = 'Method added';
  97  $string['instanceeditselfwarning'] = 'Warning:';
  98  $string['instanceeditselfwarningtext'] = 'You are enrolled into this course through this enrolment method, changes may affect your access to this course.';
  99  $string['invalidenrolinstance'] = 'Invalid enrolment instance';
 100  $string['invalidenrolduration'] = 'Invalid enrolment duration';
 101  $string['invalidrole'] = 'Invalid role';
 102  $string['invalidrequest'] = 'Invalid request';
 103  $string['manageenrols'] = 'Manage enrol plugins';
 104  $string['manageinstance'] = 'Manage';
 105  $string['migratetomanual'] = 'Migrate to manual enrolments';
 106  $string['nochange'] = 'No change';
 107  $string['noexistingparticipants'] = 'No existing participants';
 108  $string['nogroup'] = 'No group';
 109  $string['noguestaccess'] = 'Guests cannot access this course. Please log in.';
 110  $string['none'] = 'None';
 111  $string['notenrollable'] = 'You cannot enrol yourself in this course.';
 112  $string['notenrolledusers'] = 'Other users';
 113  $string['otheruserdesc'] = 'The following users are not enrolled in this course but do have roles, inherited or assigned within it.';
 114  $string['participationactive'] = 'Active';
 115  $string['participationnotcurrent'] = 'Not current';
 116  $string['participationstatus'] = 'Status';
 117  $string['participationsuspended'] = 'Suspended';
 118  $string['periodend'] = 'until {$a}';
 119  $string['periodnone'] = 'enrolled {$a}';
 120  $string['periodstart'] = 'from {$a}';
 121  $string['periodstartend'] = 'from {$a->start} until {$a->end}';
 122  $string['proceedtocourse'] = 'Proceed to course content';
 123  $string['recovergrades'] = 'Recover user\'s old grades if possible';
 124  $string['rolefromthiscourse'] = '{$a->role} (Assigned in this course)';
 125  $string['rolefrommetacourse'] = '{$a->role} (Inherited from parent course)';
 126  $string['rolefromcategory'] = '{$a->role} (Inherited from course category)';
 127  $string['rolefromsystem'] = '{$a->role} (Assigned at site level)';
 128  $string['sendfromcoursecontact'] = 'From the course contact';
 129  $string['sendfromkeyholder'] = 'From the key holder';
 130  $string['sendfromnoreply'] = 'From the no-reply address';
 131  $string['startdatetoday'] = 'Today';
 132  $string['synced'] = 'Synced';
 133  $string['testsettings'] = 'Test settings';
 134  $string['testsettingsheading'] = 'Test enrol settings - {$a}';
 135  $string['totalenrolledusers'] = '{$a} enrolled users';
 136  $string['totalunenrolledusers'] = '{$a} unenrolled users';
 137  $string['totalotherusers'] = '{$a} other users';
 138  $string['unassignnotpermitted'] = 'You do not have permission to unassign roles in this course';
 139  $string['unenrol'] = 'Unenrol';
 140  $string['unenrolleduser'] = 'The user "{$a->fullname}" was unenrolled from the course';
 141  $string['unenrolconfirm'] = 'Do you really want to unenrol "{$a->user}" (previously enrolled via "{$a->enrolinstancename}") from "{$a->course}"?';
 142  $string['unenrolme'] = 'Unenrol me from {$a}';
 143  $string['unenrolnotpermitted'] = 'You do not have permission to unenrol this user from the course.';
 144  $string['unenrolroleusers'] = 'Unenrol users';
 145  $string['uninstallmigrating'] = 'Migrating "{$a}" enrolments';
 146  $string['unknowajaxaction'] = 'Unknown action requested';
 147  $string['unlimitedduration'] = 'Unlimited';
 148  $string['userremovedfromselectiona'] = 'User "{$a}" was removed from the selection.';
 149  $string['usersearch'] = 'Search ';
 150  $string['withselectedusers'] = 'With selected users';
 151  $string['extremovedaction'] = 'External unenrol action';
 152  $string['extremovedaction_help'] = 'Select action to carry out when user enrolment disappears from external enrolment source. Please note that some user data and settings are purged from course during course unenrolment.';
 153  $string['extremovedsuspend'] = 'Disable course enrolment';
 154  $string['extremovedsuspendnoroles'] = 'Disable course enrolment and remove roles';
 155  $string['extremovedkeep'] = 'Keep user enrolled';
 156  $string['extremovedunenrol'] = 'Unenrol user from course';
 157  $string['privacy:metadata:user_enrolments'] = 'Enrolments';
 158  $string['privacy:metadata:user_enrolments:enrolid'] = 'The instance of the enrolment plugin';
 159  $string['privacy:metadata:user_enrolments:modifierid'] = 'The ID of the user who last modified the user enrolment';
 160  $string['privacy:metadata:user_enrolments:status'] = 'The status of the user enrolment in a course';
 161  $string['privacy:metadata:user_enrolments:tableexplanation'] = 'The core enrol plugin stores enrolled users.';
 162  $string['privacy:metadata:user_enrolments:timecreated'] = 'The time when the user enrolment was created';
 163  $string['privacy:metadata:user_enrolments:timeend'] = 'The time when the user enrolment ends';
 164  $string['privacy:metadata:user_enrolments:timestart'] = 'The time when the user enrolment starts';
 165  $string['privacy:metadata:user_enrolments:timemodified'] = 'The time when the user enrolment was modified';
 166  $string['privacy:metadata:user_enrolments:userid'] = 'The ID of the user';
 167  $string['youenrolledincourse'] = 'You are enrolled in the course.';
 168  $string['youunenrolledfromcourse'] = 'You are unenrolled from the course "{$a}".';