diff options
Diffstat (limited to 'toolkit/locales/en-US/chrome/mozapps/downloads')
5 files changed, 245 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd b/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd new file mode 100644 index 000000000..3c6373cfb --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd @@ -0,0 +1,52 @@ +<!-- 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/. --> + +<!-- LOCALIZATION NOTE (window.width2, window.height): These values should be +close to the golden ratio (1.618:1) while making sure it's wide enough for long +file names and tall enough to hint that there are more downloads in the list --> +<!ENTITY window.width2 "485"> +<!ENTITY window.height "300"> + +<!ENTITY starting.label "Starting…"> +<!ENTITY scanning.label "Scanning for viruses…"> + +<!ENTITY downloads.title "Downloads"> + +<!ENTITY cmd.pause.label "Pause"> +<!ENTITY cmd.pause.accesskey "P"> +<!ENTITY cmd.resume.label "Resume"> +<!ENTITY cmd.resume.accesskey "R"> +<!ENTITY cmd.cancel.label "Cancel"> +<!ENTITY cmd.cancel.accesskey "C"> +<!ENTITY cmd.show.label "Open Containing Folder"> +<!ENTITY cmd.show.accesskey "F"> +<!ENTITY cmd.showMac.label "Show in Finder"> +<!ENTITY cmd.showMac.accesskey "F"> +<!ENTITY cmd.open.label "Open"> +<!ENTITY cmd.open.accesskey "O"> +<!ENTITY cmd.openWith.label "Open With…"> +<!ENTITY cmd.openWith.accesskey "h"> +<!ENTITY cmd.retry.label "Retry"> +<!ENTITY cmd.retry.accesskey "R"> +<!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.removeFromList.label "Remove From List"> +<!ENTITY cmd.removeFromList.accesskey "e"> + +<!ENTITY cmd.close.commandKey "w"> +<!ENTITY cmd.close2.commandKey "j"> +<!ENTITY cmd.close2Unix.commandKey "y"> +<!ENTITY cmd.clearList.label "Clear List"> +<!ENTITY cmd.clearList.tooltip "Removes completed, canceled, and failed downloads from the list"> +<!ENTITY cmd.clearList.accesskey "C"> +<!ENTITY cmd.find.commandKey "f"> +<!ENTITY cmd.search.commandKey "k"> + +<!ENTITY closeWhenDone.label "Close when downloads complete"> +<!ENTITY closeWhenDone.tooltip "Closes the Downloads window when all files are done downloading"> + +<!ENTITY showFolder.label "Show this Folder"> +<!ENTITY searchBox.label "Search…"> diff --git a/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.properties b/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.properties new file mode 100644 index 000000000..3a50d17f3 --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.properties @@ -0,0 +1,142 @@ +# 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/. + +# LOCALIZATION NOTE (seconds, minutes, hours, days): Semi-colon list of plural +# forms. See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +seconds=second;seconds +minutes=minute;minutes +hours=hour;hours +days=day;days + +# LOCALIZATION NOTE (paused): — is the "em dash" (long dash) +paused=Paused — #1 +downloading=Downloading +notStarted=Not Started +failed=Failed +finished=Finished +canceled=Canceled + +cannotPause=This download cannot be paused + +downloadErrorAlertTitle=Download Error +downloadErrorGeneric=The download cannot be saved because an unknown error occurred.\n\nPlease try again. + +# LOCALIZATION NOTE: we don't have proper plural support in the CPP code; bug 463102 +quitCancelDownloadsAlertTitle=Cancel All Downloads? +quitCancelDownloadsAlertMsg=If you exit now, 1 download will be canceled. Are you sure you want to exit? +quitCancelDownloadsAlertMsgMultiple=If you exit now, %S downloads will be canceled. Are you sure you want to exit? +quitCancelDownloadsAlertMsgMac=If you quit now, 1 download will be canceled. Are you sure you want to quit? +quitCancelDownloadsAlertMsgMacMultiple=If you quit now, %S downloads will be canceled. Are you sure you want to quit? +offlineCancelDownloadsAlertTitle=Cancel All Downloads? +offlineCancelDownloadsAlertMsg=If you go offline now, 1 download will be canceled. Are you sure you want to go offline? +offlineCancelDownloadsAlertMsgMultiple=If you go offline now, %S downloads will be canceled. Are you sure you want to go offline? +leavePrivateBrowsingCancelDownloadsAlertTitle=Cancel All Downloads? +leavePrivateBrowsingWindowsCancelDownloadsAlertMsg2=If you close all Private Browsing windows now, 1 download will be canceled. Are you sure you want to leave Private Browsing? +leavePrivateBrowsingWindowsCancelDownloadsAlertMsgMultiple2=If you close all Private Browsing windows now, %S downloads will be canceled. Are you sure you want to leave Private Browsing? +cancelDownloadsOKText=Cancel 1 Download +cancelDownloadsOKTextMultiple=Cancel %S Downloads +dontQuitButtonWin=Don’t Exit +dontQuitButtonMac=Don’t Quit +dontGoOfflineButton=Stay Online +dontLeavePrivateBrowsingButton2=Stay in Private Browsing +downloadsCompleteTitle=Downloads Complete +downloadsCompleteMsg=All files have finished downloading. + +# LOCALIZATION NOTE (infiniteRate): +# If download speed is a JavaScript Infinity value, this phrase is used +infiniteRate=Really fast + +# LOCALIZATION NOTE (statusFormat3): — is the "em dash" (long dash) +# %1$S transfer progress; %2$S rate number; %3$S rate unit; %4$S time left +# example: 4 minutes left — 1.1 of 11.1 GB (2.2 MB/sec) +statusFormat3=%4$S — %1$S (%2$S %3$S/sec) + +# LOCALIZATION NOTE (statusFormatInfiniteRate): — is the "em dash" (long dash) +# %1$S transfer progress; %2$S substitute phrase for Infinity speed; %3$S time left +# example: 4 minutes left — 1.1 of 11.1 GB (Really fast) +statusFormatInfiniteRate=%3$S — %1$S (%2$S) + +# LOCALIZATION NOTE (statusFormatNoRate): — is the "em dash" (long dash) +# %1$S transfer progress; %2$S time left +# example: 4 minutes left — 1.1 of 11.1 GB +statusFormatNoRate=%2$S — %1$S + +bytes=bytes +kilobyte=KB +megabyte=MB +gigabyte=GB + +# LOCALIZATION NOTE (transferSameUnits2): +# %1$S progress number; %2$S total number; %3$S total unit +# example: 1.1 of 333 MB +transferSameUnits2=%1$S of %2$S %3$S +# LOCALIZATION NOTE (transferDiffUnits2): +# %1$S progress number; %2$S progress unit; %3$S total number; %4$S total unit +# example: 11.1 MB of 3.3 GB +transferDiffUnits2=%1$S %2$S of %3$S %4$S +# LOCALIZATION NOTE (transferNoTotal2): +# %1$S progress number; %2$S unit +# example: 111 KB +transferNoTotal2=%1$S %2$S + +# LOCALIZATION NOTE (timePair2): %1$S time number; %2$S time unit +# example: 1 minute; 11 hours +timePair2=%1$S %2$S +# LOCALIZATION NOTE (timeLeftSingle2): %1$S time left +# example: 1 minute remaining; 11 hours remaining +timeLeftSingle2=%1$S remaining +# LOCALIZATION NOTE (timeLeftDouble2): %1$S time left; %2$S time left sub units +# example: 11 hours, 2 minutes remaining; 1 day, 22 hours remaining +timeLeftDouble2=%1$S, %2$S remaining +timeFewSeconds=A few seconds remaining +timeUnknown=Unknown time remaining + +# LOCALIZATION NOTE (doneStatus): — is the "em dash" (long dash) +# #1 download size for FINISHED or download state; #2 host (e.g., eTLD + 1, IP) +# #2 can also be doneScheme or doneFileScheme for special URIs like file: +# examples: 1.1 MB — website2.com; Canceled — 222.net +doneStatus=#1 — #2 +# LOCALIZATION NOTE (doneSize): #1 size number; #2 size unit +doneSize=#1 #2 +doneSizeUnknown=Unknown size +# LOCALIZATION NOTE (doneScheme): #1 URI scheme like data: jar: about: +doneScheme2=%1$S resource +# LOCALIZATION NOTE (doneFileScheme): Special case of doneScheme for file: +# This is used as an eTLD replacement for local files, so make it lower case +doneFileScheme=local file + +stateFailed=Failed +stateCanceled=Canceled +# LOCALIZATION NOTE (stateBlocked): 'Parental Controls' should be capitalized +stateBlocked=Blocked by Parental Controls +stateDirty=Blocked: Download may contain a virus or spyware +# LOCALIZATION NOTE (stateBlockedPolicy): 'Security Zone Policy' should be capitalized + stateBlockedPolicy=This download has been blocked by your Security Zone Policy + +# LOCALIZATION NOTE (yesterday): Displayed time for files finished yesterday +yesterday=Yesterday +# LOCALIZATION NOTE (monthDate): #1 month name; #2 date number; e.g., January 22 +monthDate2=%1$S %2$S + +fileDoesNotExistOpenTitle=Cannot Open %S +fileDoesNotExistShowTitle=Cannot Show %S +fileDoesNotExistError=%S does not exist. It may have been renamed, moved, or deleted since it was downloaded. + +chooseAppFilePickerTitle=Open With… + +# LOCALIZATION NOTE (downloadsTitleFiles, downloadsTitlePercent): Semi-colon list of +# plural forms. See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 number of files; #2 overall download percent (only for downloadsTitlePercent) +# examples: 2% of 1 file - Downloads; 22% of 11 files - Downloads +downloadsTitleFiles=#1 file - Downloads;#1 files - Downloads +downloadsTitlePercent=#2% of #1 file - Downloads;#2% of #1 files - Downloads + +fileExecutableSecurityWarning=“%S” is an executable file. Executable files may contain viruses or other malicious code that could harm your computer. Use caution when opening this file. Are you sure you want to launch “%S”? +fileExecutableSecurityWarningTitle=Open Executable File? +fileExecutableSecurityWarningDontAsk=Don’t ask me this again + +displayNameDesktop=Desktop + +# Desktop folder name for downloaded files +downloadsFolder=Downloads diff --git a/toolkit/locales/en-US/chrome/mozapps/downloads/settingsChange.dtd b/toolkit/locales/en-US/chrome/mozapps/downloads/settingsChange.dtd new file mode 100644 index 000000000..f28f7f341 --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/downloads/settingsChange.dtd @@ -0,0 +1,6 @@ +<!-- 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 settingsChangePreferences.label "Settings can be changed in &brandShortName;'s Preferences."> +<!ENTITY settingsChangeOptions.label "Settings can be changed in &brandShortName;'s Options."> diff --git a/toolkit/locales/en-US/chrome/mozapps/downloads/unknownContentType.dtd b/toolkit/locales/en-US/chrome/mozapps/downloads/unknownContentType.dtd new file mode 100644 index 000000000..e0fbf7368 --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/downloads/unknownContentType.dtd @@ -0,0 +1,26 @@ +<!-- 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 intro2.label "You have chosen to open:"> +<!ENTITY from.label "from:"> +<!ENTITY actionQuestion.label "What should &brandShortName; do with this file?"> + +<!ENTITY openWith.label "Open with"> +<!ENTITY openWith.accesskey "o"> +<!ENTITY other.label "Other…"> + +<!ENTITY saveFile.label "Save File"> +<!ENTITY saveFile.accesskey "s"> + +<!ENTITY rememberChoice.label "Do this automatically for files like this from now on."> +<!ENTITY rememberChoice.accesskey "a"> + +<!ENTITY whichIs.label "which is:"> + +<!ENTITY chooseHandlerMac.label "Choose…"> +<!ENTITY chooseHandlerMac.accesskey "C"> +<!ENTITY chooseHandler.label "Browse…"> +<!ENTITY chooseHandler.accesskey "B"> + +<!ENTITY unknownPromptText.label "Would you like to save this file?"> diff --git a/toolkit/locales/en-US/chrome/mozapps/downloads/unknownContentType.properties b/toolkit/locales/en-US/chrome/mozapps/downloads/unknownContentType.properties new file mode 100644 index 000000000..e599133ce --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/downloads/unknownContentType.properties @@ -0,0 +1,19 @@ +# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +# 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/. + +title=Opening %S +saveDialogTitle=Enter name of file to save to… +defaultApp=%S (default) +chooseAppFilePickerTitle=Choose Helper Application +badApp=The application you chose (“%S”) could not be found. Check the file name or choose another application. +badApp.title=Application not found +badPermissions=The file could not be saved because you do not have the proper permissions. Choose another save directory. +badPermissions.title=Invalid Save Permissions +selectDownloadDir=Select Download Folder +unknownAccept.label=Save File +unknownCancel.label=Cancel +fileType=%S file +# LOCALIZATION NOTE (orderedFileSizeWithType): first %S is type, second %S is size, and third %S is unit +orderedFileSizeWithType=%1$S (%2$S %3$S) |