alipay.php

来自「ECSHOP是一款开源免费的通用电子商务平台构建软件」· PHP 代码 · 共 43 行

PHP
43
字号
<?php

/**
 * ECSHOP Alipay language file
 * ============================================================================
 * All right reserved (C) 2005-2007 Beijing Yi Shang Interactive Technology
 * Development Ltd.
 * Web site: http://www.ecshop.com
 * ----------------------------------------------------------------------------
 * This is a free/open source software;it means that you can modify, use and
 * republish the program code, on the premise of that your behavior is not for
 * commercial purposes.
 * ============================================================================
 * $Author: zblikai $
 * $Id: alipay.php 15646 2009-02-23 08:33:00Z zblikai $
 */

global $_LANG;

$_LANG['alipay']            = 'Alipay';
$_LANG['alipay_desc']       = 'Zhejiang Alipay Internet Technology Ltd. (Alipay) is China\'s leading online payment service, and a division of Alibaba.com. It enables individuals and businesses to securely, easily and quickly send and receive payments online. Alipay works like an escrow service, solving the issue of settlement risk in China.' .
        '(Website:http://www.alipay.com)';
$_LANG['alipay_account']    = 'Alipay accounts';
$_LANG['alipay_key']        = 'Verification code for safe dealings';
$_LANG['alipay_partner']    = 'Partner ID';
$_LANG['pay_button']        = 'Pay in Alipay immediately';

$_LANG['alipay_virtual_method'] = 'Please choose the interface of virtual goods business';
$_LANG['alipay_virtual_method_desc'] = 'Which one to use relates to your account. Please ask Alipay for details.';
$_LANG['alipay_virtual_method_range'][0] = 'Common virtual goods business';
$_LANG['alipay_virtual_method_range'][1] = 'Real-time transfer business';

$_LANG['alipay_real_method'] = 'Please choose the interface of real goods business';
$_LANG['alipay_real_method_desc'] = 'Which one to use relates to your account. Please ask Alipay for details.';
$_LANG['alipay_real_method_range'][0] = 'Common real goods business';
$_LANG['alipay_real_method_range'][1] = 'Real-time transfer business';

$_LANG['is_instant'] = 'Have real-time account or not';
$_LANG['is_instant_desc'] = 'real-time account was off as default, please turn on it when you confirm that your account need';
$_LANG['is_instant_range'][0] = 'off';
$_LANG['is_instant_range'][1] = 'on';

?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?