Merge branch 'MDL-51170-master' of git://github.com/andrewnicols/moodle
[moodle.git] / lang / en / enrol.php
blob1ca0a6e1c2f5e8dcbb0c7e22eba7b5c91ee2c7ed
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.
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/>.
17 /**
18 * Strings for component 'core_enrol', language 'en', branch 'MOODLE_20_STABLE'
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
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['ajaxnext25'] = 'Next 25...';
32 $string['assignnotpermitted'] = 'You do not have permission or can not assign roles in this course.';
33 $string['bulkuseroperation'] = 'Bulk user operation';
34 $string['configenrolplugins'] = 'Please select all required plugins and arrange then in appropriate order.';
35 $string['custominstancename'] = 'Custom instance name';
36 $string['defaultenrol'] = 'Add instance to new courses';
37 $string['defaultenrol_desc'] = 'It is possible to add this plugin to all new courses by default.';
38 $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 Are you sure you want to continue?';
41 $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.';
42 $string['deleteinstancenousersconfirm'] = 'You are about to delete the enrolment method "{$a->name}". Are you sure you want to continue?';
43 $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.';
44 $string['durationdays'] = '{$a} days';
45 $string['editenrolment'] = 'Edit enrolment';
46 $string['enrol'] = 'Enrol';
47 $string['enrolcandidates'] = 'Not enrolled users';
48 $string['enrolcandidatesmatching'] = 'Matching not enrolled users';
49 $string['enrolcohort'] = 'Enrol cohort';
50 $string['enrolcohortusers'] = 'Enrol users';
51 $string['enrollednewusers'] = 'Successfully enrolled {$a} new users';
52 $string['enrolledusers'] = 'Enrolled users';
53 $string['enrolledusersmatching'] = 'Matching enrolled users';
54 $string['enrolme'] = 'Enrol me in this course';
55 $string['enrolmentinstances'] = 'Enrolment methods';
56 $string['enrolmentnew'] = 'New enrolment in {$a}';
57 $string['enrolmentnewuser'] = '{$a->user} has enrolled in course "{$a->course}"';
58 $string['enrolments'] = 'Enrolments';
59 $string['enrolmentoptions'] = 'Enrolment options';
60 $string['enrolnotpermitted'] = 'You do not have permission or are not allowed to enrol someone in this course';
61 $string['enrolperiod'] = 'Enrolment duration';
62 $string['enrolusage'] = 'Instances / enrolments';
63 $string['enrolusers'] = 'Enrol users';
64 $string['enrolxusers'] = 'Enrol {$a} users';
65 $string['enroltimecreated'] = 'Enrolment created';
66 $string['enroltimeend'] = 'Enrolment ends';
67 $string['enroltimestart'] = 'Enrolment starts';
68 $string['errajaxfailedenrol'] = 'Failed to enrol user';
69 $string['errajaxsearch'] = 'Error when searching users';
70 $string['erroreditenrolment'] = 'An error occurred while trying to edit a users enrolment';
71 $string['errorenrolcohort'] = 'Error creating cohort sync enrolment instance in this course.';
72 $string['errorenrolcohortusers'] = 'Error enrolling cohort members in this course.';
73 $string['errorthresholdlow'] = 'Notification threshold must be at least 1 day.';
74 $string['errorwithbulkoperation'] = 'There was an error while processing your bulk enrolment change.';
75 $string['eventuserenrolmentcreated'] = 'User enrolled in course';
76 $string['eventuserenrolmentdeleted'] = 'User unenrolled from course';
77 $string['eventuserenrolmentupdated'] = 'User unenrolment updated';
78 $string['expirynotify'] = 'Notify before enrolment expires';
79 $string['expirynotify_help'] = 'This setting determines whether enrolment expiry notification messages are sent.';
80 $string['expirynotifyall'] = 'Enroller and enrolled user';
81 $string['expirynotifyenroller'] = 'Enroller only';
82 $string['expirynotifyhour'] = 'Hour to send enrolment expiry notifications';
83 $string['expirythreshold'] = 'Notification threshold';
84 $string['expirythreshold_help'] = 'How long before enrolment expiry should users be notified?';
85 $string['finishenrollingusers'] = 'Finish enrolling users';
86 $string['foundxcohorts'] = 'Found {$a} cohorts';
87 $string['instanceadded'] = 'Method added';
88 $string['instanceeditselfwarning'] = 'Warning:';
89 $string['instanceeditselfwarningtext'] = 'You are enrolled into this course through this enrolment method, changes may affect your access to this course.';
90 $string['invalidenrolinstance'] = 'Invalid enrolment instance';
91 $string['invalidrole'] = 'Invalid role';
92 $string['manageenrols'] = 'Manage enrol plugins';
93 $string['manageinstance'] = 'Manage';
94 $string['migratetomanual'] = 'Migrate to manual enrolments';
95 $string['nochange'] = 'No change';
96 $string['noexistingparticipants'] = 'No existing participants';
97 $string['nogroup'] = 'No group';
98 $string['noguestaccess'] = 'Guests can not access this course, please try to log in.';
99 $string['none'] = 'None';
100 $string['notenrollable'] = 'You can not enrol yourself in this course.';
101 $string['notenrolledusers'] = 'Other users';
102 $string['otheruserdesc'] = 'The following users are not enrolled in this course but do have roles, inherited or assigned within it.';
103 $string['participationactive'] = 'Active';
104 $string['participationstatus'] = 'Status';
105 $string['participationsuspended'] = 'Suspended';
106 $string['periodend'] = 'until {$a}';
107 $string['periodnone'] = 'enrolled {$a}';
108 $string['periodstart'] = 'from {$a}';
109 $string['periodstartend'] = 'from {$a->start} until {$a->end}';
110 $string['proceedtocourse'] = 'Proceed to course content';
111 $string['recovergrades'] = 'Recover user\'s old grades if possible';
112 $string['rolefromthiscourse'] = '{$a->role} (Assigned in this course)';
113 $string['rolefrommetacourse'] = '{$a->role} (Inherited from parent course)';
114 $string['rolefromcategory'] = '{$a->role} (Inherited from course category)';
115 $string['rolefromsystem'] = '{$a->role} (Assigned at site level)';
116 $string['startdatetoday'] = 'Today';
117 $string['synced'] = 'Synced';
118 $string['testsettings'] = 'Test settings';
119 $string['testsettingsheading'] = 'Test enrol settings - {$a}';
120 $string['totalenrolledusers'] = '{$a} enrolled users';
121 $string['totalotherusers'] = '{$a} other users';
122 $string['unassignnotpermitted'] = 'You do not have permission to unassign roles in this course';
123 $string['unenrol'] = 'Unenrol';
124 $string['unenrolconfirm'] = 'Do you really want to unenrol user "{$a->user}" from course "{$a->course}"?';
125 $string['unenrolme'] = 'Unenrol me from {$a}';
126 $string['unenrolnotpermitted'] = 'You do not have permission or can not unenrol this user from this course.';
127 $string['unenrolroleusers'] = 'Unenrol users';
128 $string['uninstallmigrating'] = 'Migrating "{$a}" enrolments';
129 $string['unknowajaxaction'] = 'Unknown action requested';
130 $string['unlimitedduration'] = 'Unlimited';
131 $string['usersearch'] = 'Search ';
132 $string['withselectedusers'] = 'With selected users';
133 $string['extremovedaction'] = 'External unenrol action';
134 $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.';
135 $string['extremovedsuspend'] = 'Disable course enrolment';
136 $string['extremovedsuspendnoroles'] = 'Disable course enrolment and remove roles';
137 $string['extremovedkeep'] = 'Keep user enrolled';
138 $string['extremovedunenrol'] = 'Unenrol user from course';