tenpay.php

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

PHP
29
字号
<?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锛沬t means that you can modify, use and 
 * republish the program code, on the premise of that your behavior is not for 
 * commercial purposes.
 * ============================================================================
 * $Author: paulgao $
 * $Date: 2007-02-05 17:51:16 +0800 (Monday, 05 February 2007) $
 * $Id: tenpay.php 5159 2007-02-05 09:51:16Z paulgao $
 */

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';

?>

⌨️ 快捷键说明

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