ldapauth.php 1.2 KB

123456789101112131415161718192021
  1. <?php
  2. $lang->user->importLDAP = 'Import users from LDAP';
  3. $lang->user->link = 'Link Local Account';
  4. $lang->user->allLDAP = 'All';
  5. $lang->user->featureBar['importldap']['all'] = 'All';
  6. if(!isset($lang->user->error)) $lang->user->error = new stdclass();
  7. $lang->user->error->repeat = "%s, same user name exists in ZenTao, so it cannot be added! Edit the user name and then add it.";
  8. $lang->user->error->illaccount = "%s, user name is not valid, so it failed! Edit the user name and add it.";
  9. $lang->user->error->userLimit = "The number of users has reached the limit of the licensed! No more users can be imported from LDAP!";
  10. $lang->user->error->duplicated = 'Duplicated link local account.';
  11. $lang->user->error->role = '%s, role can not be empty.';
  12. $lang->user->error->noImport = 'This account cannot create to ZenTao. Please contact the ZenTao administrator to import the account with LDAP.';
  13. $lang->user->error->connect = 'Login failed, please check if the LDAP service is normal.';
  14. $lang->user->error->ldap = "LDAP error, error code: %s, error message: %s.";
  15. $lang->user->notice = new stdclass();
  16. $lang->user->notice->checkbox = 'If not checked, it will not be imported!';
  17. $lang->user->notice->ldapoff = "LDAP is OFF!";