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

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

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

$lang->overtime->typeList['time']    = 'After work';
$lang->overtime->typeList['rest']    = 'On weekends';
$lang->overtime->typeList['holiday'] = 'On holiday';

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

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

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

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

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

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