mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merged tidy-ups from stable
This commit is contained in:
parent
6dfb22349f
commit
304d08f0c4
76 changed files with 1463 additions and 1525 deletions
|
@ -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.';
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue