Merge branch 'install_21_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_21...
[moodle.git] / lang / en / enrol.php
blob37ea99696e2be40112062467ae9656fbebac9caa
1 <?php
3 // This file is part of Moodle - http://moodle.org/
4 //
5 // Moodle is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, either version 3 of the License, or
8 // (at your option) any later version.
9 //
10 // Moodle is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
15 // You should have received a copy of the GNU General Public License
16 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
18 /**
19 * Strings for component 'core_enrol', language 'en', branch 'MOODLE_20_STABLE'
21 * @package core
22 * @subpackage enrol
23 * @copyright 2010 Petr Skoda {@link http://skodak.org}
24 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
27 $string['actenrolshhdr'] = 'Available course enrolment plugins';
28 $string['addinstance'] = 'Add method';
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'] = 'Do you really want to delete enrol plugin instance "{$a->name}" with {$a->users} enrolled users?';
39 $string['durationdays'] = '{$a} days';
40 $string['enrol'] = 'Enrol';
41 $string['enrolcandidates'] = 'Not enrolled users';
42 $string['enrolcandidatesmatching'] = 'Matching not enrolled users';
43 $string['enrolcohort'] = 'Enrol cohort';
44 $string['enrolcohortusers'] = 'Enrol users';
45 $string['enrollednewusers'] = 'Successfully enrolled {$a} new users';
46 $string['enrolledusers'] = 'Enrolled users';
47 $string['enrolledusersmatching'] = 'Matching enrolled users';
48 $string['enrolme'] = 'Enrol me in this course';
49 $string['enrolmentinstances'] = 'Enrolment methods';
50 $string['enrolmentnew'] = 'New enrolment in {$a}';
51 $string['enrolmentnewuser'] = '{$a->user} has enrolled in course "{$a->course}"';
52 $string['enrolments'] = 'Enrolments';
53 $string['enrolmentoptions'] = 'Enrolment options';
54 $string['enrolnotpermitted'] = 'You do not have permission or are not allowed to enrol someone in this course';
55 $string['enrolperiod'] = 'Enrolment duration';
56 $string['enrolusage'] = 'Instances / enrolments';
57 $string['enrolusers'] = 'Enrol users';
58 $string['enroltimeend'] = 'Enrolment ends';
59 $string['enroltimestart'] = 'Enrolment starts';
60 $string['errajaxfailedenrol'] = 'Failed to enrol user';
61 $string['errajaxsearch'] = 'Error when searching users';
62 $string['erroreditenrolment'] = 'An error occurred while trying to edit a users enrolment';
63 $string['errorenrolcohort'] = 'Error creating cohort sync enrolment instance in this course.';
64 $string['errorenrolcohortusers'] = 'Error enrolling cohort members in this course.';
65 $string['errorwithbulkoperation'] = 'There was an error while processing your bulk enrolment change.';
66 $string['finishenrollingusers'] = 'Finish enrolling users';
67 $string['invalidenrolinstance'] = 'Invalid enrolment instance';
68 $string['invalidrole'] = 'Invalid role';
69 $string['manageenrols'] = 'Manage enrol plugins';
70 $string['manageinstance'] = 'Manage';
71 $string['nochange'] = 'No change';
72 $string['noexistingparticipants'] = 'No existing participants';
73 $string['noguestaccess'] = 'Guests can not access this course, please try to log in.';
74 $string['none'] = 'None';
75 $string['notenrollable'] = 'You can not enrol yourself in this course.';
76 $string['notenrolledusers'] = 'Other users';
77 $string['otheruserdesc'] = 'The following users are not enrolled in this course but do have roles, inherited or assigned within it.';
78 $string['participationactive'] = 'Active';
79 $string['participationstatus'] = 'Status';
80 $string['participationsuspended'] = 'Suspended';
81 $string['periodend'] = 'until {$a}';
82 $string['periodstart'] = 'from {$a}';
83 $string['periodstartend'] = 'from {$a->start} until {$a->end}';
84 $string['recovergrades'] = 'Recover user\'s old grades if possible';
85 $string['rolefromthiscourse'] = '{$a->role} (Assigned in this course)';
86 $string['rolefrommetacourse'] = '{$a->role} (Inherited from parent course)';
87 $string['rolefromcategory'] = '{$a->role} (Inherited from course category)';
88 $string['rolefromsystem'] = '{$a->role} (Assigned at site level)';
89 $string['startdatetoday'] = 'Today';
90 $string['synced'] = 'Synced';
91 $string['totalenrolledusers'] = '{$a} enrolled users';
92 $string['totalotherusers'] = '{$a} other users';
93 $string['unassignnotpermitted'] = 'You do not have permission to unassign roles in this course';
94 $string['unenrol'] = 'Unenrol';
95 $string['unenrolconfirm'] = 'Do you really want to unenrol user "{$a->user}" from course "{$a->course}"?';
96 $string['unenrolme'] = 'Unenrol me from {$a}';
97 $string['unenrolnotpermitted'] = 'You do not have permission or can not unenrol this user from this course.';
98 $string['unenrolroleusers'] = 'Unenrol users';
99 $string['uninstallconfirm'] = 'You are about to completely delete the enrol plugin \'{$a}\'. This will completely delete everything in the database associated with this enrolment type. Are you SURE you want to continue?';
100 $string['uninstalldeletefiles'] = 'All data associated with the enrol plugin \'{$a->plugin}\' has been deleted from the database. To complete the deletion (and prevent the plugin re-installing itself), you should now delete this directory from your server: {$a->directory}';
101 $string['unknowajaxaction'] = 'Unknown action requested';
102 $string['unlimitedduration'] = 'Unlimited';
103 $string['usersearch'] = 'Search ';
104 $string['withselectedusers'] = 'With selected users';
105 $string['extremovedaction'] = 'External unenrol action';
106 $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.';
107 $string['extremovedsuspend'] = 'Disable course enrolment';
108 $string['extremovedsuspendnoroles'] = 'Disable course enrolment and remove roles';
109 $string['extremovedkeep'] = 'Keep user enrolled';
110 $string['extremovedunenrol'] = 'Unenrol user from course';