<?php $this->cache['en']['enrol_paypal'] = array (
  'assignrole' => 'Assign role',
  'businessemail' => 'PayPal business email',
  'businessemail_desc' => 'The email address of your business PayPal account',
  'cost' => 'Enrol cost',
  'costerror' => 'The enrolment cost is not numeric',
  'costorkey' => 'Please choose one of the following methods of enrolment.',
  'currency' => 'Currency',
  'defaultrole' => 'Default role assignment',
  'defaultrole_desc' => 'Select role which should be assigned to users during PayPal enrolments',
  'enrolenddate' => 'End date',
  'enrolenddate_help' => 'If enabled, users can be enrolled until this date only.',
  'enrolenddaterror' => 'Enrolment end date cannot be earlier than start date',
  'enrolperiod' => 'Enrolment duration',
  'enrolperiod_desc' => 'Default length of time that the enrolment is valid (in seconds). If set to zero, the enrolment duration will be unlimited by default.',
  'enrolperiod_help' => 'Length of time that the enrolment is valid, starting with the moment the user is enrolled. If disabled, the enrolment duration will be unlimited.',
  'enrolstartdate' => 'Start date',
  'enrolstartdate_help' => 'If enabled, users can be enrolled from this date onward only.',
  'mailadmins' => 'Notify admin',
  'mailstudents' => 'Notify students',
  'mailteachers' => 'Notify teachers',
  'nocost' => 'There is no cost associated with enrolling in this course!',
  'paypal:config' => 'Configure PayPal enrol instances',
  'paypal:manage' => 'Manage enrolled users',
  'paypal:unenrol' => 'Unenrol users from course',
  'paypal:unenrolself' => 'Unenrol self from the course',
  'paypalaccepted' => 'PayPal payments accepted',
  'pluginname' => 'PayPal',
  'pluginname_desc' => 'The PayPal module allows you to set up paid courses.  If the cost for any course is zero, then students are not asked to pay for entry.  There is a site-wide cost that you set here as a default for the whole site and then a course setting that you can set for each course individually. The course cost overrides the site cost.',
  'sendpaymentbutton' => 'Send payment via PayPal',
  'status' => 'Allow PayPal enrolments',
  'status_desc' => 'Allow users to use PayPal to enrol into a course by default.',
  'unenrolselfconfirm' => 'Do you really want to unenrol yourself from course "{$a}"?',
);