2023-05-16 10:50:42 +08:00

20 lines
1.1 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$lang->user->importLDAP = '从LDAP导入用户';
$lang->user->link = '关联本地账号';
$lang->user->allLDAP = '所有';
if(!isset($lang->user->error)) $lang->user->error = new stdclass();
$lang->user->error->repeat = "%s因为用户名重复不能添加请修改用户名后再添加";
$lang->user->error->illaccount = "%s因为用户名不合法添加失败请修改用户名后再添加";
$lang->user->error->userLimit = "人数已经达到授权的上限不能从LDAP导入新用户";
$lang->user->error->duplicated = '重复关联账号';
$lang->user->error->role = '%s职位不能为空。';
$lang->user->error->noImport = '当前帐号不能创建对应的禅道帐号请联系禅道管理员用LDAP导入该账号';
$lang->user->error->connect = '系统登录失败请检查LDAP服务是否正常。';
$lang->user->error->ldap = "LDAP错误错误码%s错误信息%s";
$lang->user->notice = new stdclass();
$lang->user->notice->checkbox = '没有勾选,则不导入!';
$lang->user->notice->ldapoff = 'LDAP处于关闭状态。';