mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 418524 - label of "Download activity summary in the status bar" with one download should be "1" not "One". r=gavin
This commit is contained in:
parent
8880b5ccf2
commit
dc7c2eb10a
@ -6964,8 +6964,8 @@ let DownloadMonitorPanel = {
|
||||
this._panel = document.getElementById("download-monitor");
|
||||
|
||||
// Cache the status strings
|
||||
this._activeStr = gNavigatorBundle.getString("activeDownloads");
|
||||
this._pausedStr = gNavigatorBundle.getString("pausedDownloads");
|
||||
this._activeStr = gNavigatorBundle.getString("activeDownloads1");
|
||||
this._pausedStr = gNavigatorBundle.getString("pausedDownloads1");
|
||||
|
||||
gDownloadMgr.addListener(this);
|
||||
this._listening = true;
|
||||
|
@ -168,12 +168,12 @@ identity.unknown.tooltip=This web site does not supply identity information.
|
||||
identity.ownerUnknown2=(unknown)
|
||||
|
||||
# Downloads Monitor Panel
|
||||
# LOCALIZATION NOTE (activeDownloads, pausedDownloads): Semi-colon list of plural
|
||||
# LOCALIZATION NOTE (activeDownloads1, pausedDownloads1): 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
|
||||
# examples: 1 active download (2 minutes remaining); 11 paused downloads
|
||||
activeDownloads1=1 active download (#2);#1 active downloads (#2)
|
||||
pausedDownloads1=1 paused download;#1 paused downloads
|
||||
|
||||
# Edit Bookmark UI
|
||||
editBookmarkPanel.pageBookmarkedTitle=Page Bookmarked
|
||||
|
Loading…
Reference in New Issue
Block a user