blob: c9f6f1a4a8f3d85f2855ac55ed140cb104f5f20f (
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
|
<!-- 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/. -->
<!ENTITY downloadManager.title "Download-Verwaltung">
<!ENTITY menuBar.tooltip "Menüleiste">
<!ENTITY searchBar.tooltip "Suchleiste">
<!ENTITY search.placeholder "Downloads durchsuchen">
<!ENTITY search.label "Downloads durchsuchen">
<!ENTITY search.accesskey "D">
<!ENTITY search.key "f">
<!ENTITY cmd.clearList.label "Liste leeren">
<!ENTITY cmd.clearList.tooltip "Entfernt abgeschlossene, abgebrochene und fehlgeschlagene Downloads von der Liste">
<!ENTITY cmd.clearList.accesskey "L">
<!ENTITY col.name.label "Name">
<!ENTITY col.name.accesskey "N">
<!ENTITY col.name.tooltip "Dateiname">
<!ENTITY col.status.label "Status">
<!ENTITY col.status.accesskey "S">
<!ENTITY col.status.tooltip "Status">
<!ENTITY col.actionPlay.label "Pause/Fortsetzen/Nochmal">
<!ENTITY col.actionPlay.accesskey "o">
<!ENTITY col.actionPlay.tooltip "Pause/Fortsetzen/Nochmal">
<!ENTITY col.actionStop.label "Abbrechen/Entfernen">
<!ENTITY col.actionStop.accesskey "e">
<!ENTITY col.actionStop.tooltip "Abbrechen/Entfernen">
<!ENTITY col.progress.label "Fortschritt">
<!ENTITY col.progress.accesskey "F">
<!ENTITY col.progress.tooltip "Fortschritt">
<!ENTITY col.timeremaining.label "Übrige Zeit">
<!ENTITY col.timeremaining.accesskey "b">
<!ENTITY col.timeremaining.tooltip "Übrige Zeit">
<!ENTITY col.transferred.label "Übertragen">
<!ENTITY col.transferred.accesskey "Ü">
<!ENTITY col.transferred.tooltip "Übertragen">
<!ENTITY col.transferrate.label "Geschwindigkeit">
<!ENTITY col.transferrate.accesskey "G">
<!ENTITY col.transferrate.tooltip "Geschwindigkeit">
<!ENTITY col.timeelapsed.label "Vergangene Zeit">
<!ENTITY col.timeelapsed.accesskey "V">
<!ENTITY col.timeelapsed.tooltip "Vergangene Zeit">
<!ENTITY col.starttime.label "Startzeit">
<!ENTITY col.starttime.accesskey "a">
<!ENTITY col.starttime.tooltip "Startzeit">
<!ENTITY col.endtime.label "Endzeit">
<!ENTITY col.endtime.accesskey "d">
<!ENTITY col.endtime.tooltip "Endzeit">
<!ENTITY col.progresstext.label "%">
<!ENTITY col.progresstext.accesskey "%">
<!ENTITY col.progresstext.tooltip "Fortschritt (%)">
<!ENTITY col.source.label "Quelle">
<!ENTITY col.source.accesskey "Q">
<!ENTITY col.source.tooltip "Quelle">
<!ENTITY view.columns.label "Spalten anzeigen">
<!ENTITY view.columns.accesskey "S">
<!ENTITY view.sortBy.label "Sortieren nach">
<!ENTITY view.sortBy.accesskey "o">
<!ENTITY view.unsorted.label "Unsortiert">
<!ENTITY view.unsorted.accesskey "U">
<!ENTITY view.sortAscending.label ""A > Z"-Sortierreihenfolge">
<!ENTITY view.sortAscending.accesskey "A">
<!ENTITY view.sortDescending.label ""Z > A"-Sortierreihenfolge">
<!ENTITY view.sortDescending.accesskey "Z">
<!ENTITY cmd.pause.label "Pause">
<!ENTITY cmd.pause.accesskey "P">
<!ENTITY cmd.resume.label "Fortsetzen">
<!ENTITY cmd.resume.accesskey "F">
<!ENTITY cmd.retry.label "Erneut versuchen">
<!ENTITY cmd.retry.accesskey "n">
<!ENTITY cmd.cancel.label "Abbrechen">
<!ENTITY cmd.cancel.accesskey "A">
<!ENTITY cmd.remove.label "Von der Liste entfernen">
<!ENTITY cmd.remove.accesskey "V">
<!ENTITY cmd.open.label "Öffnen">
<!ENTITY cmd.open.accesskey "Ö">
<!ENTITY cmd.show.label "Ziel-Ordner öffnen">
<!ENTITY cmd.show.accesskey "Z">
<!ENTITY cmd.goToDownloadPage.label "Zu Download-Seite gehen">
<!ENTITY cmd.goToDownloadPage.accesskey "Z">
<!ENTITY cmd.copyDownloadLink.label "Download-Link kopieren">
<!ENTITY cmd.copyDownloadLink.accesskey "k">
<!ENTITY cmd.properties.label "Eigenschaften…">
<!ENTITY cmd.properties.accesskey "E">
|