Server : Apache System : Linux iZ2vcgyutqttsd1p850kl8Z 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64 User : www ( 1000) PHP Version : 5.6.40 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/saimikebio.com/mobile/lang/zh_cn/admin/ |
<?php /** * ECSHOP 用户留言语言项 * ============================================================================ * * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。 * 网站地址: http://www.ecshop.com; * ---------------------------------------------------------------------------- * 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和 * 使用;不允许对程序代码以任何形式任何目的的再发布。 * ============================================================================ * $Author: liubo $ * $Id: user_msg.php 17217 2011-01-19 06:29:08Z liubo $ */ $_LANG['msg_title'] = '留言标题'; $_LANG['list_all'] = '查看所有留言'; $_LANG['msg_id'] = '编号'; $_LANG['msg_time'] = '留言时间'; $_LANG['msg_content'] = '留言内容'; $_LANG['user_name'] = '用户名'; $_LANG['msg_type'] = '类型'; $_LANG['msg_status'] = '状态'; $_LANG['hidden'] = '隐藏'; $_LANG['display'] = '显示'; $_LANG['allow'] = '允许显示'; $_LANG['forbid'] = '禁止显示'; $_LANG['user_center'] = '用户中心'; $_LANG['message_board'] = '留言板'; $_LANG['send_email_notice'] = '邮件通知'; $_LANG['delete'] = '删除留言'; $_LANG['from'] = '于'; $_LANG['type'] = array('留言','投诉','询问','售后','求购','商家留言'); $_LANG['reply'] = '回复'; $_LANG['replyed'] = '已回复'; $_LANG['unreplyed'] = '未回复'; $_LANG['view'] = '查看详情'; $_LANG['view_upload_file'] = '查看上传的文件'; $_LANG['reply_content'] = '回复内容'; $_LANG['have_reply_content'] = '提示: 此条留言已有回复, 如果继续回复将更新原来回复的内容!'; $_LANG['edit_reply'] = '修改回复'; $_LANG['reply_content'] = '回复内容'; $_LANG['email'] = 'email'; $_LANG['msg_for_order'] = '对订单 %s 的留言'; $_LANG['order_detail'] = '订单详情'; $_LANG['confirm_delete'] = '你是否确认要删除该留言'; /* js */ $_LANG['js_languages']['no_content'] = '内容不能为空'; $_LANG['js_languages']['no_reply_content'] = '回复内容不能为空'; $_LANG['js_languages']['no_title'] = '主题不能为空'; $_LANG['mail_send_fail'] = '邮件发送失败,请检查邮件服务器设置后重新发送邮件。'; $_LANG['remail'] = '重发邮件'; $_LANG['batch_drop_success'] = '执行成功!'; $_LANG['no_select_comment'] = '您没有选择需要删除的评论!'; $_LANG['cfm_allow'] = '你确定要允许显示所选评论吗?'; $_LANG['cfm_remove'] = '你确定要删除所选评论吗?'; $_LANG['cfm_deny'] = '你确定要禁止显示所选评论吗?'; ?>