[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/enrol/manual/lang/en/ -> enrol_manual.php (source)

   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['defaultstart'] = 'Default enrolment start';
  33  $string['defaultperiod'] = 'Default enrolment duration';
  34  $string['defaultperiod_desc'] = 'Default length of time that the enrolment is valid. If set to zero, the enrolment duration will be unlimited by default.';
  35  $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.';
  36  $string['deleteselectedusers'] = 'Delete selected user enrolments';
  37  $string['editselectedusers'] = 'Edit selected user enrolments';
  38  $string['enrolledincourserole'] = 'Enrolled in "{$a->course}" as "{$a->role}"';
  39  $string['enrolusers'] = 'Enrol users';
  40  $string['expiredaction'] = 'Enrolment expiration action';
  41  $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.';
  42  $string['expirymessageenrollersubject'] = 'Enrolment expiry notification';
  43  $string['expirymessageenrollerbody'] = 'Enrolment in the course \'{$a->course}\' will expire within the next {$a->threshold} for the following users:
  44  
  45  {$a->users}
  46  
  47  To extend their enrolment, go to {$a->extendurl}';
  48  $string['expirymessageenrolledsubject'] = 'Enrolment expiry notification';
  49  $string['expirymessageenrolledbody'] = 'Dear {$a->user},
  50  
  51  This is a notification that your enrolment in the course \'{$a->course}\' is due to expire on {$a->timeend}.
  52  
  53  If you need help, please contact {$a->enroller}.';
  54  $string['manual:config'] = 'Configure manual enrol instances';
  55  $string['manual:enrol'] = 'Enrol users';
  56  $string['manual:manage'] = 'Manage user enrolments';
  57  $string['manual:unenrol'] = 'Unenrol users from the course';
  58  $string['manual:unenrolself'] = 'Unenrol self from the course';
  59  $string['messageprovider:expiry_notification'] = 'Manual enrolment expiry notifications';
  60  $string['now'] = 'Now';
  61  $string['pluginname'] = 'Manual enrolments';
  62  $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.';
  63  $string['status'] = 'Enable manual enrolments';
  64  $string['status_desc'] = 'Allow course access of internally enrolled users. This should be kept enabled in most cases.';
  65  $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.';
  66  $string['statusenabled'] = 'Enabled';
  67  $string['statusdisabled'] = 'Disabled';
  68  $string['unenrol'] = 'Unenrol user';
  69  $string['unenrolselectedusers'] = 'Unenrol selected users';
  70  $string['unenrolselfconfirm'] = 'Do you really want to unenrol yourself from course "{$a}"?';
  71  $string['unenroluser'] = 'Do you really want to unenrol "{$a->user}" from course "{$a->course}"?';
  72  $string['unenrolusers'] = 'Unenrol users';
  73  $string['wscannotenrol'] = 'Plugin instance cannot manually enrol a user in the course id = {$a->courseid}';
  74  $string['wsnoinstance'] = 'Manual enrolment plugin instance doesn\'t exist or is disabled for the course (id = {$a->courseid})';
  75  $string['wsusercannotassign'] = 'You don\'t have the permission to assign this role ({$a->roleid}) to this user ({$a->userid}) in this course({$a->courseid}).';
  76  $string['manualpluginnotinstalled'] = 'The "Manual" plugin has not yet been installed';


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1