You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.5 KiB
24 lines
1.5 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP YeePay易宝语言文件
|
|
* ============================================================================
|
|
* * 版权所有 2005-2016 上海商创网络科技有限公司,并保留所有权利。
|
|
* 网站地址: http://www.ecmoban.com;
|
|
* ----------------------------------------------------------------------------
|
|
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
|
|
* 使用;不允许对程序代码以任何形式任何目的的再发布。
|
|
* ============================================================================
|
|
* $Author: testyang $
|
|
* $Id: yeepay.php 14227 2008-03-10 06:37:24Z testyang $
|
|
*/
|
|
|
|
global $_LANG;
|
|
|
|
$_LANG['yeepayszx'] = 'YeePay易宝神州行支付';
|
|
$_LANG['ypszx_desc'] = 'YeePay易宝神州行支付是只要是中国移动发行的能用于给神州行手机充值的卡(请注意:该卡的序列号为17位,密码为18位),就可以用于网上支付,因为每次支付的额度和神州行卡相等,建议点卡销售等使用,单次支付金额不能超过神州行卡的最大面值300元。' .
|
|
'<input type="button" name="Submit" value="立即注册" onclick="window.open(\'https://www.yeepay.com/selfservice/AgentService.action?p0_Cmd=AgentRegister&p1_MerId=10000383855&hmac=bd9e7b0f85bddedb105eebb136632772\')" />';
|
|
$_LANG['yp_account'] = '商户编号';
|
|
$_LANG['yp_key'] = '商户密钥';
|
|
$_LANG['pay_button'] = '立即使用YeePay易宝支付';
|
|
?>
|