tag_manage.php
来自「英文版本的 ECSHOP 游戏要的 加QQ 3506796」· PHP 代码 · 共 32 行
PHP
32 行
<?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['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.';
/* JS language item */
$_LANG['drop_confirm'] = 'Are you sure delete the record?';
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?