diff options
Diffstat (limited to 'l10n-es-AR/suite/chrome/common/pref/pref-content.dtd')
-rw-r--r-- | l10n-es-AR/suite/chrome/common/pref/pref-content.dtd | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/l10n-es-AR/suite/chrome/common/pref/pref-content.dtd b/l10n-es-AR/suite/chrome/common/pref/pref-content.dtd new file mode 100644 index 0000000000..b3aa9b879b --- /dev/null +++ b/l10n-es-AR/suite/chrome/common/pref/pref-content.dtd @@ -0,0 +1,40 @@ +<!-- 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 muestran las páginas y los mensajes en &brandShortName;."> + +<!ENTITY scrolling.label "Desplazamiento"> +<!ENTITY useAutoScroll.label "Usar desplazamiento automático"> +<!ENTITY useAutoScroll.accesskey "t"> +<!ENTITY useSmoothScroll.label "Usar desplazamiento suave"> +<!ENTITY useSmoothScroll.accesskey "U"> + +<!ENTITY zoomPrefs.label "Opciones de zoom"> +<!-- 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 "Rango desde"> +<!ENTITY minZoom.accesskey "R"> +<!ENTITY maxZoom.label "hasta"> +<!ENTITY maxZoom.accesskey "h"> +<!ENTITY percent.label "%"> +<!ENTITY defaultZoom.label "Zoom predeterminado"> +<!ENTITY defaultZoom.accesskey "D"> + +<!ENTITY textZoomOnly.label "Hacer zoom sólo en el texto en lugar de la página completa"> +<!ENTITY textZoomOnly.accesskey "z"> +<!ENTITY siteSpecific.label "Recordar niveles de zoom para cada sitio"> +<!ENTITY siteSpecific.accesskey "m"> +<!ENTITY showZoomStatusPanel.label "Mostrar los controles de zoom en la barra de estado"> +<!ENTITY showZoomStatusPanel.accesskey "S"> +<!ENTITY enableAutomaticImageResizing.label "Redimensionar las imágenes grandes para que quepan en la ventana del navegador"> +<!ENTITY enableAutomaticImageResizing.accesskey "R"> + +<!ENTITY allowHWAccel.label "Usar aceleración gráfica cuando esté disponible"> +<!ENTITY allowHWAccel.accesskey "e"> + |