mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
95 lines
4 KiB
Properties
95 lines
4 KiB
Properties
# 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
|