?? gen_goods_script.php
字號:
<?php
/**
* ECSHOP Create display product JS coding 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-12-12 18:23:30 +0800 (Tuesday, 12 December 2006) $
* $Id: gen_goods_script.php 3421 2006-12-12 10:23:30Z weberliu $
*/
$_LANG['label_category'] = 'Category:';
$_LANG['label_brand'] = 'Brand:';
$_LANG['label_intro_type'] = 'Recommend type:';
$_LANG['label_need_image'] = 'Display product image:';
$_LANG['label_goods_num'] = 'Display product quantity:';
$_LANG['label_arrange'] = 'Arrange method:';
$_LANG['label_charset'] = 'Charset:';
$_LANG['label_sitename'] = 'Quote website:';
$_LANG['all_category'] = 'All categories';
$_LANG['all_brand'] = 'All brand';
$_LANG['all_intro_type'] = 'All recommend type';
$_LANG['need'] = 'Display';
$_LANG['need_not'] = 'Conceal';
$_LANG['horizontal'] = 'Horizontal';
$_LANG['verticle'] = 'Vertical';
$_LANG['generate'] = 'Create code';
$_LANG['intro']['is_best'] = 'Best';
$_LANG['intro']['is_new'] = 'New';
$_LANG['intro']['is_hot'] = 'Hot';
$_LANG['intro']['is_promote'] = 'Sales promotion';
$_LANG['intro']['is_random'] = 'Random';
$_LANG['js_languages']['goods_num_must_be_int'] = 'Product quantity should be an integer.';
$_LANG['js_languages']['goods_num_must_over_0'] = 'Product quantity should more than 0.';
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -