diff options
Diffstat (limited to 'l10n-en-GB/toolkit/chrome/mozapps/downloads')
4 files changed, 171 insertions, 0 deletions
diff --git a/l10n-en-GB/toolkit/chrome/mozapps/downloads/downloads.properties b/l10n-en-GB/toolkit/chrome/mozapps/downloads/downloads.properties new file mode 100644 index 0000000000..301a99a688 --- /dev/null +++ b/l10n-en-GB/toolkit/chrome/mozapps/downloads/downloads.properties @@ -0,0 +1,115 @@ +# 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 (shortSeconds): Semi-colon list of plural +# forms. See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# s is the short form for seconds +shortSeconds=s;s + +# LOCALIZATION NOTE (shortMinutes): Semi-colon list of plural +# forms. See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# m is the short form for minutes +shortMinutes=m;m + +# LOCALIZATION NOTE (shortHours): Semi-colon list of plural +# forms. See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# h is the short form for hours +shortHours=h;h + +# LOCALIZATION NOTE (shortDays): Semi-colon list of plural +# forms. See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# d is the short form for days +shortDays=d;d + +downloadErrorAlertTitle=Download Error +# LOCALIZATION NOTE (downloadErrorBlockedBy): %S is the name of the blocking +# extension. +downloadErrorBlockedBy=The download cannot be saved because it is blocked by %S. +# LOCALIZATION NOTE (downloadErrorExtension): used when the blocking extension +# name is unavailable. +downloadErrorExtension=The download cannot be saved because it is blocked by an extension. +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 cancelled. Are you sure you want to exit? +quitCancelDownloadsAlertMsgMultiple=If you exit now, %S downloads will be cancelled. Are you sure you want to exit? +quitCancelDownloadsAlertMsgMac=If you quit now, 1 download will be cancelled. Are you sure you want to quit? +quitCancelDownloadsAlertMsgMacMultiple=If you quit now, %S downloads will be cancelled. Are you sure you want to quit? +offlineCancelDownloadsAlertTitle=Cancel All Downloads? +offlineCancelDownloadsAlertMsg=If you go offline now, 1 download will be cancelled. Are you sure you want to go offline? +offlineCancelDownloadsAlertMsgMultiple=If you go offline now, %S downloads will be cancelled. 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 cancelled. Are you sure you want to leave Private Browsing? +leavePrivateBrowsingWindowsCancelDownloadsAlertMsgMultiple2=If you close all Private Browsing windows now, %S downloads will be cancelled. 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 + +# 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 (timePair3): %1$S time number; %2$S time unit +# example: 1m; 11h +timePair3=%1$S%2$S +# LOCALIZATION NOTE (timeLeftSingle3): %1$S time left +# example: 1m left; 11h left +timeLeftSingle3=%1$S left +# LOCALIZATION NOTE (timeLeftDouble3): %1$S time left; %2$S time left sub units +# example: 11h 2m left; 1d 22h left +timeLeftDouble3=%1$S %2$S left +timeFewSeconds2=A few seconds left +timeUnknown2=Unknown time left + +# LOCALIZATION NOTE (doneScheme2): #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 + +# LOCALIZATION NOTE (yesterday): Displayed time for files finished yesterday +yesterday=Yesterday + +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? + +# Desktop folder name for downloaded files +downloadsFolder=Downloads diff --git a/l10n-en-GB/toolkit/chrome/mozapps/downloads/settingsChange.dtd b/l10n-en-GB/toolkit/chrome/mozapps/downloads/settingsChange.dtd new file mode 100644 index 0000000000..f28f7f3418 --- /dev/null +++ b/l10n-en-GB/toolkit/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/l10n-en-GB/toolkit/chrome/mozapps/downloads/unknownContentType.dtd b/l10n-en-GB/toolkit/chrome/mozapps/downloads/unknownContentType.dtd new file mode 100644 index 0000000000..b71e7d4d2f --- /dev/null +++ b/l10n-en-GB/toolkit/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/l10n-en-GB/toolkit/chrome/mozapps/downloads/unknownContentType.properties b/l10n-en-GB/toolkit/chrome/mozapps/downloads/unknownContentType.properties new file mode 100644 index 0000000000..c53860cff4 --- /dev/null +++ b/l10n-en-GB/toolkit/chrome/mozapps/downloads/unknownContentType.properties @@ -0,0 +1,24 @@ +# -*- 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 +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) +pdfHandlerDescription=Portable Document Format +avifExtHandlerDescription=AV1 Image File (AVIF) +pdfExtHandlerDescription=Portable Document Format (PDF) +svgExtHandlerDescription=Scalable Vector Graphics (SVG) +webpExtHandlerDescription=WebP Image +xmlExtHandlerDescription=Extensible Markup Language (XML) |