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.

69 lines
2.6 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: user_msg.php 17217 2011-01-19 06:29:08Z wayne $
*/
$_LANG['msg_title'] = '留言標題';
$_LANG['list_all'] = '查看所有留言';
$_LANG['msg_id'] = '編號';
$_LANG['msg_time'] = '留言時間';
$_LANG['msg_content'] = '留言內容';
$_LANG['user_name'] = '用戶名';
$_LANG['msg_type'] = '類型';
$_LANG['msg_status'] = '狀態';
$_LANG['hidden'] = '隱藏';
$_LANG['display'] = '顯示';
$_LANG['allow'] = '允許顯示';
$_LANG['forbid'] = '禁止顯示';
$_LANG['user_center'] = '用戶中心';
$_LANG['message_board'] = '留言板';
$_LANG['send_email_notice'] = '郵件通知';
$_LANG['delete'] = '刪除留言';
$_LANG['from'] = '於';
$_LANG['type'] = array('留言','投訴','詢問','售後','求購','商家留言');
$_LANG['reply'] = '回復';
$_LANG['replyed'] = '已回復';
$_LANG['unreplyed'] = '未回復';
$_LANG['view'] = '查看詳情';
$_LANG['view_upload_file'] = '查看上傳的文件';
$_LANG['reply_content'] = '回復內容';
$_LANG['have_reply_content'] = '提示: 此條留言已有回復, 如果繼續回復將更新原來回復的內容!';
$_LANG['edit_reply'] = '修改回復';
$_LANG['reply_content'] = '回復內容';
$_LANG['email'] = 'email';
$_LANG['msg_for_order'] = '對訂單 %s 的留言';
$_LANG['order_detail'] = '訂單詳情';
$_LANG['confirm_delete'] = '你是否確認要刪除該留言';
/* js */
$_LANG['js_languages']['no_content'] = '內容不能為空';
$_LANG['js_languages']['no_reply_content'] = '回復內容不能為空';
$_LANG['js_languages']['no_title'] = '主題不能為空';
$_LANG['mail_send_fail'] = '郵件發送失敗,請檢查郵件服務器設置後重新發送郵件。';
$_LANG['remail'] = '重發郵件';
$_LANG['batch_drop_success'] = '執行成功!';
$_LANG['no_select_comment'] = '您沒有選擇需要刪除的評論!';
$_LANG['cfm_allow'] = '你確定要允許顯示所選評論嗎?';
$_LANG['cfm_remove'] = '你確定要刪除所選評論嗎?';
$_LANG['cfm_deny'] = '你確定要禁止顯示所選評論嗎?';
?>