mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 402278 - Download activity summary in the status bar. r=beltzner, ui-r=beltzner, a1.9=beltzner
This commit is contained in:
parent
e2c79cf83a
commit
1c155875e9
@ -352,3 +352,5 @@
|
||||
<!ENTITY editBookmark.delete.label "Delete">
|
||||
|
||||
<!ENTITY identity.moreInfoLinkText "Tell me more about this web site…">
|
||||
|
||||
<!ENTITY downloadMonitor.tooltip "Double-click to open downloads window">
|
||||
|
@ -112,3 +112,11 @@ identity.unknown.body=This web site does not supply identity information.
|
||||
|
||||
identity.encrypted=Your connection to this web site is encrypted to prevent eavesdropping.
|
||||
identity.unencrypted=Your connection to this web site is not encrypted.
|
||||
|
||||
# Downloads Monitor Panel
|
||||
# LOCALIZATION NOTE (activeDownloads, pausedDownloads): Semi-colon list of plural
|
||||
# forms. See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
|
||||
# #1 number of downloads; #2 time left
|
||||
# examples: One active download (2 minutes remaining); 11 paused downloads
|
||||
activeDownloads=One active download (#2);#1 active downloads (#2)
|
||||
pausedDownloads=One paused download;#1 paused downloads
|
||||
|
Loading…
Reference in New Issue
Block a user