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/oa/makeup/lang/en.php
<?php
if(!isset($lang->makeup)) $lang->makeup = new stdclass();
$lang->makeup->common = 'Makeup';
$lang->makeup->browse = 'Makeup';
$lang->makeup->list   = 'Makeup';
$lang->makeup->create = 'Apply';
$lang->makeup->edit   = 'Edit';
$lang->makeup->view   = 'View';
$lang->makeup->delete = 'Delete';
$lang->makeup->review = 'Review';
$lang->makeup->cancel = 'Cancel';
$lang->makeup->submit = 'Submit';
$lang->makeup->export = 'Export';

$lang->makeup->personal     = 'My Makeup';
$lang->makeup->browseReview = 'Review List';
$lang->makeup->company      = 'All';
$lang->makeup->setReviewer  = 'Settings';
$lang->makeup->batchReview  = 'Batch Review';
$lang->makeup->batchPass    = 'Batch Pass';

$lang->makeup->id           = 'ID';
$lang->makeup->year         = 'Year';
$lang->makeup->begin        = 'Begin';
$lang->makeup->end          = 'End';
$lang->makeup->start        = 'Start';
$lang->makeup->finish       = 'Finish';
$lang->makeup->hours        = 'Hours';
$lang->makeup->leave        = 'Leave';
$lang->makeup->type         = 'Type';
$lang->makeup->desc         = 'Description';
$lang->makeup->status       = 'Status';
$lang->makeup->createdBy    = 'Created By';
$lang->makeup->createdDate  = 'Created Date';
$lang->makeup->reviewedBy   = 'Reviewed By';
$lang->makeup->reviewedDate = 'Reviewed Date';
$lang->makeup->date         = 'Date';
$lang->makeup->time         = 'Time';
$lang->makeup->rejectReason = 'Reject Reason';

$lang->makeup->typeList['compensate'] = 'Makeup';

$lang->makeup->statusList['draft']  = 'Draft';
$lang->makeup->statusList['wait']   = 'Wait';
$lang->makeup->statusList['doing']  = 'Doing';
$lang->makeup->statusList['pass']   = 'Pass';
$lang->makeup->statusList['reject'] = 'Reject';

$lang->makeup->notExist      = 'The record does not exist.';
$lang->makeup->denied        = 'Access is denied.';
$lang->makeup->unique        = 'There was a Makeup in %s.';
$lang->makeup->sameMonth     = 'Makeup must be in the same month.';
$lang->makeup->wrongEnd      = 'End time should be >= begin time.';
$lang->makeup->nodata        = 'No data is selected.';
$lang->makeup->reviewSuccess = 'Reviewed';

$lang->makeup->confirmReview['pass']   = 'Do you want to pass it?';
$lang->makeup->confirmReview['reject'] = 'Do you want to reject it?';

$lang->makeup->hoursTip = 'Hours';

$lang->makeup->reviewStatusList['pass']   = 'Pass';
$lang->makeup->reviewStatusList['reject'] = 'Reject';

/* Width settings for different languages, in pixels. */
$lang->makeup->actionWidth         = 130;
$lang->makeup->personalActionWidth = 180;