<?php $this->cache['en']['enrol_manual'] = array (
  'assignrole' => 'Assign role',
  'defaultperiod' => 'Default enrolment duration',
  '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.',
  '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.',
  'enrolledincourserole' => 'Enrolled in "{$a->course}" as "{$a->role}"',
  'enrolusers' => 'Enrol users',
  'manual:config' => 'Configure manual enrol instances',
  'manual:enrol' => 'Enrol users',
  'manual:manage' => 'Manage user enrolments',
  'manual:unenrol' => 'Unenrol users from the course',
  'manual:unenrolself' => 'Unenrol self from the course',
  'pluginname' => 'Manual enrolments',
  '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.',
  'status' => 'Enable manual enrolments',
  'status_desc' => 'Allow course access of internally enrolled users. This should be kept enabled in most cases.',
  '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.',
  'statusenabled' => 'Enabled',
  'statusdisabled' => 'Disabled',
  'unenrolselfconfirm' => 'Do you really want to unenrol yourself from course "{$a}"?',
  'unenroluser' => 'Do you really want to unenrol "{$a->user}" from course "{$a->course}"?',
  'unenrolusers' => 'Unenrol users',
  'wscannotenrol' => 'Plugin instance cannot manually enrol a user in the course id = {$a->courseid}',
  'wsnoinstance' => 'Manual enrolment plugin instance doesn\'t exist or is disabled for the course (id = {$a->courseid})',
  'wsusercannotassign' => 'You don\'t have the permission to assign this role ({$a->roleid}) to this user ({$a->userid}) in this course({$a->courseid}).',
);