You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
2.9 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* shop 評論管理的語言文件
* ============================================================================
* * 版權所有 2005-2012 上海商派網絡科技有限公司,並保留所有權利。
* 網站地址: http://www.shop.com
* ----------------------------------------------------------------------------
* 這不是一個自由軟件!您只能在不用於商業目的的前提下對程序代碼進行修改和
* 使用;不允許對程序代碼以任何形式任何目的的再發佈。
* ============================================================================
* $Author: wayne $
* $Id: comment_manage.php 17217 2011-01-19 06:29:08Z wayne $
*/
$_LANG['comment_id'] = '編號';
$_LANG['user_name'] = '用戶名';
$_LANG['from'] = '於';
$_LANG['to'] = '對';
$_LANG['send_comment'] = '發表評論';
$_LANG['user_name'] = '用戶名';
$_LANG['email'] = 'Email';
$_LANG['anonymous'] = '匿名用戶';
$_LANG['send_email_notice'] = '郵件通知';
$_LANG['remail'] = '重發郵件';
$_LANG['comment_type'] = '類型';
$_LANG['comment_obj'] = '評論對像';
$_LANG['content'] = '評論內容';
$_LANG['comment_time'] = '評論時間';
$_LANG['reply_content'] = '回復內容';
$_LANG['comment_flag'] = '狀態';
$_LANG['no_reply'] = '未回復';
$_LANG['yes_reply'] = '已回復';
$_LANG['admin_user_name'] = '管理員';
$_LANG['type'] = array('商品','文章');
$_LANG['ip_address'] = 'IP地址';
$_LANG['comment_rank'] = '評論等級';
$_LANG['content'] = '評論內容';
$_LANG['view_reply'] = '查看回復';
$_LANG['view_content'] = '查看詳情';
$_LANG['search_comment'] = '輸入評論內容';
$_LANG['no_reply_comment'] = '未回復的評論';
$_LANG['all_comment'] = '查看所有評論';
$_LANG['reply_comment'] = '回復評論';
$_LANG['comment_info'] = '評論詳情';
$_LANG['comment_rank'] = '評論等級';
$_LANG['comment_list'] = '評論列表';
$_LANG['drop_select'] = '刪除評論';
$_LANG['reply'] = '回復';
$_LANG['check'] = '審核';
$_LANG['allow'] = '允許顯示';
$_LANG['forbid'] = '禁止顯示';
$_LANG['display'] = '顯示';
$_LANG['hidden'] = '隱藏';
$_LANG['no_select_comment'] = '您沒有選擇需要刪除的評論!';
$_LANG['reply_comment_success'] = '回復評論操作成功!';
$_LANG['batch_drop_success'] = '執行成功!';
$_LANG['back_list'] = '返回評論列表';
/* JS提示信息 */
$_LANG['js_languages']['no_content'] = '回復的評論內容不能為空!';
$_LANG['have_reply_content'] = '提示: 此條評論已有回復, 如果繼續回復將更新原來回復的內容!';
$_LANG['cfm_allow'] = '你確定要允許顯示所選評論嗎?';
$_LANG['cfm_remove'] = '你確定要刪除所選評論嗎?';
$_LANG['cfm_deny'] = '你確定要禁止顯示所選評論嗎?';
$_LANG['mail_send_fail'] = '郵件發送失敗,請檢查郵件服務器設置後重新發送郵件。';
?>