Automatic installer lang files (20100904)
[moodle.git] / lang / en / enrol.php
blob9605335cc4d72c03833d48bf16b569e4a154fbbc
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'] = '[users] 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['configenrolplugins'] = 'Please select all required plugins and arrange then in appropriate order.';
34 $string['custominstancename'] = 'Custom instance name';
35 $string['defaultenrol'] = 'Add instance to new courses';
36 $string['defaultenrol_desc'] = 'It is possible to add this plugin to all new courses by default.';
37 $string['deleteinstanceconfirm'] = 'Do you really want to delete enrol plugin instance "{$a->name}" with {$a->users} enrolled users?';
38 $string['durationdays'] = '%d days';
39 $string['enrol'] = 'Enrol';
40 $string['enrolcandidates'] = 'Not enrolled users';
41 $string['enrolcandidatesmatching'] = 'Matching not enrolled users';
42 $string['enrolcohort'] = 'Enrol cohort';
43 $string['enrolcohortusers'] = 'Enrol users';
44 $string['enrollednewusers'] = 'Successfully enrolled {$a} new users';
45 $string['enrolledusers'] = 'Enrolled users';
46 $string['enrolledusersmatching'] = 'Matching enrolled users';
47 $string['enrolme'] = 'Enrol me in this course';
48 $string['enrolmentinstances'] = 'Enrolment methods';
49 $string['enrolmentnew'] = 'New enrolment in {$a}';
50 $string['enrolmentnewuser'] = '{$a->user} has enrolled in course "{$a->course}"';
51 $string['enrolments'] = 'Enrolments';
52 $string['enrolmentoptions'] = 'Enrolment options';
53 $string['enrolnotpermitted'] = 'You do not have permission or are not allowed to enrol someone in this course';
54 $string['enrolperiod'] = 'Enrolment duration';
55 $string['enrolusage'] = 'Instances / enrolments';
56 $string['enrolusers'] = 'Enrol users';
57 $string['enroltimeend'] = 'Enrolment ends';
58 $string['enroltimestart'] = 'Enrolment starts';
59 $string['errajaxfailedenrol'] = 'Failed to enrol user';
60 $string['errajaxsearch'] = 'Error when searching users';
61 $string['errorenrolcohort'] = 'Error creating cohort sync enrolment instance in this course.';
62 $string['errorenrolcohortusers'] = 'Error enrolling cohort members in this course.';
63 $string['invalidenrolinstance'] = 'Invalid enrolment instance';
64 $string['invalidrole'] = 'Invalid role';
65 $string['manageenrols'] = 'Manage enrol plugins';
66 $string['manageinstance'] = 'Manage';
67 $string['noexistingparticipants'] = 'No existing participants';
68 $string['noguestaccess'] = 'Guests can not access this course, please try to log in.';
69 $string['none'] = 'None';
70 $string['notenrollable'] = 'You can not enrol yourself in this course.';
71 $string['notenrolledusers'] = 'Other users';
72 $string['otheruserdesc'] = 'The following users are not enrolled in this course but do have roles, inherited or assigned within it.';
73 $string['participationactive'] = 'Active';
74 $string['participationstatus'] = 'Status';
75 $string['participationsuspended'] = 'Suspended';
76 $string['periodend'] = 'until {$a}';
77 $string['periodstart'] = 'from {$a}';
78 $string['periodstartend'] = 'from {$a->start} until {$a->end}';
79 $string['rolefromthiscourse'] = '{$a->role} (Assigned in this course)';
80 $string['rolefrommetacourse'] = '{$a->role} (Inherited from parent course)';
81 $string['rolefromcategory'] = '{$a->role} (Inherited from course category)';
82 $string['rolefromsystem'] = '{$a->role} (Assigned at site level)';
83 $string['startdatetoday'] = 'Today';
84 $string['synced'] = 'Synced';
85 $string['totalenrolledusers'] = '{$a} enrolled users';
86 $string['totalotherusers'] = '{$a} other users';
87 $string['unassignnotpermitted'] = 'You do not have permission to unassign roles in this course';
88 $string['unenrol'] = 'Unenrol';
89 $string['unenrolconfirm'] = 'Do you really want to unenrol user "{$a->user}" from course "{$a->course}"?';
90 $string['unenrolme'] = 'Unenrol me from {$a}';
91 $string['unenrolnotpermitted'] = 'You do not have permission or can not unenrol this user from this course.';
92 $string['unenrolroleusers'] = 'Unenrol users';
93 $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?';
94 $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}';
95 $string['unknowajaxaction'] = 'Unknown action requested';
96 $string['unlimitedduration'] = 'Unlimited';
97 $string['usersearch'] = 'Search ';
98 $string['extremovedaction'] = 'External unenrol action';
99 $string['extremovedaction_help'] = 'Select action to carry our when user enrolment disappears from external enrolment source. Please note that some user data and settings are purged from course during course unenrolment.';
100 $string['extremovedsuspend'] = 'Disable course enrolment';
101 $string['extremovedsuspendnoroles'] = 'Disable course enrolment and remove roles';
102 $string['extremovedkeep'] = 'Keep user enrolled';
103 $string['extremovedunenrol'] = 'Unenrol user from course';