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

📄 category.php

📁 this for eshop 是为网上商城服务的java实现的系统
💻 PHP
字号:
<?php

/**
 * ECSHOP Commodity category 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 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: category.php 4752 2007-01-30 08:02:08Z paulgao $
*/

/* Commodity category field information */
$_LANG['cat_id'] = 'ID';
$_LANG['cat_name'] = 'Name';
$_LANG['isleaf'] = 'Disallow';
$_LANG['noleaf'] = 'Allow';
$_LANG['keywords'] = 'Keywords';
$_LANG['cat_desc'] = 'Description';
$_LANG['parent_id'] = 'Parent';
$_LANG['sort_order'] = 'Sort';
$_LANG['measure_unit'] = 'Quantity unit';
$_LANG['delete_info'] = 'Delete checked';
$_LANG['category_edit'] = 'Edit category';
$_LANG['move_goods'] = 'Move product';
$_LANG['cat_top'] = 'Root';
$_LANG['show_in_nav'] = 'Display in navigation';
$_LANG['cat_style'] = '鍒嗙被鐨勬牱寮忚〃鏂囦欢';
$_LANG['is_show'] = '鏄

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -