mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
8 lines
224 B
PHP
8 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"';
|
|
|
|
?>
|