1 |
efrain |
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_fee', language 'en'
|
|
|
19 |
*
|
|
|
20 |
* @package enrol_fee
|
|
|
21 |
* @copyright 2019 Shamim Rezaie <shamim@moodle.com>
|
|
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
23 |
*/
|
|
|
24 |
|
|
|
25 |
$string['assignrole'] = 'Assign role';
|
|
|
26 |
$string['cost'] = 'Enrolment fee';
|
|
|
27 |
$string['costerror'] = 'The enrolment fee must be a number.';
|
|
|
28 |
$string['currency'] = 'Currency';
|
|
|
29 |
$string['defaultrole'] = 'Default role assignment';
|
|
|
30 |
$string['defaultrole_desc'] = 'Select the role to assign to users after making a payment.';
|
|
|
31 |
$string['enrolenddate'] = 'End date';
|
|
|
32 |
$string['enrolenddate_help'] = 'If enabled, users can be enrolled until this date only.';
|
|
|
33 |
$string['enrolenddaterror'] = 'The enrolment end date cannot be earlier than the start date.';
|
|
|
34 |
$string['enrolperiod'] = 'Enrolment duration';
|
|
|
35 |
$string['enrolperiod_desc'] = 'Default length of time that the enrolment is valid. If set to zero, the enrolment duration will be unlimited by default.';
|
|
|
36 |
$string['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.';
|
|
|
37 |
$string['enrolstartdate'] = 'Start date';
|
|
|
38 |
$string['enrolstartdate_help'] = 'If enabled, users can only be enrolled from this date onwards.';
|
|
|
39 |
$string['expiredaction'] = 'Enrolment expiry action';
|
|
|
40 |
$string['expiredaction_help'] = 'Select the action to be performed when a user\'s enrolment expires. Please note that some user data and settings are deleted when a user is unenrolled.';
|
|
|
41 |
$string['fee:config'] = 'Configure enrolment on payment enrol instances';
|
|
|
42 |
$string['fee:manage'] = 'Manage enrolled users';
|
|
|
43 |
$string['fee:unenrol'] = 'Unenrol users from course';
|
|
|
44 |
$string['fee:unenrolself'] = 'Unenrol self from course';
|
|
|
45 |
$string['nocost'] = 'There is no cost to enrol in this course!';
|
|
|
46 |
$string['paymentaccount'] = 'Payment account';
|
|
|
47 |
$string['paymentaccount_help'] = 'Enrolment fees will be paid to this account.';
|
|
|
48 |
$string['pluginname'] = 'Enrolment on payment';
|
|
|
49 |
$string['pluginname_desc'] = 'The enrolment on payment enrolment method allows you to set up courses requiring a payment. If the fee for any course is set to zero, then students are not asked to pay for entry. There is a site-wide fee 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 fee overrides the site fee.';
|
|
|
50 |
$string['privacy:metadata'] = 'The enrolment on payment enrolment plugin does not store any personal data.';
|
|
|
51 |
$string['purchasedescription'] = 'Enrolment in course {$a}';
|
|
|
52 |
$string['sendpaymentbutton'] = 'Select payment type';
|
|
|
53 |
$string['status'] = 'Allow enrolment on payment enrolments';
|
|
|
54 |
$string['status_desc'] = 'Allow users to make a payment to enrol into a course by default.';
|