mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +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és de "Paypal"';
|
|
|
|
?>
|