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.
38 lines
1.9 KiB
38 lines
1.9 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP IPS payment system plug-in
|
|
* ============================================================================
|
|
* All right reserved (C) 2005-2016 Shanghai Yi Shang Chuang Technology
|
|
* Development Ltd.
|
|
* Web site: http://www.ecmoban.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';
|
|
?>
|