moodle/lang/en/enrol_paypal.php

11 lines
543 B
PHP
Raw Normal View History

<?PHP // $Id$
$string['enrolname'] = 'Paypal';
$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['business'] = 'The email address of your business Paypal account';
2004-06-26 09:52:06 +00:00
$string['sendpaymentbutton'] = 'Send payment via Paypal';
?>