diff options
Diffstat (limited to 'l10n-es-ES/suite/chrome/common/search/engineManager.dtd')
-rw-r--r-- | l10n-es-ES/suite/chrome/common/search/engineManager.dtd | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/l10n-es-ES/suite/chrome/common/search/engineManager.dtd b/l10n-es-ES/suite/chrome/common/search/engineManager.dtd new file mode 100644 index 0000000000..3edad6963c --- /dev/null +++ b/l10n-es-ES/suite/chrome/common/search/engineManager.dtd @@ -0,0 +1,28 @@ +<!-- 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 engineManager.title "Administrar la lista de buscadores"> +<!ENTITY engineManager.style "min-width: 35em;"> +<!ENTITY engineManager.intro "Tiene los siguientes buscadores instalados:"> + +<!ENTITY columnLabel.name "Nombre"> +<!ENTITY columnLabel.keyword "Palabra clave"> + +<!ENTITY up.label "Arriba"> +<!ENTITY up.accesskey "A"> +<!ENTITY dn.label "Abajo"> +<!ENTITY dn.accesskey "b"> +<!ENTITY remove.label "Eliminar"> +<!ENTITY remove.accesskey "E"> +<!ENTITY edit.label "Editar palabra clave…"> +<!ENTITY edit.accesskey "d"> + +<!ENTITY addEngine.label "Obtener más buscadores…"> +<!ENTITY addEngine.accesskey "O"> + +<!ENTITY enableSuggest.label "Mostrar sugerencias de búsqueda"> +<!ENTITY enableSuggest.accesskey "M"> + +<!ENTITY restoreDefaults.label "Restaurar valores predeterminados"> +<!ENTITY restoreDefaults.accesskey "R"> |