📄 payment.php
字号:
<?php
/**
* ECSHOP Control panel payment mothod 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;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: zblikai $
* $Id: payment.php 15646 2009-02-23 08:33:00Z zblikai $
*/
$_LANG['payment'] = 'Payment mothod';
$_LANG['payment_name'] = 'Name';
$_LANG['version'] = 'Version';
$_LANG['payment_desc'] = 'Description';
$_LANG['short_pay_fee'] = 'Money';
$_LANG['payment_author'] = 'Author';
$_LANG['payment_is_cod'] = 'Pay after received?';
$_LANG['payment_is_online'] = 'Online payment?';
$_LANG['name_is_null'] = 'Please enter payment method name!';
$_LANG['name_exists'] = 'The payment method has existed!';
$_LANG['pay_fee'] = 'Poundage';
$_LANG['back_list'] = 'Return to payment mothod list.';
$_LANG['install_ok'] = 'Installed successfully.';
$_LANG['edit_ok'] = 'Edited successfully.';
$_LANG['uninstall_ok'] = 'Uninstall successfully.';
$_LANG['invalid_pay_fee'] = 'Please enter a valid number of payment.';
$_LANG['decide_by_ship'] = 'Shipping decision';
$_LANG['edit_after_install'] = 'You can\'t use the payment mothod until it is installed.';
$_LANG['payment_not_available'] = 'The payment plug-in don\'t exist or have not been installed yet.';
$_LANG['js_languages']['lang_removeconfirm'] = 'Are you sure remove the payment method?';
$_LANG['ctenpay'] = 'Choi pay immediately Merchant Registration No.';
$_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'] = 'tenpay';
$_LANG['tenpayc2c'] = 'Intermediary security';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -