HEX
Server: nginx/1.22.1
System: Linux VM-16-9-centos 3.10.0-1160.99.1.el7.x86_64 #1 SMP Wed Sep 13 14:19:20 UTC 2023 x86_64
User: www (1001)
PHP: 7.3.31
Disabled: 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
Upload Files
File: /www/wwwroot/oa.sanjiangapp.com/app/sys/message/lang/en.php
<?php
/**
 * The message module English file of chanzhiEPS.
 *
 * @copyright   Copyright 2009-2018 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
 * @license     ZPL (http://zpl.pub/page/zplv12.html)
 * @author      Chunsheng Wang <chunsheng@cnezsoft.com>
 * @package     message
 * @version     $Id$
 * @link        http://www.zdoo.com
 */
$lang->message->common            = 'Comment';
$lang->message->id                = 'ID';
$lang->message->type              = 'Type';
$lang->message->from              = 'Name';
$lang->message->content           = 'Content';
$lang->message->phone             = 'Phone';
$lang->message->qq                = 'QQ';
$lang->message->email             = 'Email';
$lang->message->date              = 'Date';
$lang->message->secret            = 'Administrator only.';
$lang->message->readed            = 'Read';
$lang->message->captcha           = 'Captcha';
$lang->message->list              = 'List';
$lang->message->post              = 'Comment';
$lang->message->viewArticle       = 'View article';
$lang->message->viewComment       = 'View comment';
$lang->message->thanks            = 'Thanks for your comment!';
$lang->message->noSelectedMessage = 'No message is selected.';

$lang->message->pass           = 'Pass';
$lang->message->reply          = 'Reply';
$lang->message->view           = 'View';
$lang->message->manage         = 'Manage';
$lang->message->delete         = 'Delete';
$lang->message->deleteSelected = 'Delete the selected';
$lang->message->passPre        = 'Pass previous';
$lang->message->deletePre      = 'Delete previous';
$lang->message->commentAt      = 'Comment ';
$lang->message->deletedObject  = 'Deleted';
$lang->message->contactHidden  = "Your contact information will only be sent to the administrator.";

$lang->message->confirmDeleteSingle = 'Do you want to delete this comment?';
$lang->message->confirmDeletePre    = 'Do you want to delete last comment?';
$lang->message->confirmPassSingle   = 'Do you want to pass this comment?';
$lang->message->confirmPassPre      = 'Do you want to pass last comment?';

$lang->message->statusList[0] = 'Unreviewed';
$lang->message->statusList[1] = 'Reviewed';

$lang->message->readedStatus[0] = 'New';
$lang->message->readedStatus[1] = 'Read';

$lang->comment = new stdclass();
$lang->comment->common      = 'Comment';
$lang->comment->id          = 'ID';
$lang->comment->type        = 'Type';
$lang->comment->from        = 'Name';
$lang->comment->content     = 'Content';
$lang->comment->phone       = 'Phone';
$lang->comment->qq          = 'QQ';
$lang->comment->email       = 'Email';
$lang->comment->captcha     = 'Captcha';
$lang->comment->list        = 'Comment List';
$lang->comment->post        = 'Comment';
$lang->comment->viewArticle = 'View article';
$lang->comment->viewComment = 'View comment';
$lang->comment->thanks      = 'Thanks for your comment!';

$lang->comment->pass          = 'Pass';
$lang->comment->reply         = 'Reply';
$lang->comment->replyAt       = 'Reply ';
$lang->comment->manage        = 'Manage';
$lang->comment->delete        = 'Delete';
$lang->comment->passPre       = 'Pass previous';
$lang->comment->deletePre     = 'Delete previous';
$lang->comment->commentTo     = 'Commented';
$lang->comment->commentAt     = 'Commented ';
$lang->comment->deletedObject = 'Deleted';

$lang->comment->confirmDeleteSingle = 'Do you want to delete this comment?';
$lang->comment->confirmDeletePre    = 'Do you want to delete last comment?';
$lang->comment->confirmPassSingle   = 'Do you want to pass this comment?';
$lang->comment->confirmPassPre      = 'Do you want to pass last comment?';

$lang->comment->statusList[0] = 'Unreviewed';
$lang->comment->statusList[1] = 'Reviewed';

$lang->message->replyItem = "<dd><strong>%s</strong> reply <em>%s</em>:%s</dd>";
$lang->comment->replyItem = "<dd><strong>%s</strong> reply <em>%s</em>:%s</dd>";

$lang->message->replySubject = 'Reply from the Administrator on %s';