?? message.php
字號:
<?php
/**
* ECSHOP
* ============================================================================
* 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: message.php 4752 2007-01-30 08:02:08Z paulgao $
*/
/* Information */
$_LANG['sender_id'] = 'Sender ID';
$_LANG['receiver_id'] = 'Receiver ID';
$_LANG['send_date'] = 'Send date';
$_LANG['read_date'] = 'Read date';
$_LANG['readed'] = 'Readed';
$_LANG['deleted'] = 'Deleted';
$_LANG['title'] = 'Title';
$_LANG['message'] = 'Content';
$_LANG['view_msg'] = 'View';
$_LANG['reply_msg'] = 'Reply';
$_LANG['send_msg'] = 'Send';
$_LANG['edit_msg'] = 'Edit';
$_LANG['drop_msg'] = 'Delete';
$_LANG['all_amdin'] = 'All administrators';
$_LANG['msg_list'] = 'Message list';
$_LANG['no_read'] = 'Not read';
$_LANG['next_list'] = 'Next';
$_LANG['action_succeed'] = 'Successfully!';
$_LANG['back_list'] = 'Return to message list.';
$_LANG['continue_send_msg'] = 'Continue send message.';
/* Prompting message */
$_LANG['js_languages']['title_empty'] = 'Please enter message title.';
$_LANG['js_languages']['message_empty'] = 'Please enter message content.';
$_LANG['select_msg_type'] = 'Select a view type';
$_LANG['message_type'][0] = 'All messages';
$_LANG['message_type'][1] = 'All received messages';
$_LANG['message_type'][2] = 'All sent messages';
$_LANG['message_type'][3] = 'New message';
$_LANG['message_type'][4] = 'All readed messages';
$_LANG['drop_msg'] = 'Delete selected';
$_LANG['batch_drop_success'] = 'Delete %d records successfully!';
$_LANG['no_select_msg'] = 'You have no message now.';
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -