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

$lang->lieu->personal     = 'My Lieu';
$lang->lieu->browseReview = 'Review';
$lang->lieu->company      = 'All';
$lang->lieu->setReviewer  = 'Settings';
$lang->lieu->batchReview  = 'Batch Review';
$lang->lieu->batchPass    = 'Batch Pass';

$lang->lieu->id           = 'ID';
$lang->lieu->year         = 'Year';
$lang->lieu->begin        = 'Begin';
$lang->lieu->end          = 'End';
$lang->lieu->start        = 'Start';
$lang->lieu->finish       = 'Finish';
$lang->lieu->hours        = 'Hours';
$lang->lieu->overtime     = 'Overtime';
$lang->lieu->trip         = 'Trip';
$lang->lieu->status       = 'Status';
$lang->lieu->desc         = 'Description';
$lang->lieu->createdBy    = 'CreatedBy';
$lang->lieu->createdDate  = 'Created';
$lang->lieu->reviewedBy   = 'ReviewedBy';
$lang->lieu->reviewedDate = 'Reviewed';
$lang->lieu->date         = 'Date';
$lang->lieu->time         = 'Time';
$lang->lieu->rejectReason = 'Reason';

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

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

$lang->lieu->notExist      = 'The record does not exist.';
$lang->lieu->checkHours    = 'Check Lieu Hours';
$lang->lieu->denied        = 'Access is denied.';
$lang->lieu->unique        = 'There was a Lieu in %s.';
$lang->lieu->sameMonth     = 'Lieus must be in the same month.';
$lang->lieu->wrongEnd      = 'End time should be > begin time.';
$lang->lieu->nodata        = 'No data is selected.';
$lang->lieu->reviewSuccess = 'Reviewed';
$lang->lieu->wrongHours    = 'The total hours of overtime and trip are <strong>%s</strong> hours. Lieu cannot be > the total hours.';
$lang->lieu->nobccomp      = 'Please install the extension php-bcmath.';
$lang->lieu->bothEmpty     = '<strong>Overtime</strong> records and <strong>trip</strong> records cannot be empty at the same time.';

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

$lang->lieu->checkHoursList['0'] = 'No';
$lang->lieu->checkHoursList['1'] = 'Yes. Lieu hours cannot be > overtime hours (%s)';

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

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