mirror of
https://github.com/moodle/moodle.git
synced 2025-02-01 13:28:17 +01:00
0f093efab2
It's not at all well-tested yet (I made a lot of changes to it just tonight) but it's late and I am literally sick (with flu) and tired so I'm checking this in and going to bed. Please fix all the bugs for me. ;-)
11 lines
543 B
PHP
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';
|
|
|
|
|
|
|
|
?>
|