From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../chrome/mozapps/update/updates.properties | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 l10n-en-GB/toolkit/chrome/mozapps/update/updates.properties (limited to 'l10n-en-GB/toolkit/chrome/mozapps/update/updates.properties') 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..a3eeb836d2 --- /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 +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 +check_error-update_url_not_available=Update URL not available +check_error-connection_aborted=Connection aborted -- cgit v1.2.3