mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 23:48:45 +01:00
9 lines
180 B
PHP
9 lines
180 B
PHP
|
<?PHP // $Id$
|
||
|
// enrol_paypal.php - created with Moodle 1.3.3 (2004052503)
|
||
|
|
||
|
|
||
|
$string['enrolname'] = 'Paypal';
|
||
|
$string['sendpaymentbutton'] = 'Send betaling via Paypal';
|
||
|
|
||
|
?>
|