mirror of
https://github.com/moodle/moodle.git
synced 2025-02-11 03:03:43 +01:00
9 lines
185 B
PHP
9 lines
185 B
PHP
|
<?PHP // $Id$
|
||
|
// enrol_paypal.php - created with Moodle 1.3.1 (2004052501)
|
||
|
|
||
|
|
||
|
$string['enrolname'] = 'Paypal';
|
||
|
$string['sendpaymentbutton'] = 'Hantar bayaran melalui Paypal';
|
||
|
|
||
|
?>
|