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/update/updates.properties | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.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/update/updates.properties')
-rw-r--r-- | l10n-en-GB/toolkit/chrome/mozapps/update/updates.properties | 45 |
1 files changed, 45 insertions, 0 deletions
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 |