diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /toolkit/locales/en-US/chrome/mozapps/update | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'toolkit/locales/en-US/chrome/mozapps/update')
3 files changed, 188 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/mozapps/update/history.dtd b/toolkit/locales/en-US/chrome/mozapps/update/history.dtd new file mode 100644 index 000000000..100509999 --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/update/history.dtd @@ -0,0 +1,16 @@ +<!-- 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 history.title "Update History"> +<!ENTITY history.intro "The following updates have been installed:"> +<!ENTITY closebutton.label "Close"> + +<!ENTITY noupdates.label "No updates installed yet"> + +<!ENTITY name.header "Update Name"> +<!ENTITY date.header "Install Date"> +<!ENTITY type.header "Type"> +<!ENTITY state.header "State"> + diff --git a/toolkit/locales/en-US/chrome/mozapps/update/updates.dtd b/toolkit/locales/en-US/chrome/mozapps/update/updates.dtd new file mode 100644 index 000000000..1247776b4 --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/update/updates.dtd @@ -0,0 +1,77 @@ +<!-- 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 updateWizard.title "Software Update"> + +<!ENTITY checking.title "Checking for Updates"> +<!ENTITY updateCheck.label "Looking for newer versions of &brandShortName;…"> + +<!ENTITY noupdatesfound.title "No Updates Found"> +<!ENTITY noupdatesautoenabled.intro "There are no updates available. &brandShortName; will check + periodically for updates."> +<!ENTITY noupdatesautodisabled.intro "There are no updates available. Please check again later or enable + &brandShortName;'s automatic update checking."> + +<!ENTITY manualUpdate.title "Unable to Update"> +<!ENTITY manualUpdate.desc "A recommended security and stability update is available, but you do + not have the system permissions required to install it. Please contact your + system administrator, or try again from an account that has permission to + install software on this computer."> +<!ENTITY manualUpdate.space.desc "A recommended security and stability update is available, but you do + not have enough space to install it."> +<!ENTITY manualUpdateGetMsg.label "You can always get the latest version of &brandShortName; at:"> + +<!ENTITY unsupported.title "System Unsupported"> +<!ENTITY unsupported.label "Your &brandShortName; is out of date, but the latest version is not + supported on your system. Please upgrade your system, then try again. + You will not see this notice again, but you can"> +<!ENTITY unsupportedLink.label "learn more."> + +<!ENTITY clickHere.label "View more information about this update"> + +<!ENTITY evangelism.desc "It is strongly recommended that you apply this + update for &brandShortName; as soon as possible."> + +<!ENTITY downloadPage.title "Downloading &brandShortName;"> +<!ENTITY downloading.intro "Downloading the update…"> +<!ENTITY connecting.label "Connecting to the update server…"> +<!ENTITY verificationFailedText.label "&brandShortName; was unable to verify the integrity of the + incremental update it downloaded, so it is now downloading + the complete update package."> + +<!ENTITY viewDetails.tooltip "View details for this update"> + +<!ENTITY details.link "Details"> + +<!ENTITY error.title "Update Failed"> + +<!ENTITY error.label "There were problems checking for, downloading, or installing this + update. &brandShortName; could not be updated because:"> + +<!ENTITY errorManual.label "You can update &brandShortName; manually by visiting this link + and downloading the latest version:"> + +<!ENTITY errorpatching.intro "The partial Update could not be applied. + &brandShortName; will try again by downloading a complete Update."> + +<!ENTITY genericBackgroundError.label "&brandShortName; is unable to determine if there is an update available. Please + make sure that you have the latest version of &brandShortName; from:"> + +<!ENTITY finishedPage.title "Update Ready to Install"> +<!ENTITY finishedPage.text "The update will be installed the next time &brandShortName; starts. You + can restart &brandShortName; now, or continue working and restart later."> + +<!ENTITY finishedBackgroundPage.text "A security and stability update for &brandShortName; has been + downloaded and is ready to be installed."> +<!ENTITY finishedBackground.name "Update:"> +<!-- LOCALIZATION NOTE (finishedBackground.more): This string describes the button labels defined by restartNowButton and restartLaterButton in updates.properties. --> +<!ENTITY finishedBackground.more "The update will be installed the next time &brandShortName; starts. You + can restart &brandShortName; now, or continue working and restart later."> +<!ENTITY finishedBackground.moreElevated "This update requires administrator privileges. The update will be + installed the next time &brandShortName; starts. You can restart + &brandShortName; now, continue working and restart later, or decline this + update."> + +<!ENTITY update.details.label "Details"> +<!ENTITY update.installedOn.label "Installed on:"> +<!ENTITY update.status.label "Status:"> diff --git a/toolkit/locales/en-US/chrome/mozapps/update/updates.properties b/toolkit/locales/en-US/chrome/mozapps/update/updates.properties new file mode 100644 index 000000000..dadf03c47 --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/update/updates.properties @@ -0,0 +1,95 @@ +# 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 the update name and the 2nd %S is the build +# identifier from the local updates.xml for displaying update history +# example: MyApplication (20081022033543) +updateFullName=%S (%S) + +# 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 + +# LOCALIZATION NOTE: When present +# %1$S is the brandShortName. Ex: MyApplication +# %2$S is the update version - provided by the update xml. Ex: version 10.0.5 +# %3$S is the build identifier - provided by the update xml. Ex: 20081022033543 +updateNightlyName=%1$S %2$S %3$S nightly +intro_major=Do you want to upgrade to %1$S %2$S now? +intro_minor=A security and stability update for %1$S is available: + +updateType_major=New Version +updateType_minor=Security Update + +# LOCALIZATION NOTE: When present %S is brandShortName +verificationError=%S could not confirm the integrity of the update package. +resumePausedAfterCloseTitle=Software Update +resumePausedAfterCloseMsg=You have paused downloading this update. Do you want to download the update in the background while you continue to use %S? +updaterIOErrorTitle=Software Update Failed +updaterIOErrorMsg=The update could not be installed. Please make sure there are no other copies of %S running on your computer, and then restart %S to try again. +okButton=OK +okButton.accesskey=O +askLaterButton=Ask Later +askLaterButton.accesskey=A +noThanksButton=No Thanks +noThanksButton.accesskey=N +updateButton_minor=Update %S +updateButton_minor.accesskey=U +updateButton_major=Get the New Version +updateButton_major.accesskey=G +backButton=Back +backButton.accesskey=B +acceptTermsButton=Accept Terms +acceptTermsButton.accesskey=A +# 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 + +# LOCALIZATION NOTE: %S is the date the update was installed from the local +# updates.xml for displaying update history +statusSucceededFormat=Installed on: %S + +statusFailed=Install Failed +pauseButtonPause=Pause +pauseButtonResume=Resume +hideButton=Hide +hideButton.accesskey=H + +applyingUpdate=Applying update… + +updatesfound_minor.title=Update Available +updatesfound_major.title=New Version Available + +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. + +# LOCALIZATION NOTE: %S is the amount downloaded so far +# example: Paused — 879 KB of 2.1 MB +downloadPausedStatus=Paused — %S + +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 |