📄 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;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: zblikai $
* $Id: gen_goods_script.php 15646 2009-02-23 08:33:00Z zblikai $
*/
$_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_rows_num'] = 'Showing entries with a few:';
$_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.';
$_LANG['js_languages']['rows_num_must_be_int'] = 'With show entries should be rounded';
$_LANG['js_languages']['rows_num_must_over_0'] = 'ith show entries should be greater than 0';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -