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.

56 lines
2.1 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: message.php 17217 2011-01-19 06:29:08Z wayne $
*/
/* 這段信息 */
$_LANG['sender_id'] = '留言者';
$_LANG['receiver_id'] = '接收者';
$_LANG['send_date'] = '發送日期';
$_LANG['read_date'] = '閱讀日期';
$_LANG['readed'] = '是否已讀';
$_LANG['deleted'] = '是否刪除';
$_LANG['title'] = '留言主題';
$_LANG['message'] = '留言內容';
$_LANG['view_msg'] = '查看留言';
$_LANG['reply_msg'] = '回復留言';
$_LANG['send_msg'] = '發送留言';
$_LANG['edit_msg'] = '編輯留言';
$_LANG['drop_msg'] = '刪除留言';
$_LANG['all_amdin'] = '所有管理員';
$_LANG['msg_list'] = '留言列表';
$_LANG['no_read'] = '未閱讀';
$_LANG['next_list'] = '下一條';
$_LANG['action_succeed'] = '操作成功!';
$_LANG['back_list'] = '返回留言列表';
$_LANG['continue_send_msg'] = '繼續發送留言';
/* 提示信息 */
$_LANG['js_languages']['title_empty'] = '請填寫留言主題!';
$_LANG['js_languages']['message_empty'] = '請填寫留言內容!';
$_LANG['select_msg_type'] = '選擇查看類型';
$_LANG['message_type'][0] = '所有留言';
$_LANG['message_type'][1] = '所有收到的留言';
$_LANG['message_type'][2] = '所有發送的留言';
$_LANG['message_type'][3] = '未閱讀的留言';
$_LANG['message_type'][4] = '已閱讀的留言';
$_LANG['drop_msg'] = '刪除選中';
$_LANG['batch_drop_success'] = '成功刪除了 %d 個留言記錄';
$_LANG['no_select_msg'] = '您現在沒有任何留言記錄';
?>