blob: 54e168018cf012566c9607cd4250b94a3a15fbe9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
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
|