mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 11:27:51 +01:00
10 lines
251 B
PHP
10 lines
251 B
PHP
<?PHP // $Id$
|
|
// enrol_paypal.php - created with Moodle 1.4.4 + (2004083140)
|
|
|
|
|
|
$string['business'] = 'Paypal hesabýnýzda kullandýðýnýz email adresi';
|
|
$string['enrolname'] = 'Paypal';
|
|
$string['sendpaymentbutton'] = 'Ödemeyi Paypal ile yap';
|
|
|
|
?>
|