⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 attribute.php

📁 ECSHOP是一款开源免费的通用电子商务平台构建软件
💻 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 + -