moodle/lang/en_utf8/enrol_paypal.php
2006-11-01 09:44:01 +00:00

12 lines
697 B
PHP

<?PHP // $Id$
// enrol_paypal.php - created with Moodle 1.7 beta + (2006101003)
$string['business'] = 'The email address of your business Paypal account';
$string['costorkey'] = 'Please choose one of the following methods of enrolment.';
$string['description'] = '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.';
$string['enrolname'] = 'Paypal';
$string['sendpaymentbutton'] = 'Send payment via Paypal';
?>