diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-en-GB/toolkit/chrome/mozapps | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-en-GB/toolkit/chrome/mozapps')
10 files changed, 387 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) diff --git a/l10n-en-GB/toolkit/chrome/mozapps/extensions/extensions.dtd b/l10n-en-GB/toolkit/chrome/mozapps/extensions/extensions.dtd new file mode 100644 index 0000000000..beb17bceb5 --- /dev/null +++ b/l10n-en-GB/toolkit/chrome/mozapps/extensions/extensions.dtd @@ -0,0 +1,5 @@ +<!-- 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 setting.learnmore "Learn More…"> diff --git a/l10n-en-GB/toolkit/chrome/mozapps/extensions/extensions.properties b/l10n-en-GB/toolkit/chrome/mozapps/extensions/extensions.properties new file mode 100644 index 0000000000..91857bc16f --- /dev/null +++ b/l10n-en-GB/toolkit/chrome/mozapps/extensions/extensions.properties @@ -0,0 +1,84 @@ +# 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 (notification.incompatible) %1$S is the add-on name, %2$S is brand name, %3$S is application version +notification.incompatible=%1$S is incompatible with %2$S %3$S. +#LOCALIZATION NOTE (notification.unsigned, notification.unsignedAndDisabled) %1$S is the add-on name, %2$S is brand name +notification.unsignedAndDisabled=%1$S could not be verified for use in %2$S and has been disabled. +notification.unsigned=%1$S could not be verified for use in %2$S. Proceed with caution. +notification.unsigned.link=More Information +#LOCALIZATION NOTE (notification.blocked) %1$S is the add-on name +notification.blocked=%1$S has been disabled due to security or stability issues. +notification.blocked.link=More Information +#LOCALIZATION NOTE (notification.softblocked) %1$S is the add-on name +notification.softblocked=%1$S is known to cause security or stability issues. +notification.softblocked.link=More Information +#LOCALIZATION NOTE (notification.outdated) %1$S is the add-on name +notification.outdated=An important update is available for %1$S. +notification.outdated.link=Update Now +#LOCALIZATION NOTE (notification.vulnerableUpdatable) %1$S is the add-on name +notification.vulnerableUpdatable=%1$S is known to be vulnerable and should be updated. +notification.vulnerableUpdatable.link=Update Now +#LOCALIZATION NOTE (notification.vulnerableNoUpdate) %1$S is the add-on name +notification.vulnerableNoUpdate=%1$S is known to be vulnerable. Use with caution. +notification.vulnerableNoUpdate.link=More Information +#LOCALIZATION NOTE (notification.restartless-uninstall) %1$S is the add-on name +notification.restartless-uninstall=%1$S will be uninstalled after you close this tab. +#LOCALIZATION NOTE (notification.downloadError) %1$S is the add-on name. +notification.downloadError=There was an error downloading %1$S. +notification.downloadError.retry=Try again +notification.downloadError.retry.tooltip=Try downloading this add-on again +#LOCALIZATION NOTE (notification.installError) %1$S is the add-on name. +notification.installError=There was an error installing %1$S. +notification.installError.retry=Try again +notification.installError.retry.tooltip=Try downloading and installing this add-on again +#LOCALIZATION NOTE (notification.gmpPending) %1$S is the add-on name. +notification.gmpPending=%1$S will be installed shortly. + +#LOCALIZATION NOTE (details.notification.incompatible) %1$S is the add-on name, %2$S is brand name, %3$S is application version +details.notification.incompatible=%1$S is incompatible with %2$S %3$S. +#LOCALIZATION NOTE (details.notification.unsigned, details.notification.unsignedAndDisabled) %1$S is the add-on name, %2$S is brand name +details.notification.unsignedAndDisabled=%1$S could not be verified for use in %2$S and has been disabled. +details.notification.unsigned=%1$S could not be verified for use in %2$S. Proceed with caution. +details.notification.unsigned.link=More Information +#LOCALIZATION NOTE (details.notification.blocked) %1$S is the add-on name +details.notification.blocked=%1$S has been disabled due to security or stability issues. +details.notification.blocked.link=More Information +#LOCALIZATION NOTE (details.notification.softblocked) %1$S is the add-on name +details.notification.softblocked=%1$S is known to cause security or stability issues. +details.notification.softblocked.link=More Information +#LOCALIZATION NOTE (details.notification.outdated) %1$S is the add-on name +details.notification.outdated=An important update is available for %1$S. +details.notification.outdated.link=Update Now +#LOCALIZATION NOTE (details.notification.vulnerableUpdatable) %1$S is the add-on name +details.notification.vulnerableUpdatable=%1$S is known to be vulnerable and should be updated. +details.notification.vulnerableUpdatable.link=Update Now +#LOCALIZATION NOTE (details.notification.vulnerableNoUpdate) %1$S is the add-on name +details.notification.vulnerableNoUpdate=%1$S is known to be vulnerable. Use with caution. +details.notification.vulnerableNoUpdate.link=More Information +#LOCALIZATION NOTE (details.notification.restartless-uninstall) %1$S is the add-on name. +details.notification.restartless-uninstall=%1$S will be uninstalled after you close this tab. +#LOCALIZATION NOTE (details.notification.gmpPending) %1$S is the add-on name +details.notification.gmpPending=%1$S will be installed shortly. + +type.extension.name=Extensions +type.themes.name=Themes +type.locale.name=Languages +type.plugin.name=Plugins +type.dictionary.name=Dictionaries +type.service.name=Services +type.legacy.name=Legacy Extensions +type.unsupported.name=Unsupported + +#LOCALIZATION NOTE(listHeading.discover) %S is the brandShortName +listHeading.discover=Personalise Your %S +listHeading.extension=Manage Your Extensions +listHeading.shortcuts=Manage Extension Shortcuts +listHeading.theme=Manage Your Themes +listHeading.plugin=Manage Your Plugins +listHeading.locale=Manage Your Languages +listHeading.dictionary=Manage Your Dictionaries + +searchLabel.extension=Find more extensions +searchLabel.theme=Find more themes diff --git a/l10n-en-GB/toolkit/chrome/mozapps/handling/handling.dtd b/l10n-en-GB/toolkit/chrome/mozapps/handling/handling.dtd new file mode 100644 index 0000000000..fe7a52566c --- /dev/null +++ b/l10n-en-GB/toolkit/chrome/mozapps/handling/handling.dtd @@ -0,0 +1,10 @@ +<!-- 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 window.emWidth "26em"> +<!ENTITY window.emHeight "26em"> +<!ENTITY ChooseOtherApp.description "Choose other Application"> +<!ENTITY ChooseApp.label "Choose…"> +<!ENTITY ChooseApp.accessKey "C"> +<!ENTITY accept "Open link"> diff --git a/l10n-en-GB/toolkit/chrome/mozapps/handling/handling.properties b/l10n-en-GB/toolkit/chrome/mozapps/handling/handling.properties new file mode 100644 index 0000000000..b69553e157 --- /dev/null +++ b/l10n-en-GB/toolkit/chrome/mozapps/handling/handling.properties @@ -0,0 +1,15 @@ +# 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/. + +protocol.title=Launch Application +protocol.description=This link needs to be opened with an application. +protocol.choices.label=Send to: +protocol.checkbox.label=Remember my choice for %S links. +protocol.checkbox.accesskey=R +protocol.checkbox.extra=This can be changed in %S's preferences. + +# Displayed under the name of a protocol handler in the Launch Application dialog. +privatebrowsing.disabled.label=Disabled in Private Windows + +choose.application.title=Another Application… diff --git a/l10n-en-GB/toolkit/chrome/mozapps/profile/profileSelection.properties b/l10n-en-GB/toolkit/chrome/mozapps/profile/profileSelection.properties new file mode 100644 index 0000000000..c01472ba45 --- /dev/null +++ b/l10n-en-GB/toolkit/chrome/mozapps/profile/profileSelection.properties @@ -0,0 +1,57 @@ +# 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: These strings are used for startup/profile problems and the profile manager. + +# Application not responding +# LOCALIZATION NOTE (restartTitle, restartMessageNoUnlocker2, restartMessageUnlocker, restartMessageNoUnlockerMac, restartMessageUnlockerMac): Messages displayed when the application is running but is not responding to commands. %S is the application name. +restartTitle=Close %S +restartMessageNoUnlocker2=%S is already running, but is not responding. To use %S, you must first close the existing %S process, restart your device, or use a different profile. +restartMessageUnlocker=%S is already running, but is not responding. The old %S process must be closed to open a new window. +restartMessageNoUnlockerMac=A copy of %S is already open. Only one copy of %S can be open at a time. +restartMessageUnlockerMac=A copy of %S is already open. The running copy of %S will quit in order to open this one. + +# Profile manager +# LOCALIZATION NOTE (profileTooltip): First %S is the profile name, second %S is the path to the profile folder. +profileTooltip=Profile: '%S' – Path: '%S' + +pleaseSelectTitle=Select Profile +pleaseSelect=Please select a profile to begin %S, or create a new profile. + +renameProfileTitle=Rename Profile +renameProfilePrompt=Rename the profile "%S" to: + +profileNameInvalidTitle=Invalid profile name +profileNameInvalid=The profile name "%S" is not allowed. + +chooseFolder=Choose Profile Folder +profileNameEmpty=An empty profile name is not allowed. +invalidChar=The character "%S" is not allowed in profile names. Please choose a different name. + +deleteTitle=Delete Profile +deleteProfileConfirm=Deleting a profile will remove the profile from the list of available profiles and cannot be undone.\nYou may also choose to delete the profile data files, including your settings, certificates and other user-related data. This option will delete the folder "%S" and cannot be undone.\nWould you like to delete the profile data files? +deleteFiles=Delete Files +dontDeleteFiles=Don't Delete Files + +profileCreationFailed=Profile couldn't be created. Probably the chosen folder isn't writable. +profileCreationFailedTitle=Profile Creation failed +profileExists=A profile with this name already exists. Please choose another name. +profileFinishText=Click Finish to create this new profile. +profileFinishTextMac=Click Done to create this new profile. +profileMissing=Your %S profile cannot be loaded. It may be missing or inaccessible. +profileMissingTitle=Profile Missing +profileDeletionFailed=Profile couldn’t be deleted as it may be in use. +profileDeletionFailedTitle=Deletion Failed + +# Profile reset +# LOCALIZATION NOTE (resetBackupDirectory): Directory name for the profile directory backup created during reset. This directory is placed in a location users will see it (ie. their desktop). %S is the application name. +resetBackupDirectory=Old %S Data + +flushFailTitle=Changes not saved +# LOCALIZATION NOTE (conflictMessage): %1$S is brandProductName, %2$S is brandShortName. +conflictMessage=Another copy of %1$S has made changes to profiles. You must restart %2$S before making more changes. +flushFailMessage=An unexpected error has prevented your changes from being saved. +# LOCALIZATION NOTE (flushFailRestartButton): $S is brandShortName. +flushFailRestartButton=Restart %S +flushFailExitButton=Exit diff --git a/l10n-en-GB/toolkit/chrome/mozapps/update/updates.properties b/l10n-en-GB/toolkit/chrome/mozapps/update/updates.properties new file mode 100644 index 0000000000..d73fb2b747 --- /dev/null +++ b/l10n-en-GB/toolkit/chrome/mozapps/update/updates.properties @@ -0,0 +1,45 @@ +# 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: The 1st %S is brandShortName and 2nd %S is update version +# where update version from the update xml +# example: MyApplication 10.0.5 +updateName=%S %S + +noThanksButton=No Thanks +noThanksButton.accesskey=N +# NOTE: The restartLaterButton string is also used in +# mozapps/extensions/content/blocklist.js +restartLaterButton=Restart Later +restartLaterButton.accesskey=L +restartNowButton=Restart %S +restartNowButton.accesskey=R + +statusFailed=Install Failed + +installSuccess=The Update was successfully installed +installPending=Install Pending +patchApplyFailure=The Update could not be installed (patch apply failed) +elevationFailure=You don’t have the permissions necessary to install this update. Please contact your system administrator. + +check_error-200=Update XML file malformed (200) +check_error-403=Access denied (403) +check_error-404=Update XML file not found (404) +check_error-500=Internal server error (500) +check_error-2152398849=Failed (unknown reason) +check_error-2152398861=Connection refused +check_error-2152398862=Connection timed out +# NS_ERROR_OFFLINE +check_error-2152398864=Network is offline (go online) +check_error-2152398867=Port not allowed +check_error-2152398868=No data was received (please try again) +check_error-2152398878=Update server not found (check your internet connection) +check_error-2152398890=Proxy server not found (check your internet connection) +# NS_ERROR_DOCUMENT_NOT_CACHED +check_error-2152398918=Network is offline (go online) +check_error-2152398919=Data transfer was interrupted (please try again) +check_error-2152398920=Proxy server connection refused +check_error-2153390069=Server certificate has expired (please adjust your system clock to the correct date and time if it is incorrect) +check_error-verification_failed=The integrity of the update could not be verified +check_error-move_failed=Failed to prepare the update for installation |