Merged tidy-ups from stable

This commit is contained in:
moodler 2006-11-01 09:44:01 +00:00
parent 6dfb22349f
commit 304d08f0c4
76 changed files with 1463 additions and 1525 deletions

View file

@ -1,9 +1,11 @@
<?php // $Id$
<?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';
$string['costorkey'] = 'Please choose one of the following methods of enrolment.';
?>