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

📄 goods_type.php

📁 ECSHOP是一款开源免费的通用电子商务平台构建软件
💻 PHP
字号:
<?php

/**
 * ECSHOP Product type management program language item
 * ============================================================================
 * 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 mean 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: goods_type.php 15646 2009-02-23 08:33:00Z zblikai $
*/

$_LANG['goods_type_list'] = 'List the type of merchandise';
$_LANG['edit_goods_type'] = 'Edit the type of merchandise';
$_LANG['attr_groups'] = 'Property division';
$_LANG['new_goods_type'] = 'Create new product type';
$_LANG['goods_type_status'] = 'Status';
$_LANG['goods_type_name'] = 'Type name';
$_LANG['attribute_number'] = 'Attribute quantity';
$_LANG['attribute'] = 'Attribute list';

$_LANG['arr_goods_status'][0] = 'Disabled';
$_LANG['arr_goods_status'][1] = 'Enabled';

$_LANG['back_list'] = 'Return the type of merchandise list';

$_LANG['notice_attr_groups'] = 'Each line of a property group merchandise. Sort will also be sorted in accordance with the natural order.';

$_LANG['add_goodstype_success'] = 'The success of new types of merchandise.';
$_LANG['add_goodstype_failed'] = 'Failure of new types of merchandise.';
$_LANG['edit_goodstype_success'] = 'Edit the type of merchandise success.';
$_LANG['edit_goodstype_failed'] = 'Edit the type of merchandise failure.';
$_LANG['remove_failed'] = 'Removew product type failure.';
$_LANG['remove_confirm'] = "All attributes will be deleted if you delete the product type. \\nAre you sure delete the product type?";
$_LANG['repeat_type_name'] = 'The product type already exists.';
$_LANG['cannot_found_goodstype'] = 'Did not find the specified types of merchandise.';

$_LANG['js_languages']['lang_enabled'] = 'Enabled';
$_LANG['js_languages']['lang_remove'] = 'Remove';
$_LANG['js_languages']['attribute'] = 'Attribute';
$_LANG['js_languages']['remove_confirm'] = "All attributes will be deleted if you delete the product type. \\nAre you sure delete the product type?";
$_LANG['js_languages']['type_name_empty'] = 'Merchandise type name should not be empty!';

?>

⌨️ 快捷键说明

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