diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-es-ES/suite/chrome/common/pref/pref-content.dtd | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.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 | 35 |
1 files changed, 35 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..e6bbc7d90d --- /dev/null +++ b/l10n-es-ES/suite/chrome/common/pref/pref-content.dtd @@ -0,0 +1,35 @@ +<!-- 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 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"> +<!ENTITY minZoom.label "Intervalo de"> +<!ENTITY minZoom.accesskey "I"> +<!ENTITY maxZoom.label "a"> +<!ENTITY maxZoom.accesskey "a"> +<!ENTITY percent.label "%"> +<!ENTITY defaultZoom.label "Ampliación por defecto"> +<!ENTITY defaultZoom.accesskey "d"> + +<!ENTITY textZoomOnly.label "Escalar sólo el texto en lugar de la página completa"> +<!ENTITY textZoomOnly.accesskey "s"> +<!ENTITY siteSpecific.label "Recordar los niveles de ampliación para cada sitio"> +<!ENTITY siteSpecific.accesskey "v"> +<!ENTITY showZoomStatusPanel.label "Mostrar controles de tamaño en la barra de estado"> +<!ENTITY showZoomStatusPanel.accesskey "o"> +<!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"> |