[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Summary view] [Print] [Text view]
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 'enrol_manual', language 'en'. 19 * 20 * @package enrol_manual 21 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} 22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 23 */ 24 25 $string['alterstatus'] = 'Alter status'; 26 $string['altertimeend'] = 'Alter end time'; 27 $string['altertimestart'] = 'Alter start time'; 28 $string['assignrole'] = 'Assign role'; 29 $string['browseusers'] = 'Browse users'; 30 $string['browsecohorts'] = 'Browse cohorts'; 31 $string['confirmbulkdeleteenrolment'] = 'Are you sure you want to delete these users enrolments?'; 32 $string['defaultperiod'] = 'Default enrolment duration'; 33 $string['defaultperiod_desc'] = 'Default length of time that the enrolment is valid. If set to zero, the enrolment duration will be unlimited by default.'; 34 $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.'; 35 $string['deleteselectedusers'] = 'Delete selected user enrolments'; 36 $string['editselectedusers'] = 'Edit selected user enrolments'; 37 $string['enrolledincourserole'] = 'Enrolled in "{$a->course}" as "{$a->role}"'; 38 $string['enrolusers'] = 'Enrol users'; 39 $string['expiredaction'] = 'Enrolment expiration action'; 40 $string['expiredaction_help'] = 'Select action to carry out when user enrolment expires. Please note that some user data and settings are purged from course during course unenrolment.'; 41 $string['expirymessageenrollersubject'] = 'Enrolment expiry notification'; 42 $string['expirymessageenrollerbody'] = 'Enrolment in the course \'{$a->course}\' will expire within the next {$a->threshold} for the following users: 43 44 {$a->users} 45 46 To extend their enrolment, go to {$a->extendurl}'; 47 $string['expirymessageenrolledsubject'] = 'Enrolment expiry notification'; 48 $string['expirymessageenrolledbody'] = 'Dear {$a->user}, 49 50 This is a notification that your enrolment in the course \'{$a->course}\' is due to expire on {$a->timeend}. 51 52 If you need help, please contact {$a->enroller}.'; 53 $string['manual:config'] = 'Configure manual enrol instances'; 54 $string['manual:enrol'] = 'Enrol users'; 55 $string['manual:manage'] = 'Manage user enrolments'; 56 $string['manual:unenrol'] = 'Unenrol users from the course'; 57 $string['manual:unenrolself'] = 'Unenrol self from the course'; 58 $string['messageprovider:expiry_notification'] = 'Manual enrolment expiry notifications'; 59 $string['pluginname'] = 'Manual enrolments'; 60 $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.'; 61 $string['status'] = 'Enable manual enrolments'; 62 $string['status_desc'] = 'Allow course access of internally enrolled users. This should be kept enabled in most cases.'; 63 $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.'; 64 $string['statusenabled'] = 'Enabled'; 65 $string['statusdisabled'] = 'Disabled'; 66 $string['unenrol'] = 'Unenrol user'; 67 $string['unenrolselectedusers'] = 'Unenrol selected users'; 68 $string['unenrolselfconfirm'] = 'Do you really want to unenrol yourself from course "{$a}"?'; 69 $string['unenroluser'] = 'Do you really want to unenrol "{$a->user}" from course "{$a->course}"?'; 70 $string['unenrolusers'] = 'Unenrol users'; 71 $string['wscannotenrol'] = 'Plugin instance cannot manually enrol a user in the course id = {$a->courseid}'; 72 $string['wsnoinstance'] = 'Manual enrolment plugin instance doesn\'t exist or is disabled for the course (id = {$a->courseid})'; 73 $string['wsusercannotassign'] = 'You don\'t have the permission to assign this role ({$a->roleid}) to this user ({$a->userid}) in this course({$a->courseid}).';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |