diff options
Diffstat (limited to 'l10n-pt-PT/suite/chrome/common/pref/pref-content.dtd')
-rw-r--r-- | l10n-pt-PT/suite/chrome/common/pref/pref-content.dtd | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/l10n-pt-PT/suite/chrome/common/pref/pref-content.dtd b/l10n-pt-PT/suite/chrome/common/pref/pref-content.dtd new file mode 100644 index 0000000000..96e6804ab3 --- /dev/null +++ b/l10n-pt-PT/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 "Conteúdo"> +<!ENTITY pref.content.description "Estas definições influenciam como um website e o conteúdo de mensagens aparecem no &brandShortName;."> + +<!ENTITY scrolling.label "Deslocamento"> +<!ENTITY useAutoScroll.label "Utilizar deslocação automática"> +<!ENTITY useAutoScroll.accesskey "t"> +<!ENTITY useSmoothScroll.label "Utilizar deslocação suave"> +<!ENTITY useSmoothScroll.accesskey "U"> + +<!ENTITY zoomPrefs.label "Opções 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 "Oscila entre"> +<!ENTITY minZoom.accesskey "t"> +<!ENTITY maxZoom.label "para"> +<!ENTITY maxZoom.accesskey "r"> +<!ENTITY percent.label "%"> + +<!ENTITY defaultZoom.label "Zoom predefinido"> +<!ENTITY defaultZoom.accesskey "d"> + +<!ENTITY textZoomOnly.label "Ampliar apenas texto em vez de toda a página"> +<!ENTITY textZoomOnly.accesskey "A"> +<!ENTITY siteSpecific.label "Memorizar níveis de zoom numa base por site"> +<!ENTITY siteSpecific.accesskey "m"> +<!ENTITY showZoomStatusPanel.label "Mostrar controlos de zoom na barra de estado"> +<!ENTITY enableAutomaticImageResizing.label "Redimensionar imagens grandes para caberem na janela do navegador"> +<!ENTITY enableAutomaticImageResizing.accesskey "R"> + +<!ENTITY allowHWAccel.label "Se disponível, utilizar aceleração de hardware"> +<!ENTITY allowHWAccel.accesskey "e"> + |