📄 ips.php
字号:
<?php
/**
* ECSHOP IPS payment system plug-in
* ============================================================================
* 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 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 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.';
$_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';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -