mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
parent
24fda598ca
commit
114e3529bc
5 changed files with 145 additions and 2 deletions
|
|
@ -14,6 +14,7 @@
|
|||
for the help button in the menubar but Gnome does not. -->
|
||||
<!ENTITY helpMenuWin.label "Help">
|
||||
<!ENTITY helpMenuWin.accesskey "H">
|
||||
<!ENTITY updateCmd.label "Check for Updates…">
|
||||
<!ENTITY aboutProduct.label "About &brandShortName;">
|
||||
<!ENTITY aboutProduct.accesskey "A">
|
||||
<!ENTITY productHelp.label "&brandShortName; Help">
|
||||
|
|
|
|||
|
|
@ -201,6 +201,22 @@ update.openUpdateUI.upgradeButton.accesskey=U
|
|||
update.restart.upgradeButton.label=Upgrade Now
|
||||
update.restart.upgradeButton.accesskey=U
|
||||
|
||||
# Check for Updates in the Help Menu
|
||||
# LOCALIZATION NOTE (updatesItem_*): these are alternative labels for Check for Update item in Help menu.
|
||||
# Which one is used depends on Update process state.
|
||||
updatesItem_default=Check for Updates…
|
||||
updatesItem_defaultFallback=Check for Updates…
|
||||
updatesItem_default.accesskey=C
|
||||
updatesItem_downloading=Downloading %S…
|
||||
updatesItem_downloadingFallback=Downloading Update…
|
||||
updatesItem_downloading.accesskey=D
|
||||
updatesItem_resume=Resume Downloading %S…
|
||||
updatesItem_resumeFallback=Resume Downloading Update…
|
||||
updatesItem_resume.accesskey=D
|
||||
updatesItem_pending=Apply Downloaded Update Now…
|
||||
updatesItem_pendingFallback=Apply Downloaded Update Now…
|
||||
updatesItem_pending.accesskey=D
|
||||
|
||||
# RSS Pretty Print
|
||||
feedShowFeedNew=Subscribe to '%S'…
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue