moodle/lang/zh_cn_utf8/enrol_authorize.php

25 lines
1.3 KiB
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_authorize.php - created with Moodle 1.5 ALPHA (2005051500)
$string['anlogin'] = 'Authorize.net: 用户名';
$string['anpassword'] = 'Authorize.net: 密码 (非必须)';
$string['anreferer'] = '如果您正用您在 authorize.net 的帐号进行设置请在此输入referer URL在发送Web请求时将其以”Referer: URL“形式作为头信息发送。';
$string['antestmode'] = 'Authorize.net: 测试交易';
$string['antrankey'] = 'Authorize.net: 交易密钥';
$string['ccexpire'] = '过期时间';
$string['ccexpired'] = '信用卡已过期';
$string['ccinvalid'] = '无效卡号';
$string['ccno'] = '信用卡号';
$string['cctype'] = '信用卡类型';
$string['ccvv'] = 'CV2';
$string['ccvvhelp'] = '查看卡背面(最后3个数字)';
$string['chooseone'] = '填写下面字段里的一个或全部';
$string['description'] = 'Authorize.net允许您通过信用卡提供商设置付费课程。如果课程的价格为零则学生无需为其付费。此处您需要为整个站点设定一个缺省的价格而在课程的设置中您可以为每一个课程单独设定。为每个课程单独设定的价格的优先级更高。';
$string['enrolname'] = 'Authorize.net 信用卡网关';
$string['nameoncard'] = '卡所属人';
$string['sendpaymentbutton'] = '发送付费信息';
$string['zipcode'] = '邮政编码';
?>