blob: 13a214248f734b2651a44baaa9ae9f63125e4204 (
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 "Nombre: ">
<!ENTITY directoryName.accesskey "n">
<!ENTITY directoryHostname.label "Servidor: ">
<!ENTITY directoryHostname.accesskey "o">
<!ENTITY directoryBaseDN.label "DN base: ">
<!ENTITY directoryBaseDN.accesskey "b">
<!ENTITY findButton.label "Buscar">
<!ENTITY findButton.accesskey "f">
<!ENTITY directorySecure.label "Usar conexión segura (SSL)">
<!ENTITY directorySecure.accesskey "U">
<!ENTITY directoryLogin.label "DN bind: ">
<!ENTITY directoryLogin.accesskey "i">
<!ENTITY General.tab "General">
<!ENTITY Offline.tab "Desconectado">
<!ENTITY Advanced.tab "Avanzadas">
<!ENTITY portNumber.label "Número de puerto: ">
<!ENTITY portNumber.accesskey "p">
<!ENTITY searchFilter.label "Filtro de búsqueda: ">
<!ENTITY searchFilter.accesskey "f">
<!ENTITY scope.label "Alcance: ">
<!ENTITY scope.accesskey "c">
<!ENTITY scopeOneLevel.label "Un nivel">
<!ENTITY scopeOneLevel.accesskey "L">
<!ENTITY scopeSubtree.label "Subárbol">
<!ENTITY scopeSubtree.accesskey "S">
<!ENTITY return.label "No devolver más que">
<!ENTITY return.accesskey "r">
<!ENTITY results.label "resultados">
<!ENTITY offlineText.label "Puedes descargar una copia local de este directorio para poder trabajar en ella cuando estés desconectado.">
<!ENTITY saslMechanism.label "Método de iniciar sesión: ">
<!ENTITY saslMechanism.accesskey "m">
<!ENTITY saslOff.label "Simple">
<!ENTITY saslOff.accesskey "l">
<!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 "36em">
|