?? shipping.php
字號:
<?php
/**
* ECSHOP Mangement center shipping method management 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 mean that you can modify, use and
* republish the program code, on the premise of that your behavior is not for
* commercial purposes.
* ============================================================================
* $Author: wj $
* $Date: 2007-01-09 19:02:43 +0800 (Tuesday, 09 January 2007) $
* $Id: shipping.php 4035 2007-01-09 11:02:43Z wj $
*/
$_LANG['shipping_name'] = 'Name';
$_LANG['shipping_version'] = 'Version';
$_LANG['shipping_desc'] = 'Description';
$_LANG['shipping_author'] = 'Author';
$_LANG['insure'] = 'Insurance';
$_LANG['support_cod'] = 'COD?';
$_LANG['shipping_area'] = 'Config area';
/* Memu */
$_LANG['shipping_install'] = 'Install shipping method';
$_LANG['install_succeess'] = 'Shipping method %s install successfully!';
/* Prompting message */
$_LANG['no_shipping_name'] = 'Sorry, shipping method name can\'t be blank.';
$_LANG['no_shipping_desc'] = 'Sorry, shipping method description can\'t be blank.';
$_LANG['repeat_shipping_name'] = 'Sorry, the shipping method already exists.';
$_LANG['uninstall_success'] = 'Shipping method %s has uninstall successfully.';
$_LANG['add_shipping_area'] = 'Creat new shipping area for shipping method';
$_LANG['no_shipping_insure'] = 'Sorry, insurance money can\'t be blank, if you don\'t use it please config as 0.';
$_LANG['not_support_insure'] = 'The shipping method isn\t support insure, config insure cost has failed.';
$_LANG['invalid_insure'] = 'Shipping insurance money is invalid.';
/* JS language item */
$_LANG['js_languages']['lang_removeconfirm'] = 'Are you sure uninstall the shipping method?';
$_LANG['js_languages']['shipping_area'] = 'Config area';
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -