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.

47 lines
2.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* shop 管理中心支付方式管理语言文件
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.shop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: wayne $
* $Id: payment.php 17217 2011-01-19 06:29:08Z wayne $
*/
$_LANG['payment'] = '支付方式';
$_LANG['payment_name'] = '支付方式名称';
$_LANG['version'] = '插件版本';
$_LANG['payment_desc'] = '支付方式描述';
$_LANG['short_pay_fee'] = '费用';
$_LANG['payment_author'] = '插件作者';
$_LANG['payment_is_cod'] = '货到付款?';
$_LANG['payment_is_online'] = '在线支付?';
$_LANG['name_is_null'] = '您没有输入支付方式名称!';
$_LANG['name_exists'] = '该支付方式名称已存在!';
$_LANG['pay_fee'] = '支付手续费';
$_LANG['back_list'] = '返回支付方式列表';
$_LANG['install_ok'] = '安装成功';
$_LANG['edit_ok'] = '编辑成功';
$_LANG['uninstall_ok'] = '卸载成功';
$_LANG['invalid_pay_fee'] = '支付费用不是一个合法的价格';
$_LANG['decide_by_ship'] = '配送决定';
$_LANG['edit_after_install'] = '该支付方式尚未安装,请你安装后再编辑';
$_LANG['payment_not_available'] = '该支付插件不存在或尚未安装';
$_LANG['js_languages']['lang_removeconfirm'] = '您确定要卸载该支付方式吗?';
$_LANG['ctenpay'] = '立即注册财付通商户号';
$_LANG['ctenpay_url'] = 'http://union.tenpay.com/mch/mch_register_b2c.shtml?sp_suggestuser=542554970';
$_LANG['ctenpayc2c_url'] = 'https://www.tenpay.com/mchhelper/mch_register_c2c.shtml?sp_suggestuser=542554970';
$_LANG['tenpay'] = '即时到账';
$_LANG['tenpayc2c'] = '中介担保';
?>