bnbweb/languages/zh_tw/admin/payment.php
2022-11-14 23:49:28 +08:00

47 lines
2.1 KiB
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* ECSHOP 管理中心支付方式管理?言文件
* ============================================================================
* 版?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: payment.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_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'] = '仲介擔保';
?>