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

    <?php

/**
 * ECSHOP IPS payment system plug-in
 * ============================================================================
 * 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 mean that you can modify, use and
 * republish the program code, on the premise of that your behavior is not for
 * commercial purposes.
 * ============================================================================
 * @author:     xuan yan <xuanyan1983@gmail.com>
 * @version:    v1.0
 * ---------------------------------------------
*/

global $_LANG;

$_LANG['ips']            = 'HuanXun IPS';
$_LANG['ips_desc']       = 'IPS(www.ips.com) is a new generation of multi-currency payments to the Internet-based e-mail tool of ShangHai HuanXun. Up to now, the IPS with prepaid account online, online payment, online transfer account, online refund online draw and so on, and supports multimodal prepaid accounts.<br/><a href="http://cloud.ecshop.com/payment_apply.php?mod=ips" target="_blank">Immediately online application</a>';
$_LANG['ips_account']    = 'IPS account';
$_LANG['ips_key']        = 'IPS license';
$_LANG['ips_currency']   = 'Payment method';
$_LANG['ips_currency_range']['01'] = 'Debit card';
$_LANG['ips_currency_range']['02'] = 'Credit card';
$_LANG['ips_currency_range']['04'] = 'IPS account payment';
$_LANG['ips_currency_range']['08'] = 'I-coin payment';
$_LANG['ips_currency_range']['16'] = 'Telephone payment';
$_LANG['ips_lang']   = 'Language';
$_LANG['ips_lang_range']['GB']   = 'Simplified Chinese';
$_LANG['ips_lang_range']['EN']   = 'English';
$_LANG['ips_lang_range']['BIG5']   = 'Traditional Chinese';
$_LANG['ips_lang_range']['JP']   = 'Japanese';
$_LANG['ips_lang_range']['FR']   = 'French';
$_LANG['pay_button']     = 'Use IPS payment now';
?>