diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-pt-BR/toolkit/toolkit/printing/printDialogs.ftl | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/l10n-pt-BR/toolkit/toolkit/printing/printDialogs.ftl b/l10n-pt-BR/toolkit/toolkit/printing/printDialogs.ftl new file mode 100644 index 0000000000..0757cff985 --- /dev/null +++ b/l10n-pt-BR/toolkit/toolkit/printing/printDialogs.ftl @@ -0,0 +1,112 @@ +# 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/. + +print-setup = + .title = Configurar página +custom-prompt-title = Personalizar… +custom-prompt-prompt = Forneça o texto do cabeçalho/rodapé: +basic-tab = + .label = Geral +advanced-tab = + .label = Margens +format-group-label = + .value = Formato +orientation-label = + .value = Orientação: +portrait = + .label = Retrato + .accesskey = R +landscape = + .label = Paisagem + .accesskey = P +scale = + .label = Escala: + .accesskey = E +scale-percent = + .value = % +shrink-to-fit = + .label = Diminuir até caber na largura da página + .accesskey = D +options-group-label = + .value = Opções +print-bg = + .label = Imprimir fundo (cores e imagens) + .accesskey = I +margin-group-label-inches = + .value = Margens (em polegadas) +margin-group-label-metric = + .value = Margens (em milímetros) +margin-top = + .value = Superior: + .accesskey = S +margin-top-invisible = + .value = Superior: +margin-bottom = + .value = Inferior: + .accesskey = I +margin-bottom-invisible = + .value = Inferior: +margin-left = + .value = Esquerda: + .accesskey = E +margin-left-invisible = + .value = Esquerda: +margin-right = + .value = Direita: + .accesskey = D +margin-right-invisible = + .value = Direita: +header-footer-label = + .value = Cabeçalho e rodapé +hf-left-label = + .value = Lado esquerdo +hf-center-label = + .value = Centro +hf-right-label = + .value = Lado direito +header-left-tip = + .tooltiptext = Cabeçalho esquerdo +header-center-tip = + .tooltiptext = Cabeçalho do centro +header-right-tip = + .tooltiptext = Cabeçalho direito +footer-left-tip = + .tooltiptext = Rodapé esquerdo +footer-center-tip = + .tooltiptext = Rodapé do centro +footer-right-tip = + .tooltiptext = Rodapé direito +hf-blank = + .label = --em branco-- +hf-title = + .label = Título +hf-url = + .label = Endereço +hf-date-and-time = + .label = Data/Hora +hf-page = + .label = Página # +hf-page-and-total = + .label = Página # de # +hf-custom = + .label = Personalizar… +print-preview-window = + .title = Visualizar impressão +print-title = + .value = Título: +print-preparing = + .value = Preparando… +print-progress = + .value = Andamento: +print-window = + .title = Imprimindo +print-complete = + .value = A impressão foi concluída. + +# Variables +# $percent (integer) - Number of printed percentage +print-percent = + .value = { $percent }% +dialog-cancel-label = Cancelar +dialog-close-label = Fechar |