mirror of
https://github.com/zyx0814/dzzoffice.git
synced 2025-04-04 22:33:37 +08:00
38 lines
1.4 KiB
PHP
38 lines
1.4 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'=>'系统设置',
|
|
'spaceSet'=>'空间设置',
|
|
'loginSet'=>'登录设置',
|
|
'basicSet'=>'基本设置',
|
|
'permGroupSet'=>'权限包设置',
|
|
'sitelogo' =>'平台LOGO',
|
|
'default_app'=>'默认首页',
|
|
'Login template'=>'登录模板',
|
|
'Number of login attempts'=>'尝试登录次数',
|
|
'How many logins are allowed before disabling'=>'允许登录多少次后禁止登录',
|
|
'Forbidden time'=>'禁止时间',
|
|
'How many login failures are allowed before you can log in again'=>'允许登录失败多少后才可再次登录',
|
|
'sec'=>'秒',
|
|
'Visitor login display'=>'游客登录',
|
|
'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'=>'用户选择游客登录后会跳转至首页',
|
|
'default_app_desc'=>'进入系统后的默认首页',
|
|
'please_select_default_index'=>'默认首页'
|
|
);
|
|
|
|
|
|
?>
|