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-ES/suite/chrome/common/pref/pref-content.dtd | |
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-ES/suite/chrome/common/pref/pref-content.dtd')
-rw-r--r-- | l10n-es-ES/suite/chrome/common/pref/pref-content.dtd | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/l10n-es-ES/suite/chrome/common/pref/pref-content.dtd b/l10n-es-ES/suite/chrome/common/pref/pref-content.dtd new file mode 100644 index 0000000000..c8307f11c2 --- /dev/null +++ b/l10n-es-ES/suite/chrome/common/pref/pref-content.dtd @@ -0,0 +1,48 @@ +<!-- 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/. --> + +<!--LOCALIZATION NOTE : FILE The Appearance > Content prefs dialog. --> + +<!ENTITY pref.content.title "Contenido"> +<!ENTITY pref.content.description "Estas opciones influyen en cómo se muestra el contenido de sitios web y mensajes en &brandShortName;."> + +<!ENTITY siteIcons.label "Iconos de sitios web"> +<!ENTITY useSiteIcons.label "Mostrar iconos de sitios web"> +<!ENTITY useSiteIcons.accesskey "M"> +<!ENTITY useFavIcons2.label "Intentar usar el icono web del servidor cuando la página no defina uno propio"> +<!ENTITY useFavIcons2.accesskey "f"> + +<!ENTITY scrolling.label "Desplazamiento"> +<!ENTITY useAutoScroll.label "Usar desplazamiento automático"> +<!ENTITY useAutoScroll.accesskey "e"> +<!ENTITY useSmoothScroll.label "Usar desplazamiento suave"> +<!ENTITY useSmoothScroll.accesskey "U"> + +<!ENTITY zoomPrefs.label "Opciones de tamaño"> +<!-- LOCALIZATION NOTE (minZoom.label, maxZoom.label, percent.label): + single hbox with minZoom.label preceding the minZoom control and + maxZoom.label preceding the maxZoom control; percent.label shows + the ASCII '%' character at the end of that string --> +<!ENTITY minZoom.label "Intervalo de"> +<!ENTITY minZoom.accesskey "I"> +<!ENTITY maxZoom.label "a"> +<!ENTITY maxZoom.accesskey "a"> +<!ENTITY percent.label "%"> + +<!ENTITY defaultZoom.label "Zoom predeterminado"> +<!ENTITY defaultZoom.accesskey "d"> + +<!ENTITY siteSpecific.label "Recordar los niveles de ampliación para cada sitio"> +<!ENTITY siteSpecific.accesskey "d"> +<!ENTITY textZoomOnly.label "Escalar sólo el texto en lugar de la página completa"> +<!ENTITY textZoomOnly.accesskey "s"> +<!ENTITY enableAutomaticImageResizing.label "Reajustar imágenes grandes a la ventana del navegador"> +<!ENTITY enableAutomaticImageResizing.accesskey "R"> + +<!ENTITY allowHWAccel.label "Usar aceleración hardware cuando esté disponible"> +<!ENTITY allowHWAccel.accesskey "c"> +<!ENTITY blockAutoRefresh.label "Advertirme cuando los sitios web intenten redirigir o recargar la página"> +<!ENTITY blockAutoRefresh.accesskey "A"> + +<!ENTITY showZoomStatusPanel.label "Mostrar controles de tamaño en la barra de estado"> |