www.gusucode.com > ecShop PHP网上商城系统 粉丝修复版 v2.7.3源码程序 > ecshop_xf_v2.7.3/languages/en_us/payment/tenpay.php

    <?php

/**
 * ECSHOP Tenpay Payment Plug-in language file
 * ============================================================================
 * All right reserved (C) 2005-2011 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: liubo $
 * $Id: tenpay.php 17217 2011-01-19 06:29:08Z liubo $
 */

global $_LANG;

$_LANG['tenpay']            = 'Tenpay';
$_LANG['tenpay_desc']       = '<b>Tenpay(www.tenpay.com) -Tencent\'s online payment platform, by authority of the state security certification, support for all major banks in online payment, pay the processing fees.</b><br /><a href="http://cloud.ecshop.com/payment_apply.php?mod=tenpay&par=1202822001" target="_blank">Immediately apply for: a single rate:1%</a><br /><a href="http://cloud.ecshop.com/payment_apply.php?mod=tenpay&par=1442037873" target="_blank">Buy Now package quantity package: a single rate of post-conversion
:0.6-1%</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';
$_LANG['penpay_register']     = "<a href='http://cloud.ecshop.com/payment_apply.php?mod=tenpay&par=1202822001' target=\"_blank\">Application: single immediately free rate:1%</a>";

?>