user_msg.php

来自「ECSHOP是一款开源免费的通用电子商务平台构建软件」· PHP 代码 · 共 59 行

PHP
59
字号
<?php

/**
 * ECSHOP User message language item
 * ============================================================================
 * 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;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: zblikai $
 * $Id: user_msg.php 15646 2009-02-23 08:33:00Z zblikai $
*/

$_LANG['msg_title'] = 'Title';
$_LANG['list_all'] = 'View all messages';
$_LANG['msg_id'] = 'ID';
$_LANG['msg_time'] = 'Time';
$_LANG['msg_content'] = 'Contents';
$_LANG['user_name'] = 'Username';
$_LANG['msg_type'] = 'Type';
$_LANG['msg_status'] = 'Status';
$_LANG['hidden'] = 'Hide';
$_LANG['display'] = 'display';
$_LANG['allow'] = 'Allowed to show';
$_LANG['forbid'] = 'forbid the display';
$_LANG['user_center'] = 'user center';
$_LANG['message_board'] = 'message board';

$_LANG['from'] = 'From';

$_LANG['type'] = array('message','appeal','enquiry','after-sale','seek purchase','business message');

$_LANG['reply'] = 'Reply';
$_LANG['replyed'] = 'Replyed';
$_LANG['unreplyed'] = 'Unreplyed';

$_LANG['view'] = 'View message';
$_LANG['view_upload_file'] = 'View upload file';
$_LANG['reply_content'] = 'Reply content';

$_LANG['have_reply_content'] = 'TIP: The message have replied, if you continue, you will lose the old contents!';

$_LANG['edit_reply'] = 'Edit';

$_LANG['reply_content'] = 'Reply content';
$_LANG['email'] = 'email';

$_LANG['msg_for_order'] = 'Order %s on the Guest Book';
$_LANG['order_detail'] = 'Order Details';
$_LANG['confirm_delete'] = 'Do you confirm that you want to delete the Guest Book';

/* js */
$_LANG['js_languages']['no_content'] = 'The reply content can\'t be blank.';

?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?