summaryrefslogtreecommitdiffstats
path: root/l10n-de/browser/browser/screenshots.ftl
blob: f15c1d800a42b0b1b6234a4e96973ac6dd6cfdfe (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
# 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/.

screenshot-toolbarbutton =
    .label = Bildschirmfoto
    .tooltiptext = Bildschirmfoto aufnehmen
screenshot-shortcut =
    .key = S
screenshots-instructions = Ziehen oder klicken Sie auf der Seite, um einen Bereich auszuwählen. Drücken Sie ESC zum Abbrechen.
screenshots-cancel-button = Abbrechen
screenshots-save-visible-button = Sichtbaren Bereich speichern
screenshots-save-page-button = Gesamte Seite speichern
screenshots-download-button = Herunterladen
screenshots-download-button-tooltip = Bildschirmfoto herunterladen
screenshots-copy-button = Kopieren
screenshots-copy-button-tooltip = Bildschirmfoto in Zwischenablage kopieren
screenshots-download-button-title =
    .title = Bildschirmfoto herunterladen
screenshots-copy-button-title =
    .title = Bildschirmfoto in Zwischenablage kopieren
screenshots-cancel-button-title =
    .title = Abbrechen
screenshots-retry-button-title =
    .title = Bildschirmfoto erneut versuchen
screenshots-meta-key =
    { PLATFORM() ->
        [macos] ⌘
       *[other] Ctrl
    }
screenshots-notification-link-copied-title = Link kopiert
screenshots-notification-link-copied-details = Der Link zu Ihrem Bildschirmfoto wurde in die Zwischenablage kopiert. Drücken Sie { screenshots-meta-key }-V zum Einfügen.
screenshots-notification-image-copied-title = Bildschirmfoto kopiert
screenshots-notification-image-copied-details = Ihr Bildschirmfoto wurde in die Zwischenablage kopiert. Drücken Sie { screenshots-meta-key }-V zum Einfügen.
screenshots-request-error-title = Außer Betrieb.
screenshots-request-error-details = Wir konnten Ihr Bildschirmfoto leider nicht speichern. Bitte versuchen Sie es später erneut.
screenshots-connection-error-title = Es war keine Verbindung zu Ihren Bildschirmfotos möglich.
screenshots-connection-error-details = Bitte überprüfen Sie Ihre Internetverbindung. Wenn diese funktioniert, gibt es eventuell ein temporäres Problem mit dem Dienst von { -screenshots-brand-name }.
screenshots-login-error-details = Ihr Bildschirmfoto konnte nicht gespeichert werden, weil ein Problem mit dem Dienst { -screenshots-brand-name } aufgetreten ist. Bitte versuchen Sie es später erneut.
screenshots-unshootable-page-error-title = Ein Bildschirmfoto dieser Seite ist nicht möglich.
screenshots-unshootable-page-error-details = Dies ist keine Standard-Webseite, deshalb sind keine Bildschirmfotos von ihr möglich.
screenshots-empty-selection-error-title = Ihr Auswahlbereich ist zu klein
screenshots-private-window-error-title = { -screenshots-brand-name } ist im Privaten Modus deaktiviert
screenshots-private-window-error-details = Wir bitten um Entschuldigung für diese Unannehmlichkeiten. Wir arbeiten daran, diese Funktion in zukünftigen Versionen zur Verfügung zu stellen.
screenshots-generic-error-title = { -screenshots-brand-name } funktioniert nicht richtig.
screenshots-generic-error-details = Wir wissen auch nicht, was gerade passiert ist. Könnten Sie das Bildschirmfoto erneut oder auf einer anderen Seite aufnehmen?
screenshots-too-large-error-title = Ihr Bildschirmfoto wurde zugeschnitten, weil es zu groß war
screenshots-too-large-error-details = Versuchen Sie, eine Region auszuwählen, die auf ihrer längsten Seite kleiner als 32.700 Pixel ist oder eine Gesamtfläche von maximal 124.900.000 Pixel hat.
screenshots-component-retry-button =
    .title = Bildschirmfoto erneut versuchen
    .aria-label = Bildschirmfoto erneut versuchen
screenshots-component-cancel-button =
    .title =
        { PLATFORM() ->
            [macos] Abbrechen (esc)
           *[other] Abbrechen (Esc)
        }
    .aria-label = Abbrechen
# Variables
#   $shortcut (String) - A keyboard shortcut for copying the screenshot.
screenshots-component-copy-button =
    .title = Kopieren ({ $shortcut })
    .aria-label = Kopieren
screenshots-component-copy-button-label = Kopieren
# Variables
#   $shortcut (String) - A keyboard shortcut for saving/downloading the screenshot.
screenshots-component-download-button =
    .title = Herunterladen ({ $shortcut })
    .aria-label = Herunterladen
screenshots-component-download-button-label = Herunterladen
# Variables
#   $shortcut (String) - A keyboard shortcut for copying the screenshot.
screenshots-component-copy-button-2 = Kopieren
    .title = Kopieren ({ $shortcut })
    .aria-label = Kopieren
# Variables
#   $shortcut (String) - A keyboard shortcut for saving/downloading the screenshot.
screenshots-component-download-button-2 = Herunterladen
    .title = Herunterladen ({ $shortcut })
    .aria-label = Herunterladen

## The below strings are used to capture keydown events so the strings should
## not be changed unless the keyboard layout in the locale requires it.

screenshots-component-download-key = S
screenshots-component-copy-key = C

##

# This string represents the selection size area
# "x" here represents "by" (i.e 123 by 456)
# Variables:
#   $width (Number) - The width of the selection region in pixels
#   $height (Number) - The height of the selection region in pixels
screenshots-overlay-selection-region-size-2 = { $width } x { $height }
# This string represents the selection size area
# "×" here represents "by" (i.e 123 by 456)
# Variables:
#   $width (Number) - The width of the selection region in pixels
#   $height (Number) - The height of the selection region in pixels
screenshots-overlay-selection-region-size-3 = { $width } × { $height }