diff options
Diffstat (limited to '')
5 files changed, 51 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..5bd5f12f9b --- /dev/null +++ b/l10n-es-ES/suite/chrome/common/search/engineManager.dtd @@ -0,0 +1,23 @@ +<!-- 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"> diff --git a/l10n-es-ES/suite/chrome/common/search/engineManager.properties b/l10n-es-ES/suite/chrome/common/search/engineManager.properties new file mode 100644 index 0000000000..929ab294c9 --- /dev/null +++ b/l10n-es-ES/suite/chrome/common/search/engineManager.properties @@ -0,0 +1,9 @@ +# 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/. + +editTitle = Editar palabra clave +editMsg = Introduzca una palabra clave nueva para "%S": +duplicateTitle = Palabra clave duplicada +duplicateEngineMsg = Ha elegido una palabra clave que ya está en uso por "%S". Seleccione otra. +duplicateBookmarkMsg = Ha elegido una palabra clave que ya está en uso por un marcador. Seleccione otra. diff --git a/l10n-es-ES/suite/chrome/common/search/search-panel.dtd b/l10n-es-ES/suite/chrome/common/search/search-panel.dtd new file mode 100644 index 0000000000..e7634fe9a8 --- /dev/null +++ b/l10n-es-ES/suite/chrome/common/search/search-panel.dtd @@ -0,0 +1,7 @@ +<!-- 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 search.button.label "Buscar"> +<!ENTITY search.placeholder "Introduzca texto a buscar"> +<!ENTITY search.engineManager.label "Administrar buscadores…"> diff --git a/l10n-es-ES/suite/chrome/common/search/search.properties b/l10n-es-ES/suite/chrome/common/search/search.properties new file mode 100644 index 0000000000..e2f8804325 --- /dev/null +++ b/l10n-es-ES/suite/chrome/common/search/search.properties @@ -0,0 +1,6 @@ +# 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/. + +searchtip = Buscar usando %S +cmd_addFoundEngine = Añadir "%S" diff --git a/l10n-es-ES/suite/chrome/common/search/searchbar.dtd b/l10n-es-ES/suite/chrome/common/search/searchbar.dtd new file mode 100644 index 0000000000..b72b9d2d2c --- /dev/null +++ b/l10n-es-ES/suite/chrome/common/search/searchbar.dtd @@ -0,0 +1,6 @@ +<!-- 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 cmd_engineManager.label "Administrar buscadores…"> +<!ENTITY searchEndCap.label "Buscar"> |