[ Index ] |
PHP Cross Reference of Unnamed Project |
[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_paypal', language 'en'. 19 * 20 * @package enrol_paypal 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['assignrole'] = 'Assign role'; 26 $string['businessemail'] = 'PayPal business email'; 27 $string['businessemail_desc'] = 'The email address of your business PayPal account'; 28 $string['cost'] = 'Enrol cost'; 29 $string['costerror'] = 'The enrolment cost is not numeric'; 30 $string['costorkey'] = 'Please choose one of the following methods of enrolment.'; 31 $string['currency'] = 'Currency'; 32 $string['defaultrole'] = 'Default role assignment'; 33 $string['defaultrole_desc'] = 'Select role which should be assigned to users during PayPal enrolments'; 34 $string['enrolenddate'] = 'End date'; 35 $string['enrolenddate_help'] = 'If enabled, users can be enrolled until this date only.'; 36 $string['enrolenddaterror'] = 'Enrolment end date cannot be earlier than start date'; 37 $string['enrolperiod'] = 'Enrolment duration'; 38 $string['enrolperiod_desc'] = 'Default length of time that the enrolment is valid. If set to zero, the enrolment duration will be unlimited by default.'; 39 $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.'; 40 $string['enrolstartdate'] = 'Start date'; 41 $string['enrolstartdate_help'] = 'If enabled, users can be enrolled from this date onward only.'; 42 $string['expiredaction'] = 'Enrolment expiration action'; 43 $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.'; 44 $string['mailadmins'] = 'Notify admin'; 45 $string['mailstudents'] = 'Notify students'; 46 $string['mailteachers'] = 'Notify teachers'; 47 $string['messageprovider:paypal_enrolment'] = 'PayPal enrolment messages'; 48 $string['nocost'] = 'There is no cost associated with enrolling in this course!'; 49 $string['paypal:config'] = 'Configure PayPal enrol instances'; 50 $string['paypal:manage'] = 'Manage enrolled users'; 51 $string['paypal:unenrol'] = 'Unenrol users from course'; 52 $string['paypal:unenrolself'] = 'Unenrol self from the course'; 53 $string['paypalaccepted'] = 'PayPal payments accepted'; 54 $string['pluginname'] = 'PayPal'; 55 $string['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.'; 56 $string['sendpaymentbutton'] = 'Send payment via PayPal'; 57 $string['status'] = 'Allow PayPal enrolments'; 58 $string['status_desc'] = 'Allow users to use PayPal to enrol into a course by default.'; 59 $string['unenrolselfconfirm'] = 'Do you really want to unenrol yourself from course "{$a}"?';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |