mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 01:48:45 +01:00
12 lines
614 B
PHP
12 lines
614 B
PHP
<?PHP // $Id$
|
||
// enrol_paypal.php - created with Moodle 1.5 ALPHA (2005051500)
|
||
|
||
|
||
$string['business'] = '您的Paypal帐号的E-mail地址';
|
||
$string['costorkey'] = '请在下列登记方法中选择一种';
|
||
$string['description'] = 'Paypal模块允许您建立收费课程。如果课程的费用为零,则无需学生交费进入。这里有一个全局的收费标准作为缺省设置,而您也可以为每个课程单独设置。如果设置了课程的收费标准,则不会使用缺省的收费标准。';
|
||
$string['enrolname'] = 'Paypal';
|
||
$string['sendpaymentbutton'] = '通过Paypal交费';
|
||
|
||
?>
|