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/crm/leads/lang/en.php
<?php
if(!isset($lang->leads)) $lang->leads = new stdclass();
$lang->leads->common         = 'Leads';
$lang->leads->id             = 'ID';
$lang->leads->customer       = 'Customer';
$lang->leads->customerName   = 'Customer Name';
$lang->leads->realname       = 'Real Name';
$lang->leads->gentleman      = 'Mr';
$lang->leads->lady           = 'Ms';
$lang->leads->nickname       = 'Nickname';
$lang->leads->origin         = 'Origin';
$lang->leads->status         = 'Status';
$lang->leads->subStatus      = 'Sub Status';
$lang->leads->avatar         = 'Avatar';
$lang->leads->birthday       = 'DOB';
$lang->leads->gender         = 'Gender';
$lang->leads->email          = 'Email';
$lang->leads->skype          = 'Skype';
$lang->leads->qq             = 'QQ';
$lang->leads->yahoo          = 'Y!';
$lang->leads->gtalk          = 'GTalk';
$lang->leads->wangwang       = 'Trade Manager';
$lang->leads->site           = 'Site';
$lang->leads->mobile         = 'Mobile';
$lang->leads->phone          = 'Phone';
$lang->leads->company        = 'Company';
$lang->leads->fax            = 'Fax';
$lang->leads->weibo          = 'Weibo';
$lang->leads->weixin         = 'WeChat';
$lang->leads->desc           = 'Note';
$lang->leads->createdBy      = 'CreatedBy';
$lang->leads->createdDate    = 'Created';
$lang->leads->editedBy       = 'EditedBy';
$lang->leads->editedDate     = 'Edited';
$lang->leads->contactedBy    = 'ContactedBy';
$lang->leads->contactedDate  = 'Contacted';
$lang->leads->nextDate       = 'Next Date';
$lang->leads->assignedTo     = 'AssignTo';
$lang->leads->newCustomer    = 'Create Customer';
$lang->leads->uploadAvatar   = 'Upload Photo';
$lang->leads->changeAvatar   = 'Change Photo';
$lang->leads->selectCustomer = 'Select Customer';
$lang->leads->search         = 'Search';

$lang->leads->assignedToNull = 'Not Assigned';
$lang->leads->browse         = 'Leads';
$lang->leads->create         = 'Create';
$lang->leads->edit           = 'Edit';
$lang->leads->delete         = 'Delete';
$lang->leads->view           = 'Detail';
$lang->leads->apply          = 'Apply';
$lang->leads->assign         = 'Assign';
$lang->leads->transform      = 'Confirm';
$lang->leads->ignore         = 'Ignroe';
$lang->leads->settings       = 'Settings';
$lang->leads->applyRule      = 'Assign Rules';
$lang->leads->batchIgnore    = 'Batch Ignore';
$lang->leads->batchAssign    = 'Batch Assign';

$lang->leads->ignoredBy = 'IgnoredBy';

$lang->leads->list     = 'Leads';
$lang->leads->template = 'Leads Template';

$lang->leads->applyLimit   = 'Maximum per request';
$lang->leads->applyRemain  = 'Maximum on hold';
$lang->leads->ignoreReason = 'Reasons';

$lang->leads->tips = new stdclass();
$lang->leads->tips->apply       = 'Please deal with the existing contacts.';
$lang->leads->tips->applyRemain = 'You can apply again when the number of leads is lower than it.';

/* Width settings for different languages, in pixels. */
$lang->leads->actionWidth = 280;

$lang->leads->error = new stdclass();
$lang->leads->error->noContact = 'Fill in at least one item in mobile, phone, email, QQ and wechat';