ctopay.php

来自「ECSHOP是一款开源免费的通用电子商务平台构建软件」· PHP 代码 · 共 32 行

PHP
32
字号
<?php

/**
 * ECSHOP Cash on shipping language file
 * ============================================================================
 * 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 means that you can modify, use and
 * republish the program code, on the premise of that your behavior is not for
 * commercial purposes.
 * ============================================================================
 * $Author: testyang $
 * $Id: ctopay.php 14227 2008-03-10 06:37:24Z testyang $
 */

global $_LANG;
$_LANG['ctopay']          = 'Ctopay';
$_LANG['ctopay_desc']     = 'Shenzhen Telecom Co., Ltd. (affiliation of Guangdong Telecom Group), an IT-professional company which focus on the internet and telecom market. With our independence-developed online payment system, Telecom Payment Solution team dedicates them to provide our clients professional payment solutions but not only payment platforms. With most of major banks in China and international financial institutions as our cooperators, Telecom Payment makes global business easy and simple.' ;
$_LANG['MerNo']    = 'Customer Code';
$_LANG['MD5key']   = 'MD5 Key';
$_LANG['Currency'] = 'Paid Currency';
$_LANG['Currency_range'][1] = 'RMB';
$_LANG['Currency_range'][2] = 'Visa/Master';
$_LANG['Language'] = 'Language';
$_LANG['Language_range'][1] = 'GB Chinese';
$_LANG['Language_range'][2] = 'English';
$_LANG['Language_range'][3] = 'BIG5 Chinese';
$_LANG['pay_button']        = 'Use Ctopay online Now';

?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?