diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-es-AR/suite/chrome/common/search | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-es-AR/suite/chrome/common/search')
5 files changed, 62 insertions, 0 deletions
diff --git a/l10n-es-AR/suite/chrome/common/search/engineManager.dtd b/l10n-es-AR/suite/chrome/common/search/engineManager.dtd new file mode 100644 index 0000000000..3b02b5d53c --- /dev/null +++ b/l10n-es-AR/suite/chrome/common/search/engineManager.dtd @@ -0,0 +1,29 @@ +<!-- 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 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"> + +<!-- Buttons --> +<!ENTITY up.label "Mover arriba"> +<!ENTITY up.accesskey "M"> +<!ENTITY dn.label "Mover abajo"> +<!ENTITY dn.accesskey "a"> +<!ENTITY remove.label "Eliminar"> +<!ENTITY remove.accesskey "r"> +<!ENTITY edit.label "Editar palabra clave…"> +<!ENTITY edit.accesskey "t"> + +<!ENTITY addEngine.label "Obtener más buscadores…"> +<!ENTITY addEngine.accesskey "O"> + +<!ENTITY enableSuggest.label "Mostrar sugerencias de búsqueda"> +<!ENTITY enableSuggest.accesskey "s"> + +<!ENTITY restoreDefaults.label "Restaurar predeterminados"> +<!ENTITY restoreDefaults.accesskey "e"> diff --git a/l10n-es-AR/suite/chrome/common/search/engineManager.properties b/l10n-es-AR/suite/chrome/common/search/engineManager.properties new file mode 100644 index 0000000000..fb73500a91 --- /dev/null +++ b/l10n-es-AR/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=Ingrese una nueva palabra clave para "%S": +duplicateTitle=Palabra clave duplicada +duplicateEngineMsg=Ha seleccionado una palabra clave que ya está en uso por "%S". Seleccione otra. +duplicateBookmarkMsg=Ha seleccionado una palabra clave que ya está en uso por un marcador. Seleccione otra. diff --git a/l10n-es-AR/suite/chrome/common/search/search-panel.dtd b/l10n-es-AR/suite/chrome/common/search/search-panel.dtd new file mode 100644 index 0000000000..9db54410d5 --- /dev/null +++ b/l10n-es-AR/suite/chrome/common/search/search-panel.dtd @@ -0,0 +1,10 @@ +<!-- 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 "Ingrese texto a buscar"> + +<!-- Will be used by bug 595246 --> +<!ENTITY search.engineManager.label "Administrar buscadores…"> + diff --git a/l10n-es-AR/suite/chrome/common/search/search.properties b/l10n-es-AR/suite/chrome/common/search/search.properties new file mode 100644 index 0000000000..6687323753 --- /dev/null +++ b/l10n-es-AR/suite/chrome/common/search/search.properties @@ -0,0 +1,8 @@ +# 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=Agregar "%S" + diff --git a/l10n-es-AR/suite/chrome/common/search/searchbar.dtd b/l10n-es-AR/suite/chrome/common/search/searchbar.dtd new file mode 100644 index 0000000000..1483277bcf --- /dev/null +++ b/l10n-es-AR/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"> |