blob: 7c3c373ac4f437e39de3c17c5aa58765b92bf85e (
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
|
<!-- 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 Manager">
<!ENTITY menuBar.tooltip "Menu Bar">
<!ENTITY searchBar.tooltip "Search Bar">
<!ENTITY search.placeholder "Search Downloads">
<!ENTITY search.label "Search Downloads">
<!ENTITY search.accesskey "S">
<!ENTITY search.key "f">
<!ENTITY cmd.clearList.label "Clear List">
<!ENTITY cmd.clearList.tooltip "Removes completed, cancelled, and failed downloads from the list">
<!ENTITY cmd.clearList.accesskey "C">
<!ENTITY col.name.label "Name">
<!ENTITY col.name.accesskey "N">
<!ENTITY col.name.tooltip "File Name">
<!ENTITY col.status.label "Status">
<!ENTITY col.status.accesskey "S">
<!ENTITY col.status.tooltip "Status">
<!ENTITY col.actionPlay.label "Pause/Resume/Retry">
<!ENTITY col.actionPlay.accesskey "u">
<!ENTITY col.actionPlay.tooltip "Pause/Resume/Retry">
<!ENTITY col.actionStop.label "Cancel/Remove">
<!ENTITY col.actionStop.accesskey "C">
<!ENTITY col.actionStop.tooltip "Cancel/Remove">
<!ENTITY col.progress.label "Progress">
<!ENTITY col.progress.accesskey "P">
<!ENTITY col.progress.tooltip "Progress">
<!ENTITY col.timeremaining.label "Time Left">
<!ENTITY col.timeremaining.accesskey "L">
<!ENTITY col.timeremaining.tooltip "Time Left">
<!ENTITY col.transferred.label "Transferred">
<!ENTITY col.transferred.accesskey "T">
<!ENTITY col.transferred.tooltip "Transferred">
<!ENTITY col.transferrate.label "Speed">
<!ENTITY col.transferrate.accesskey "d">
<!ENTITY col.transferrate.tooltip "Speed">
<!ENTITY col.timeelapsed.label "Time Elapsed">
<!ENTITY col.timeelapsed.accesskey "E">
<!ENTITY col.timeelapsed.tooltip "Time Elapsed">
<!ENTITY col.starttime.label "Start Time">
<!ENTITY col.starttime.accesskey "a">
<!ENTITY col.starttime.tooltip "Start Time">
<!ENTITY col.endtime.label "End Time">
<!ENTITY col.endtime.accesskey "i">
<!ENTITY col.endtime.tooltip "End Time">
<!ENTITY col.progresstext.label "%">
<!ENTITY col.progresstext.accesskey "%">
<!ENTITY col.progresstext.tooltip "Progress (%)">
<!ENTITY col.source.label "Source">
<!ENTITY col.source.accesskey "o">
<!ENTITY col.source.tooltip "Source">
<!ENTITY view.columns.label "Show Columns">
<!ENTITY view.columns.accesskey "C">
<!ENTITY view.sortBy.label "Sort by">
<!ENTITY view.sortBy.accesskey "S">
<!ENTITY view.unsorted.label "Unsorted">
<!ENTITY view.unsorted.accesskey "U">
<!ENTITY view.sortAscending.label "A > Z Sort Order">
<!ENTITY view.sortAscending.accesskey "A">
<!ENTITY view.sortDescending.label "Z > A Sort Order">
<!ENTITY view.sortDescending.accesskey "Z">
<!ENTITY cmd.pause.label "Pause">
<!ENTITY cmd.pause.accesskey "P">
<!ENTITY cmd.resume.label "Resume">
<!ENTITY cmd.resume.accesskey "R">
<!ENTITY cmd.retry.label "Retry">
<!ENTITY cmd.retry.accesskey "R">
<!ENTITY cmd.cancel.label "Cancel">
<!ENTITY cmd.cancel.accesskey "C">
<!ENTITY cmd.remove.label "Remove From List">
<!ENTITY cmd.remove.accesskey "e">
<!ENTITY cmd.open.label "Open">
<!ENTITY cmd.open.accesskey "O">
<!ENTITY cmd.show.label "Open Containing Folder">
<!ENTITY cmd.show.accesskey "F">
<!ENTITY cmd.goToDownloadPage.label "Go to Download Page">
<!ENTITY cmd.goToDownloadPage.accesskey "G">
<!ENTITY cmd.copyDownloadLink.label "Copy Download Link">
<!ENTITY cmd.copyDownloadLink.accesskey "L">
<!ENTITY cmd.properties.label "Properties…">
<!ENTITY cmd.properties.accesskey "s">
<!-- LOCALIZATION NOTE (cmd.unblock2.label):
This command is shown in the context menu when downloads are blocked.
-->
<!ENTITY cmd.unblock2.label "Allow Download">
<!ENTITY cmd.unblock2.accesskey "l">
|