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處于關閉狀態。';