Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/enrol/paypal/lang/en/enrol_paypal.php
Go to the documentation of this file.
00001 <?php
00002 
00003 // This file is part of Moodle - http://moodle.org/
00004 //
00005 // Moodle is free software: you can redistribute it and/or modify
00006 // it under the terms of the GNU General Public License as published by
00007 // the Free Software Foundation, either version 3 of the License, or
00008 // (at your option) any later version.
00009 //
00010 // Moodle is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013 // GNU General Public License for more details.
00014 //
00015 // You should have received a copy of the GNU General Public License
00016 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00017 
00027 $string['assignrole'] = 'Assign role';
00028 $string['businessemail'] = 'PayPal business email';
00029 $string['businessemail_desc'] = 'The email address of your business PayPal account';
00030 $string['cost'] = 'Enrol cost';
00031 $string['costerror'] = 'The enrolment cost is not numeric';
00032 $string['costorkey'] = 'Please choose one of the following methods of enrolment.';
00033 $string['currency'] = 'Currency';
00034 $string['defaultrole'] = 'Default role assignment';
00035 $string['defaultrole_desc'] = 'Select role which should be assigned to users during PayPal enrolments';
00036 $string['enrolenddate'] = 'End date';
00037 $string['enrolenddate_help'] = 'If enabled, users can be enrolled until this date only.';
00038 $string['enrolenddaterror'] = 'Enrolment end date cannot be earlier than start date';
00039 $string['enrolperiod'] = 'Enrolment duration';
00040 $string['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.';
00041 $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.';
00042 $string['enrolstartdate'] = 'Start date';
00043 $string['enrolstartdate_help'] = 'If enabled, users can be enrolled from this date onward only.';
00044 $string['mailadmins'] = 'Notify admin';
00045 $string['mailstudents'] = 'Notify students';
00046 $string['mailteachers'] = 'Notify teachers';
00047 $string['nocost'] = 'There is no cost associated with enrolling in this course!';
00048 $string['paypal:config'] = 'Configure PayPal enrol instances';
00049 $string['paypal:manage'] = 'Manage enrolled users';
00050 $string['paypal:unenrol'] = 'Unenrol users from course';
00051 $string['paypal:unenrolself'] = 'Unenrol self from the course';
00052 $string['paypalaccepted'] = 'PayPal payments accepted';
00053 $string['pluginname'] = 'PayPal';
00054 $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.';
00055 $string['sendpaymentbutton'] = 'Send payment via PayPal';
00056 $string['status'] = 'Allow PayPal enrolments';
00057 $string['status_desc'] = 'Allow users to use PayPal to enrol into a course by default.';
00058 $string['unenrolselfconfirm'] = 'Do you really want to unenrol yourself from course "{$a}"?';
 All Data Structures Namespaces Files Functions Variables Enumerations