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

📄 comment_manage.php

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

/**
 * ECSHOP Comment management\'s 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;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: comment_manage.php 15646 2009-02-23 08:33:00Z zblikai $
*/
$_LANG['comment_id'] = 'ID';
$_LANG['user_name'] = 'Username';
$_LANG['from'] = 'sent comment at ';
$_LANG['to'] = 'about';
$_LANG['send_comment'] = '';
$_LANG['user_name'] = 'Username';
$_LANG['email'] = 'Email';
$_LANG['anonymous'] = '匿名用户';

$_LANG['comment_type'] = 'Type';
$_LANG['comment_obj'] = 'Comment object';
$_LANG['content'] = 'Content';
$_LANG['comment_time'] = 'Time';
$_LANG['reply_content'] = 'Reply';
$_LANG['comment_flag'] = 'Flag';
$_LANG['no_reply'] = 'No reply';
$_LANG['yes_reply'] = 'Replied';
$_LANG['admin_user_name'] = 'Administrator';

$_LANG['type'] = array('Product','Article');

$_LANG['ip_address'] = 'IP';
$_LANG['comment_rank'] = 'Rank';
$_LANG['content'] = 'Contents';
$_LANG['view_reply'] = 'View reply';
$_LANG['view_content'] = 'View content';
$_LANG['search_comment'] = 'Enter';
$_LANG['no_reply_comment'] = 'Not replied comment';
$_LANG['all_comment'] = 'View all comments';
$_LANG['reply_comment'] = 'Reply';
$_LANG['comment_info'] = 'Details';

$_LANG['comment_rank'] = 'Rank';
$_LANG['comment_list'] = 'List';

$_LANG['drop_select'] = 'Delete comment';
$_LANG['reply'] = 'Reply';
$_LANG['check'] = 'Check';
$_LANG['allow'] = 'Open';
$_LANG['forbid'] = 'Close';
$_LANG['display'] = 'display';
$_LANG['hidden'] = 'hidden';

$_LANG['no_select_comment'] = 'You have no choice need to delete the comments!';

$_LANG['reply_comment_success'] = 'Reply the comment successfully!';
$_LANG['batch_drop_success'] = 'Command successfully!';

$_LANG['back_list'] = 'Return to comment list.';

/* JS Prompting message */
$_LANG['js_languages']['no_content'] = 'Please enter comment contents!';
$_LANG['have_reply_content'] = 'TIP: The comment has replied, if you reply the message again, the old message will be losed!';


$_LANG['cfm_allow'] = '你确定要允许显示所选评论吗?';
$_LANG['cfm_remove'] = '你确定要删除所选评论吗?';
$_LANG['cfm_deny'] = '你确定要禁止显示所选评论吗?';

?>

⌨️ 快捷键说明

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