ru.dict.authent-ldap.php 840 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * Локализация интерфейса Combodo iTop подготовлена сообществом iTop по-русски http://community.itop-itsm.ru.
  4. *
  5. * @author Vladimir Kunin <v.b.kunin@gmail.com>
  6. * @link http://community.itop-itsm.ru iTop Russian Community
  7. * @link https://github.com/itop-itsm-ru/itop-rus
  8. * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL
  9. *
  10. */
  11. //
  12. // Class: UserLDAP
  13. //
  14. Dict::Add('RU RU', 'Russian', 'Русский', array(
  15. 'Class:UserLDAP' => 'Пользователь LDAP',
  16. 'Class:UserLDAP+' => 'Пользователь, аутентифицируемый через LDAP',
  17. 'Class:UserLDAP/Attribute:password' => 'Пароль',
  18. 'Class:UserLDAP/Attribute:password+' => 'Строка аутентификации пользователя',
  19. ));