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

📄 tag_manage.php

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

/**
 * ECSHOP Tag manage 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 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: tag_manage.php 15646 2009-02-23 08:33:00Z zblikai $
*/

$_LANG['tag_manage'] = 'Tag manage';
$_LANG['tag_id'] = 'Tag ID';
$_LANG['tag_words'] = 'Tag';
$_LANG['add_tag'] = 'Add tags';
$_LANG['user_id'] = 'Username';
$_LANG['goods_id'] = 'Product name';
$_LANG['drop_tags'] = 'Delete tags';
$_LANG['tagword_exist'] = 'tag %s has exists!';
$_LANG['tag_list'] = 'Tag list';
$_LANG['tag_edit'] = 'Tag Edit';
$_LANG['goods_name'] = 'Goods name';
$_LANG['name_search'] = 'Search goods by goods_sn,goods_name,etc';
$_LANG['tag_edit_success'] = 'Tag edit success';
$_LANG['tag_add_success'] = 'Add tag success';
$_LANG['pls_select_goods'] = 'Please select goods';

$_LANG['no_select_tag'] = 'You don\'t need to remove the tag.';
$_LANG['drop_success'] = 'You have delete %d tags.';
$_LANG['back_list'] = 'Return to tag list.';

/* JS language item */
$_LANG['drop_confirm'] = 'Are you sure delete the record?';

$_LANG['js_languages']['goods_name_not_empty'] = 'goods name can not empty';

?>

⌨️ 快捷键说明

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