blob: a9833f4ba4366df68720a440fee177d56e09588b (
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 = Page Setup
custom-prompt-title = Custom…
custom-prompt-prompt = Enter your custom header/footer text
basic-tab =
.label = Format & Options
advanced-tab =
.label = Margins & Header/Footer
format-group-label =
.value = Format
orientation-label =
.value = Orientation:
portrait =
.label = Portrait
.accesskey = P
landscape =
.label = Landscape
.accesskey = L
scale =
.label = Scale:
.accesskey = S
scale-percent =
.value = %
shrink-to-fit =
.label = Shrink to fit Page Width
.accesskey = W
options-group-label =
.value = Options
print-bg =
.label = Print Background (colours & images)
.accesskey = B
margin-group-label-inches =
.value = Margins (inches)
margin-group-label-metric =
.value = Margins (millimetres)
margin-top =
.value = Top:
.accesskey = T
margin-top-invisible =
.value = Top:
margin-bottom =
.value = Bottom:
.accesskey = B
margin-bottom-invisible =
.value = Bottom:
margin-left =
.value = Left:
.accesskey = L
margin-left-invisible =
.value = Left:
margin-right =
.value = Right:
.accesskey = R
margin-right-invisible =
.value = Right:
header-footer-label =
.value = Headers & Footers
hf-left-label =
.value = Left:
hf-center-label =
.value = Centre:
hf-right-label =
.value = Right:
header-left-tip =
.tooltiptext = Left header
header-center-tip =
.tooltiptext = Centre header
header-right-tip =
.tooltiptext = Right header
footer-left-tip =
.tooltiptext = Left footer
footer-center-tip =
.tooltiptext = Centre footer
footer-right-tip =
.tooltiptext = Right footer
hf-blank =
.label = --blank--
hf-title =
.label = Title
hf-url =
.label = URL
hf-date-and-time =
.label = Date/Time
hf-page =
.label = Page #
hf-page-and-total =
.label = Page # of #
hf-custom =
.label = Custom…
print-preview-window =
.title = Print Preview
print-title =
.value = Title:
print-preparing =
.value = Preparing…
print-progress =
.value = Progress:
print-window =
.title = Printing
print-complete =
.value = Printing is Completed.
# Variables
# $percent (integer) - Number of printed percentage
print-percent =
.value = { $percent }%
dialog-cancel-label = Cancel
dialog-close-label = Close
|