moodle/lang/en/enrol_paypal.php
2004-09-12 13:21:01 +00:00

11 lines
543 B
PHP

<?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';
$string['sendpaymentbutton'] = 'Send payment via Paypal';
?>