mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 12:03:12 +01:00
9 lines
191 B
PHP
9 lines
191 B
PHP
|
<?PHP // $Id$
|
|||
|
// enrol_paypal.php - created with Moodle 1.4 development (2004070800)
|
|||
|
|
|||
|
|
|||
|
$string['enrolname'] = 'Paypal';
|
|||
|
$string['sendpaymentbutton'] = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Paypal';
|
|||
|
|
|||
|
?>
|