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.
80 lines
2.9 KiB
80 lines
2.9 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP Comment management\'s language file
|
|
* ============================================================================
|
|
* 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: comment_manage.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
$_LANG['comment_id'] = 'ID';
|
|
$_LANG['user_name'] = 'Username';
|
|
$_LANG['from'] = 'sent comment at ';
|
|
$_LANG['to'] = 'about';
|
|
$_LANG['send_comment'] = '';
|
|
$_LANG['user_name'] = 'Username';
|
|
$_LANG['email'] = 'Email';
|
|
$_LANG['anonymous'] = 'Anonymous';
|
|
$_LANG['remail'] = 'Re-issued e-mail';
|
|
|
|
$_LANG['comment_type'] = 'Type';
|
|
$_LANG['comment_obj'] = 'Comment object';
|
|
$_LANG['content'] = 'Content';
|
|
$_LANG['comment_time'] = 'Time';
|
|
$_LANG['reply_content'] = 'Reply';
|
|
$_LANG['comment_flag'] = 'Flag';
|
|
$_LANG['no_reply'] = 'No reply';
|
|
$_LANG['yes_reply'] = 'Replied';
|
|
$_LANG['admin_user_name'] = 'Administrator';
|
|
|
|
$_LANG['type'] = array('Product','Article');
|
|
$_LANG['send_email_notice'] = 'Email notification';
|
|
|
|
$_LANG['ip_address'] = 'IP';
|
|
$_LANG['comment_rank'] = 'Rank';
|
|
$_LANG['content'] = 'Contents';
|
|
$_LANG['view_reply'] = 'View reply';
|
|
$_LANG['view_content'] = 'View content';
|
|
$_LANG['search_comment'] = 'Enter';
|
|
$_LANG['no_reply_comment'] = 'Not replied comment';
|
|
$_LANG['all_comment'] = 'View all comments';
|
|
$_LANG['reply_comment'] = 'Reply';
|
|
$_LANG['comment_info'] = 'Details';
|
|
|
|
$_LANG['comment_rank'] = 'Rank';
|
|
$_LANG['comment_list'] = 'List';
|
|
|
|
$_LANG['drop_select'] = 'Delete comment';
|
|
$_LANG['reply'] = 'Reply';
|
|
$_LANG['check'] = 'Check';
|
|
$_LANG['allow'] = 'Open';
|
|
$_LANG['forbid'] = 'Close';
|
|
$_LANG['display'] = 'display';
|
|
$_LANG['hidden'] = 'hidden';
|
|
|
|
$_LANG['no_select_comment'] = 'You have no choice need to delete the comments!';
|
|
|
|
$_LANG['reply_comment_success'] = 'Reply the comment successfully!';
|
|
$_LANG['batch_drop_success'] = 'Command successfully!';
|
|
|
|
$_LANG['back_list'] = 'Return to comment list.';
|
|
|
|
/* JS Prompting message */
|
|
$_LANG['js_languages']['no_content'] = 'Please enter comment contents!';
|
|
$_LANG['have_reply_content'] = 'TIP: The comment has replied, if you reply the message again, the old message will be losed!';
|
|
|
|
|
|
$_LANG['cfm_allow'] = 'Are you sure you want to allow shows the selected comments?';
|
|
$_LANG['cfm_remove'] = 'Are you sure you want to delete the selected comments?';
|
|
$_LANG['cfm_deny'] = 'Are you sure you want to ban shows the selected comments?';
|
|
|
|
$_LANG['mail_send_fail'] = 'Mail sent failed, please check the e-mail server settings and try again.';
|
|
|
|
?>
|