Files

43 lines
2.0 KiB
PHP

<?php
/*
* @copyright Leyun internet Technology(Shanghai)Co.,Ltd
* @license http://www.dzzoffice.com/licenses/license.txt
* @package DzzOffice
* @link http://www.dzzoffice.com
* @author zyx(zyx@dzz.cc)
*/
if(!defined('IN_DZZ')) {
exit('Access Denied');
}
$lang = array
(
'appname'=>'System settings',
'spaceSet'=>' Space setup ',
'loginSet'=>' Login Settings ',
'basicSet'=>' Basic Settings ',
'permGroupSet'=>' permission package set ',
'sitelogo' =>' platform LOGO',
'default_app'=>' default homepage ',
'Notification Settings'=>'Notification Settings',
'QQ login Settings'=>'QQ login Settings',
'Visitor login option'=>'Visitor login option',
'Login template'=>'Login template',
'Number of login attempts'=>'Number of login attempts',
'How many logins are allowed before disabling'=>'How many logins are allowed before disabling',
'Forbidden time'=>'Forbidden time',
'How many login failures are allowed before you can log in again'=>'How many login failures are allowed before you can log in again',
'sec'=>'sec',
'Visitor login display'=>'Visitor login display',
'If the mail server is not configured, do not enable it. Otherwise, the system stalls'=>'If the mail server is not configured, do not enable it. Otherwise, the system stalls',
'Notification Whether to notify by email'=>'Notification Whether to notify by email',
'Independent login page login template; Parameters will be synchronized to login (including administrator login), registration, password retrieval, and home application.'=>'Independent login page login template; Parameters will be synchronized to login (including administrator login), registration, password retrieval, and home application.',
'After the user selects tourist login, it will jump to the home page'=>'After the user selects tourist login, it will jump to the home page',
'default_app_desc'=>' default home page after entering the system ',
'please_select_default_index'=>' Please select default homepage '
);
?>