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/article/lang/en.php
<?php
/**
 * The article category zh-cn file of ZDOO.
 *
 * @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     article
 * @version     $Id: en.php 4029 2016-08-26 06:50:41Z liugang $
 * @link        http://www.zdoo.com
 */
$lang->article->common      = 'Article';
$lang->article->createDraft = 'Create Draft';

$lang->article->id          = 'Id';
$lang->article->category    = 'Category';
$lang->article->categories  = 'Category';
$lang->article->title       = 'Title';
$lang->article->alias       = 'Alias';
$lang->article->content     = 'Content';
$lang->article->original    = 'Original';
$lang->article->copySite    = 'Site';
$lang->article->copyURL     = 'URL';
$lang->article->keywords    = 'Tags';
$lang->article->summary     = 'Summary';
$lang->article->author      = 'Author';
$lang->article->editor      = 'Editor';
$lang->article->createdDate = 'Added';
$lang->article->editedDate  = 'Edited';
$lang->article->status      = 'Status';
$lang->article->type        = 'Type';
$lang->article->views       = 'Views';
$lang->article->stick       = 'Sticky';
$lang->article->order       = 'Order';
$lang->article->private     = 'Private';
$lang->article->users       = 'Users';
$lang->article->groups      = 'Groups';
$lang->article->readers     = 'Readers';

$lang->article->list   = 'Article';
$lang->article->admin  = 'Manage Article';
$lang->article->create = 'Publish';
$lang->article->edit   = 'Edit';
$lang->article->files  = 'Files';

if(!isset($lang->blog)) $lang->blog = new stdclass();
$lang->blog->admin  = 'Manage Blog';
$lang->blog->list   = 'Blog List';
$lang->blog->create = 'Publish';
$lang->blog->edit   = 'Edit';

if(!isset($lang->announce)) $lang->announce = new stdclass();
$lang->announce->admin  = 'Manage Announcement';
$lang->announce->list   = 'Announcements';
$lang->announce->create = 'Create';
$lang->announce->edit   = 'Edit';

$lang->page = new stdclass();
$lang->page->admin  = 'Manage Page';
$lang->page->list   = 'Page List';
$lang->page->create = 'Create';
$lang->page->edit   = 'Edit';

$lang->article->originalList[1] = 'Original';
$lang->article->originalList[0] = 'Copied';

$lang->article->statusList['draft']  = 'Draft';
$lang->article->statusList['normal'] = 'Normal';

$lang->article->confirmDelete = 'Do you want to delete this article?';

$lang->article->lblAddedDate = '<strong>Added:</strong> %s &nbsp;&nbsp;';
$lang->article->lblAuthor    = "<strong>Author:</strong> %s &nbsp;&nbsp;";
$lang->article->lblSource    = '<strong>Source:</strong>';
$lang->article->lblViews     = ' <strong>Views:</strong>%s';
$lang->article->lblEditor    = '<i>Edited by %s at %s</i>';
$lang->article->lblReaders   = '%s users had read.';

$lang->article->prev      = 'Prev';
$lang->article->next      = 'Next';
$lang->article->none      = 'None';
$lang->article->directory = 'Back';
$lang->article->back2Top  = 'Back to Top';

$lang->article->note = new stdclass();
$lang->article->note->createdDate = 'It can be published on the selected date.';