tenpay.php

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

PHP
30
字号
<?php

/**
 * ECSHOP Tenpay Payment Plug-in 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: tenpay.php 15646 2009-02-23 08:33:00Z zblikai $
 */

global $_LANG;

$_LANG['tenpay']            = 'Tenpay';
$_LANG['tenpay_desc']       = 'Website:(www.tenpay.com) is a powerful functions payment system,it is established by Tencent. Tencent is recognized as the operator of the leading Internet community in China, and it render the best payment services for QQ users.' .
        '<a href="http://union.tenpay.com/mch/?id=1201650501" target="_blank" style="font-weight:bold; color:#CC0000">立即注册</a>';
$_LANG['tenpay_account']    = 'Tenpay accounts';
$_LANG['tenpay_key']        = 'MD5 key';
$_LANG['magic_string']      = 'Custom signature';
$_LANG['pay_button']        = 'Pay in Tenpay immediately';
$_LANG['account_voucher']   = 'Member Account recharge';
$_LANG['shop_order_sn']     = 'Mall order number';

?>

⌨️ 快捷键说明

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