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.
58 lines
2.0 KiB
58 lines
2.0 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP
|
|
* ============================================================================
|
|
* All right reserved (C) 2005-2016 Shanghai Yi Shang Chuang Technology
|
|
* Development Ltd.
|
|
* Web site: http://www.ecmoban.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: liubo $
|
|
* $Id: message.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
/* 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.';
|
|
|
|
?>
|