зеркало из https://github.com/mozilla/gecko-dev.git
Bug 928201 - Change Run to Open in Metro download bar [r=emtwo]
This commit is contained in:
Родитель
592636cf4e
Коммит
10ce495a44
|
@ -254,7 +254,7 @@ var MetroDownloadsView = {
|
|||
.replace("#1", this._downloadCount)
|
||||
} else {
|
||||
let runButtonText =
|
||||
Strings.browser.GetStringFromName("downloadRun");
|
||||
Strings.browser.GetStringFromName("downloadOpen");
|
||||
message = Strings.browser.formatStringFromName("alertDownloadsDone2",
|
||||
[this._lastDownload.displayName], 1);
|
||||
|
||||
|
@ -299,7 +299,7 @@ var MetroDownloadsView = {
|
|||
} else {
|
||||
title = Strings.browser.formatStringFromName("alertDownloadsDone",
|
||||
[this._lastDownload.displayName], 1);
|
||||
msg = Strings.browser.GetStringFromName("downloadRunNow");
|
||||
msg = Strings.browser.GetStringFromName("downloadOpenNow");
|
||||
observer = {
|
||||
observe: function (aSubject, aTopic, aData) {
|
||||
switch (aTopic) {
|
||||
|
|
|
@ -68,7 +68,7 @@ HelperAppLauncherDialog.prototype = {
|
|||
let browserBundle = Services.strings.createBundle("chrome://browser/locale/browser.properties");
|
||||
|
||||
let runButtonText =
|
||||
browserBundle.GetStringFromName("downloadRun");
|
||||
browserBundle.GetStringFromName("downloadOpen");
|
||||
let saveButtonText =
|
||||
browserBundle.GetStringFromName("downloadSave");
|
||||
let cancelButtonText =
|
||||
|
@ -105,7 +105,7 @@ HelperAppLauncherDialog.prototype = {
|
|||
let document = notificationBox.ownerDocument;
|
||||
downloadSize = this._getDownloadSize(aLauncher.contentLength);
|
||||
|
||||
let msg = browserBundle.GetStringFromName("alertDownloadSave");
|
||||
let msg = browserBundle.GetStringFromName("alertDownloadSave2");
|
||||
|
||||
let fragment = ContentUtil.populateFragmentFromString(
|
||||
document.createDocumentFragment(),
|
||||
|
|
|
@ -13,11 +13,15 @@ MODULE = 'components'
|
|||
# metro/components.manifest
|
||||
EXTRA_COMPONENTS += [
|
||||
'AlertsService.js',
|
||||
'BrowserStartup.js',
|
||||
'ContentDispatchChooser.js',
|
||||
'ContentPermissionPrompt.js',
|
||||
'DirectoryProvider.js',
|
||||
'DownloadManagerUI.js',
|
||||
'HelperAppDialog.js',
|
||||
'LoginManagerPrompter.js',
|
||||
'PromptService.js',
|
||||
'Sidebar.js',
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_SAFE_BROWSING']:
|
||||
|
@ -28,10 +32,6 @@ if CONFIG['MOZ_SAFE_BROWSING']:
|
|||
EXTRA_PP_COMPONENTS += [
|
||||
'AboutRedirector.js',
|
||||
'BrowserCLH.js',
|
||||
'BrowserStartup.js',
|
||||
'components.manifest',
|
||||
'DirectoryProvider.js',
|
||||
'HelperAppDialog.js',
|
||||
'SessionStore.js',
|
||||
'Sidebar.js',
|
||||
]
|
||||
|
|
|
@ -54,11 +54,11 @@ browserForOpenLocation=Open Location
|
|||
|
||||
# Download Manager
|
||||
downloadsUnknownSize=Unknown size
|
||||
downloadRun=Run
|
||||
downloadOpen=Open
|
||||
downloadSave=Save
|
||||
downloadCancel=Cancel
|
||||
downloadTryAgain=Try Again
|
||||
downloadRunNow=Run it now
|
||||
downloadOpenNow=Open it now
|
||||
# LOCALIZATION NOTE (downloadShowInFiles): 'Files' refers to the Windows 8 file explorer
|
||||
downloadShowInFiles=Show in Files
|
||||
|
||||
|
@ -74,8 +74,8 @@ alertDownloadsDone2=%S has been downloaded
|
|||
alertTapToSave=Tap to save this file.
|
||||
alertDownloadsSize=Download too big
|
||||
alertDownloadsNoSpace=Not enough storage space
|
||||
# LOCALIZATION NOTE (alertDownloadSave): #1 is the file name, #2 is the file size, #3 is the file host
|
||||
alertDownloadSave=Do you want to run or save #1 (#2) from #3?
|
||||
# LOCALIZATION NOTE (alertDownloadSave2): #1 is the file name, #2 is the file size, #3 is the file host
|
||||
alertDownloadSave2=Do you want to open or save #1 (#2) from #3?
|
||||
# LOCALIZATION NOTE (alertDownloadMultiple): Semi-colon list of plural forms.
|
||||
# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
|
||||
# #1 is the number of files, #2 is (amount downloaded so far / total amount to download) and #3 is seconds remaining
|
||||
|
|
Загрузка…
Ссылка в новой задаче