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.
48 lines
2.7 KiB
48 lines
2.7 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP Alipay language file
|
|
* ============================================================================
|
|
* 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 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: alipay.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
global $_LANG;
|
|
|
|
$_LANG['alipay'] = 'Alipay';
|
|
$_LANG['alipay_desc'] = 'Alipay web (www.alipay.com) is an advanced platform for online payment. <br/> ECShop pay packages offered by United Package: No pre-paid/annual fee, single rate of 1.5%, no flow restrictions.<br/><a href="http://cloud.ecshop.com/payment_apply.php?mod=alipay" target="_blank"><font color="red">Immediately online application</font></a>';
|
|
$_LANG['alipay_account'] = 'Alipay accounts';
|
|
$_LANG['alipay_key'] = 'Verification code for safe dealings';
|
|
$_LANG['alipay_partner'] = 'Partner ID';
|
|
$_LANG['pay_button'] = 'Pay in Alipay immediately';
|
|
|
|
//$_LANG['alipay_virtual_method'] = 'Please choose the interface of virtual goods business';
|
|
//$_LANG['alipay_virtual_method_desc'] = 'Which one to use relates to your account. Please ask Alipay for details.';
|
|
//$_LANG['alipay_virtual_method_range'][0] = 'Common virtual goods business';
|
|
//$_LANG['alipay_virtual_method_range'][1] = 'Real-time transfer business';
|
|
//
|
|
//$_LANG['alipay_real_method'] = 'Please choose the interface of real goods business';
|
|
//$_LANG['alipay_real_method_desc'] = 'Which one to use relates to your account. Please ask Alipay for details.';
|
|
//$_LANG['alipay_real_method_range'][0] = 'Common real goods business';
|
|
//$_LANG['alipay_real_method_range'][1] = 'Real-time transfer business';
|
|
//
|
|
//$_LANG['is_instant'] = 'Have real-time account or not';
|
|
//$_LANG['is_instant_desc'] = 'real-time account was off as default, please turn on it when you confirm that your account need';
|
|
//$_LANG['is_instant_range'][0] = 'off';
|
|
//$_LANG['is_instant_range'][1] = 'on';
|
|
|
|
$_LANG['alipay_pay_method'] = 'Choose interface type';
|
|
$_LANG['alipay_pay_method_desc'] = 'Please select your last payment of Po with the protocol signed between the inside of the interface type description';
|
|
$_LANG['alipay_pay_method_range'][0] = 'Using a standard dual-interface';
|
|
$_LANG['alipay_pay_method_range'][1] = 'The use of secured transactions interface';
|
|
$_LANG['alipay_pay_method_range'][2] = 'The use of real-time interface transactions arrive';
|
|
|
|
?>
|