ldapauth.php 1.2 KB

123456789101112131415161718192021
  1. <?php
  2. $lang->user->importLDAP = '從LDAP導入用戶';
  3. $lang->user->link = '關聯本地賬號';
  4. $lang->user->allLDAP = '所有';
  5. $lang->user->featureBar['importldap']['all'] = '所有';
  6. if(!isset($lang->user->error)) $lang->user->error = new stdclass();
  7. $lang->user->error->repeat = "%s,因為用戶名重複,不能添加!,請修改用戶名後再添加";
  8. $lang->user->error->illaccount = "%s,因為用戶名不合法,添加失敗!,請修改用戶名後再添加";
  9. $lang->user->error->userLimit = "人數已經達到授權的上限,不能從LDAP導入新用戶!";
  10. $lang->user->error->duplicated = '重複關聯賬號';
  11. $lang->user->error->role = '%s,職位不能為空。';
  12. $lang->user->error->noImport = '當前帳號不能創建對應的禪道帳號,請聯繫禪道管理員用LDAP導入該賬號';
  13. $lang->user->error->connect = '系統登錄失敗,請檢查LDAP服務是否正常。';
  14. $lang->user->error->ldap = "LDAP錯誤,錯誤碼:%s,錯誤信息:%s";
  15. $lang->user->notice = new stdclass();
  16. $lang->user->notice->checkbox = '沒有勾選,則不導入!';
  17. $lang->user->notice->ldapoff = 'LDAP處于關閉狀態。';