moodle/lang/zh_cn_utf8/enrol_paypal.php
2005-05-24 04:17:19 +00:00

12 lines
614 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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交费';
?>