|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 // This file is part of Moodle - http://moodle.org/ 00004 // 00005 // Moodle is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License as published by 00007 // the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // Moodle is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU General Public License 00016 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00017 00027 $string['alterstatus'] = 'Alter status'; 00028 $string['altertimeend'] = 'Alter end time'; 00029 $string['altertimestart'] = 'Alter start time'; 00030 $string['assignrole'] = 'Assign role'; 00031 $string['confirmbulkdeleteenrolment'] = 'Are you sure you want to delete these users enrolments?'; 00032 $string['defaultperiod'] = 'Default enrolment duration'; 00033 $string['defaultperiod_desc'] = 'Default length of time that the enrolment is valid (in seconds). If set to zero, the enrolment duration will be unlimited by default.'; 00034 $string['defaultperiod_help'] = 'Default length of time that the enrolment is valid, starting with the moment the user is enrolled. If disabled, the enrolment duration will be unlimited by default.'; 00035 $string['deleteselectedusers'] = 'Delete selected user enrolments'; 00036 $string['editenrolment'] = 'Edit enrolment'; 00037 $string['editselectedusers'] = 'Edit selected user enrolments'; 00038 $string['enrolledincourserole'] = 'Enrolled in "{$a->course}" as "{$a->role}"'; 00039 $string['enrolusers'] = 'Enrol users'; 00040 $string['manual:config'] = 'Configure manual enrol instances'; 00041 $string['manual:enrol'] = 'Enrol users'; 00042 $string['manual:manage'] = 'Manage user enrolments'; 00043 $string['manual:unenrol'] = 'Unenrol users from the course'; 00044 $string['manual:unenrolself'] = 'Unenrol self from the course'; 00045 $string['pluginname'] = 'Manual enrolments'; 00046 $string['pluginname_desc'] = 'The manual enrolments plugin allows users to be enrolled manually via a link in the course administration settings, by a user with appropriate permissions such as a teacher. The plugin should normally be enabled, since certain other enrolment plugins, such as self enrolment, require it.'; 00047 $string['status'] = 'Enable manual enrolments'; 00048 $string['status_desc'] = 'Allow course access of internally enrolled users. This should be kept enabled in most cases.'; 00049 $string['status_help'] = 'This setting determines whether users can be enrolled manually, via a link in the course administration settings, by a user with appropriate permissions such as a teacher.'; 00050 $string['statusenabled'] = 'Enabled'; 00051 $string['statusdisabled'] = 'Disabled'; 00052 $string['unenrol'] = 'Unenrol user'; 00053 $string['unenrolselectedusers'] = 'Unenrol selected users'; 00054 $string['unenrolselfconfirm'] = 'Do you really want to unenrol yourself from course "{$a}"?'; 00055 $string['unenroluser'] = 'Do you really want to unenrol "{$a->user}" from course "{$a->course}"?'; 00056 $string['unenrolusers'] = 'Unenrol users'; 00057 $string['wscannotenrol'] = 'Plugin instance cannot manually enrol a user in the course id = {$a->courseid}'; 00058 $string['wsnoinstance'] = 'Manual enrolment plugin instance doesn\'t exist or is disabled for the course (id = {$a->courseid})'; 00059 $string['wsusercannotassign'] = 'You don\'t have the permission to assign this role ({$a->roleid}) to this user ({$a->userid}) in this course({$a->courseid}).';