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

    <?php

/**
 * ECSHOP Control panel payment mothod 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: payment.php 17217 2011-01-19 06:29:08Z liubo $
*/

$_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';
?>