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/push/lang/en.php
<?php
/**
 * The push module en file of XXB.
 *
 * @copyright   Copyright 2009-2020 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
 * @license     ZOSL (https://zpl.pub/page/zoslv1.html)
 * @author
 * @package     push
 * @version     $Id:
 * @link        https://xuanim.com
 */
$lang->push->commo        = 'Push';
$lang->push->admin        = 'Push';
$lang->push->edit         = 'Edit';
$lang->push->ios          = 'iOS';
$lang->push->all          = 'Common';
$lang->push->android      = 'Android';
$lang->push->accessId     = 'ACCESS ID';
$lang->push->accessKey    = 'ACCESS KEY';
$lang->push->secretKey    = 'SECRET KEY';
$lang->push->goToGet      = 'Visit TPNS website and get one.';
$lang->push->privacyTitle = 'Privacy Level';
$lang->push->enable       = 'Enable Push';
$lang->push->openPush     = 'Open Push';
$lang->push->closePush    = 'Close Push';

$lang->push->accessIdNote   = 'TPNS ID';
$lang->push->accessKeyNote  = 'TPNS Key';
$lang->push->secretKeyNote  = 'TPNS Secret Key';
$lang->push->iOSIdNote      = 'Xuan ID';
$lang->push->iOSKeyNote     = 'Xuan Key';
$lang->push->accessIdEmpty  = 'ACCESS ID cannot be empty.';
$lang->push->accessKeyEmpty = 'ACCESS KEY cannot be empty.';
$lang->push->secretKeyEmpty = 'SECRET KEY cannot be empty.';
$lang->push->iosPushWaiting = 'iOS push in development.';

$lang->push->placeholder            = new stdClass();
$lang->push->placeholder->accessId  = 'access ID';
$lang->push->placeholder->accessKey = 'access Key';
$lang->push->placeholder->secretKey = 'secret Key';

$lang->push->privacyLevel    = array();
$lang->push->privacyLevel[0] = 'Show sender.';
$lang->push->privacyLevel[1] = 'Do not show sender.';

$lang->push->youHaveNewMessage   = 'You have new message.';
$lang->push->sentYouNewMessage   = '%s send you new message.';
$lang->push->sentGroupNewMessage = '%s send new message in %s';

$lang->push->newImageMessage = '[Image]';
$lang->push->newFileMessage  = '[File]';
$lang->push->newCodeMessage  = '[Code]';