diff options
Diffstat (limited to 'l10n-de/toolkit/toolkit/printing/printDialogs.ftl')
-rw-r--r-- | l10n-de/toolkit/toolkit/printing/printDialogs.ftl | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/l10n-de/toolkit/toolkit/printing/printDialogs.ftl b/l10n-de/toolkit/toolkit/printing/printDialogs.ftl new file mode 100644 index 0000000000..387c090658 --- /dev/null +++ b/l10n-de/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 = 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 |