mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
8 lines
206 B
PHP
8 lines
206 B
PHP
<?PHP // $Id$
|
|
// enrol_paypal.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005032800)
|
|
|
|
|
|
$string['enrolname'] = 'Paypal';
|
|
$string['sendpaymentbutton'] = 'שלח תשלום דרך Paypal';
|
|
|
|
?>
|