blob: fbc641c342aa98ca741605c7652814eef06bc76d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!ENTITY directoryName.label "Имя:">
<!ENTITY directoryName.accesskey "И">
<!ENTITY directoryHostname.label "Сетевое имя сервера:">
<!ENTITY directoryHostname.accesskey "С">
<!ENTITY directoryBaseDN.label "Базовое отличительное имя:">
<!ENTITY directoryBaseDN.accesskey "Б">
<!ENTITY findButton.label "Найти">
<!ENTITY findButton.accesskey "Н">
<!ENTITY directorySecure.label "Использовать защищённое соединение (SSL)">
<!ENTITY directorySecure.accesskey "з">
<!ENTITY directoryLogin.label "Имя пользователя и пароль:">
<!ENTITY directoryLogin.accesskey "Р">
<!ENTITY General.tab "Основное">
<!ENTITY Offline.tab "Автономно">
<!ENTITY Advanced.tab "Дополнительно">
<!ENTITY portNumber.label "Номер порта:">
<!ENTITY portNumber.accesskey "п">
<!ENTITY searchFilter.label "Фильтр поиска:">
<!ENTITY searchFilter.accesskey "Ф">
<!ENTITY scope.label "Область поиска:">
<!ENTITY scope.accesskey "О">
<!ENTITY scopeOneLevel.label "Один уровень">
<!ENTITY scopeOneLevel.accesskey "у">
<!ENTITY scopeSubtree.label "Поддерево">
<!ENTITY scopeSubtree.accesskey "е">
<!ENTITY return.label "Не возвращать более чем">
<!ENTITY return.accesskey "в">
<!ENTITY results.label "результатов">
<!ENTITY offlineText.label "Вы можете загрузить копию этого каталога для использования в автономном режиме работы.">
<!ENTITY saslMechanism.label "Способ аутентификации:">
<!ENTITY saslMechanism.accesskey "п">
<!ENTITY saslOff.label "Простой">
<!ENTITY saslOff.accesskey "с">
<!ENTITY saslGSSAPI.label "Kerberos (GSSAPI)">
<!ENTITY saslGSSAPI.accesskey "K">
<!-- Localization note: this is here because the width of the dialog
is determined by the width of the base DN box; and that is likely
to vary somewhat with the language.
-->
<!ENTITY newDirectoryWidth "38em">
|