?? attribute.php
字號:
<?php
/**
* ECSHOP
* ============================================================================
* 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: paulgao $
* $Date: 2007-01-30 16:02:08 +0800 (Tuesday, 30 Jan. 2007) $
* $Id: attribute.php 4752 2007-01-30 08:02:08Z paulgao $
*/
/* List */
$_LANG['by_goods_type'] = 'Display by product type:';
$_LANG['all_goods_type'] = 'All products type';
$_LANG['attr_id'] = 'ID';
$_LANG['cat_id'] = 'Product type';
$_LANG['attr_name'] = 'Attribute name';
$_LANG['attr_input_type'] = 'Enter mode';
$_LANG['attr_values'] = 'Choice value list';
$_LANG['attr_type'] = 'Whether need select the value of attribute for shopping?';
$_LANG['value_attr_input_type'][ATTR_TEXT] = 'Manual enter';
$_LANG['value_attr_input_type'][ATTR_OPTIONAL] = 'Select from list';
$_LANG['value_attr_input_type'][ATTR_TEXTAREA] = 'Multirow textbox';
$_LANG['drop_confirm'] = 'Are you sure delete the attribute?';
/* Add/Edit */
$_LANG['label_attr_name'] = 'Attribute name:';
$_LANG['label_cat_id'] = 'Category:';
$_LANG['label_attr_index'] = 'Index:';
$_LANG['label_is_linked'] = 'Relational products with same attribute?';
$_LANG['no_index'] = 'Needn\'t index';
$_LANG['keywords_index'] = 'Keywords index';
$_LANG['range_index'] = 'Range index';
$_LANG['note_attr_index'] = 'Please select have no use for search if have no use for the attribute become a situation of search product condition. Please select keywords search if have use for the attribute carry through keywords search. Please select range search if the attribute search need to appoint a certain range.';
$_LANG['label_attr_input_type'] = 'Attribute value enter mode:';
$_LANG['text'] = 'Manual enter';
$_LANG['select'] = 'Select from below (one line stand for one value)';
$_LANG['text_area'] = 'Multirow textbox';
$_LANG['label_attr_values'] = 'Choice value list:';
$_LANG['label_attr_group'] = '灞
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -