blob: 387c090658f3ce591df374d2325d088e4138bdc6 (
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 = Seite einrichten
custom-prompt-title = Benutzerdefiniert…
custom-prompt-prompt = Geben Sie Ihren benutzerdefinierten Kopf-/Fußzeilentext an
basic-tab =
.label = Format & Optionen
advanced-tab =
.label = Ränder & Kopf-/Fußzeilen
format-group-label =
.value = Format
orientation-label =
.value = Ausrichtung:
portrait =
.label = Hochformat
.accesskey = H
landscape =
.label = Querformat
.accesskey = Q
scale =
.label = Skalierung:
.accesskey = S
scale-percent =
.value = %
shrink-to-fit =
.label = Auf Seitengröße verkleinern
.accesskey = v
options-group-label =
.value = Optionen
print-bg =
.label = Hintergrund drucken (Farben und Bilder)
.accesskey = g
margin-group-label-inches =
.value = Ränder (Zoll)
margin-group-label-metric =
.value = Ränder (Millimeter)
margin-top =
.value = Oben:
.accesskey = O
margin-top-invisible =
.value = Oben:
margin-bottom =
.value = Unten:
.accesskey = U
margin-bottom-invisible =
.value = Unten:
margin-left =
.value = Links:
.accesskey = L
margin-left-invisible =
.value = Links:
margin-right =
.value = Rechts:
.accesskey = R
margin-right-invisible =
.value = Rechts:
header-footer-label =
.value = Kopf- & Fußzeilen
hf-left-label =
.value = Links:
hf-center-label =
.value = Mitte:
hf-right-label =
.value = Rechts:
header-left-tip =
.tooltiptext = Kopfzeile links
header-center-tip =
.tooltiptext = Kopfzeile mittig
header-right-tip =
.tooltiptext = Kopfzeile rechts
footer-left-tip =
.tooltiptext = Fußzeile links
footer-center-tip =
.tooltiptext = Fußzeile mittig
footer-right-tip =
.tooltiptext = Fußzeile rechts
hf-blank =
.label = --leer--
hf-title =
.label = Titel
hf-url =
.label = URL
hf-date-and-time =
.label = Datum/Uhrzeit
hf-page =
.label = Seite #
hf-page-and-total =
.label = Seite # von #
hf-custom =
.label = Benutzerdefiniert…
print-preview-window =
.title = Druckvorschau
print-title =
.value = Titel:
print-preparing =
.value = Vorbereiten…
print-progress =
.value = Fortschritt:
print-window =
.title = Drucken
print-complete =
.value = Drucken ist abgeschlossen.
# Variables
# $percent (integer) - Number of printed percentage
print-percent =
.value = { $percent } %
dialog-cancel-label = Abbrechen
dialog-close-label = Schließen
|