mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 19:06:51 +01:00
9 lines
224 B
PHP
9 lines
224 B
PHP
|
<?PHP // $Id$
|
|||
|
// enrol_paypal.php - created with Moodle 1.4 development (2004062600)
|
|||
|
|
|||
|
|
|||
|
$string['enrolname'] = '"Paypal"';
|
|||
|
$string['sendpaymentbutton'] = 'Enviar pagamento atrav<61>s de "Paypal"';
|
|||
|
|
|||
|
?>
|