diff options
Diffstat (limited to 'l10n-pt-BR/suite/chrome/common/pref/pref-content.dtd')
-rw-r--r-- | l10n-pt-BR/suite/chrome/common/pref/pref-content.dtd | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/l10n-pt-BR/suite/chrome/common/pref/pref-content.dtd b/l10n-pt-BR/suite/chrome/common/pref/pref-content.dtd new file mode 100644 index 0000000000..b184c4db19 --- /dev/null +++ b/l10n-pt-BR/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 "Essas opções influenciam como conteúdo de sites e mensagens devem aparecer no &brandShortName;."> + +<!ENTITY scrolling.label "Rolagem"> +<!ENTITY useAutoScroll.label "Usar autorrolagem"> +<!ENTITY useAutoScroll.accesskey "t"> +<!ENTITY useSmoothScroll.label "Usar rolagem 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 "Faixa de"> +<!ENTITY minZoom.accesskey "f"> +<!ENTITY maxZoom.label "até"> +<!ENTITY maxZoom.accesskey "o"> +<!ENTITY percent.label "%"> +<!ENTITY defaultZoom.label "Zoom padrão"> +<!ENTITY defaultZoom.accesskey "d"> + +<!ENTITY textZoomOnly.label "Realizar zoom apenas para o texto em vez da página toda"> +<!ENTITY textZoomOnly.accesskey "z"> +<!ENTITY siteSpecific.label "Lembrar níveis de zoom com base no site"> +<!ENTITY siteSpecific.accesskey "m"> +<!ENTITY showZoomStatusPanel.label "Mostrar controles de zoom na barra de status"> +<!ENTITY showZoomStatusPanel.accesskey "S"> +<!ENTITY enableAutomaticImageResizing.label "Redimensionar imagens para caber na janela"> +<!ENTITY enableAutomaticImageResizing.accesskey "R"> + +<!ENTITY allowHWAccel.label "Usar aceleração de hardware quando disponível"> +<!ENTITY allowHWAccel.accesskey "e"> + |