diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-pt-BR/suite/chrome/common/pref/pref-images.dtd | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/l10n-pt-BR/suite/chrome/common/pref/pref-images.dtd b/l10n-pt-BR/suite/chrome/common/pref/pref-images.dtd new file mode 100644 index 0000000000..1ebe1c46b0 --- /dev/null +++ b/l10n-pt-BR/suite/chrome/common/pref/pref-images.dtd @@ -0,0 +1,29 @@ +<!-- 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/. --> + +<!ENTITY pref.images.title "Imagens"> + +<!ENTITY imageBlocking.label "Carregamento"> +<!--LOCALIZATION NOTE (onStartLegend.label): Don't translate "&brandShortName;". + Place "&brandShortName;" in the phrase where the name of the application should + appear +--> + +<!ENTITY imageDetails "Determine como o &brandShortName; manipula imagens."> + +<!ENTITY loadAllImagesRadio.label "Carregar todas as imagens"> +<!ENTITY loadAllImagesRadio.accesskey "C"> +<!ENTITY loadOrgImagesRadio.label "Apenas carregar imagens quando vierem do mesmo servidor que a página"> +<!ENTITY loadOrgImagesRadio.accesskey "n"> +<!ENTITY loadNoImagesRadio.label "Não carregar nenhuma imagem"> +<!ENTITY loadNoImagesRadio.accesskey "h"> +<!ENTITY viewPermissions.label "Gerenciar permissão de imagens"> +<!ENTITY viewPermissions.accesskey "P"> +<!ENTITY animLoopingTitle.label "Limitar a repetição de imagens animadas"> +<!ENTITY animLoopAsSpecified.label "Determinado pela imagem"> +<!ENTITY animLoopAsSpecified.accesskey "d"> +<!ENTITY animLoopOnce.label "Repetir uma vez"> +<!ENTITY animLoopOnce.accesskey "R"> +<!ENTITY animLoopNever.label "Nunca repetir"> +<!ENTITY animLoopNever.accesskey "u"> |