sf_express.php

来自「英文版本的 ECSHOP 游戏要的 加QQ 3506796」· PHP 代码 · 共 24 行

PHP
24
字号
<?php

/**
 * ECSHOP Shun Feng shipping plug-in's 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锛沬t means that you can modify, use and 
 * republish the program code, on the premise of that your behavior is not for 
 * commercial purposes.
 * ============================================================================
 * $Author: weberliu $
 * $Date: 2006-10-19 11:59:10 +0800 (Thursday, 19 October 2006) $
 * $Id: sf_express.php 1978 2006-10-19 03:59:10Z weberliu $
*/

$_LANG['sf_express']             = 'Shun Feng shipping';
$_LANG['sf_express_desc']        = 'Cost of Jiang, Zhe, Hu region less than 1000g is less than 15 yuan/kg, more than 1000g is 2 yuan/kg, other region 20 yuan/kg';
$_LANG['basic_fee']              = 'Cost less than 1000g';
$_LANG['step_fee']               = 'Every less than or equal to 1000g:';

?>

⌨️ 快捷键说明

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