tag_manage.php
来自「ECSHOP是一款开源免费的通用电子商务平台构建软件」· PHP 代码 · 共 29 行
PHP
29 行
<?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锛沬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 January 2007) $
* $Id: tag_manage.php 4752 2007-01-30 08:02:08Z paulgao $
*/
$_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['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.';$_LANG['tagword_exist'] = 'tag %s has exists锛
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?