mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Rename Options to Preferences and unify location.
This also removes OS-specific naming/handling for separate locations. Fixes #270.
This commit is contained in:
parent
0c6ab64d91
commit
10c9be356b
14 changed files with 12 additions and 52 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<!ENTITY abouthome.historyButton.label "History">
|
||||
<!-- LOCALIZATION NOTE (abouthome.preferencesButtonWin.label): The label for the
|
||||
preferences/options item on about:home on Windows -->
|
||||
<!ENTITY abouthome.preferencesButtonWin.label "Options">
|
||||
<!ENTITY abouthome.preferencesButtonWin.label "Preferences">
|
||||
<!-- LOCALIZATION NOTE (abouthome.preferencesButtonUnix.label): The label for the
|
||||
preferences/options item on about:home on Linux and OS X -->
|
||||
<!ENTITY abouthome.preferencesButtonUnix.label "Preferences">
|
||||
|
|
|
|||
|
|
@ -315,10 +315,8 @@ These should match what Safari and other Apple applications use on OS X Lion. --
|
|||
<!ENTITY selectAllCmd.label "Select All">
|
||||
<!ENTITY selectAllCmd.key "A">
|
||||
<!ENTITY selectAllCmd.accesskey "A">
|
||||
<!ENTITY preferencesCmd2.label "Options">
|
||||
<!ENTITY preferencesCmd2.accesskey "O">
|
||||
<!ENTITY preferencesCmdUnix.label "Preferences">
|
||||
<!ENTITY preferencesCmdUnix.accesskey "n">
|
||||
<!ENTITY preferencesCmd2.label "Preferences">
|
||||
<!ENTITY preferencesCmd2.accesskey "P">
|
||||
|
||||
<!ENTITY clearRecentHistory.label "Clear Recent History…">
|
||||
|
||||
|
|
|
|||
|
|
@ -128,10 +128,8 @@ lwthemeNeedsRestart.accesskey=R
|
|||
# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
|
||||
# #1 is brandShortName and #2 is the number of pop-ups blocked.
|
||||
popupWarning.message=#1 prevented this site from opening a pop-up window.;#1 prevented this site from opening #2 pop-up windows.
|
||||
popupWarningButton=Options
|
||||
popupWarningButton.accesskey=O
|
||||
popupWarningButtonUnix=Preferences
|
||||
popupWarningButtonUnix.accesskey=P
|
||||
popupWarningButton=Preferences
|
||||
popupWarningButton.accesskey=P
|
||||
popupAllow=Allow pop-ups for %S
|
||||
popupBlock=Block pop-ups for %S
|
||||
popupWarningDontShowFromMessage=Don’t show this message when pop-ups are blocked
|
||||
|
|
|
|||
|
|
@ -39,10 +39,6 @@ add-ons-button.tooltiptext3 = Manage your add-ons (%S)
|
|||
preferences-button.label = Preferences
|
||||
preferences-button.tooltiptext2 = Open preferences
|
||||
preferences-button.tooltiptext.withshortcut = Open preferences (%S)
|
||||
# LOCALIZATION NOTE (preferences-button.labelWin): Windows-only label for Options
|
||||
preferences-button.labelWin = Options
|
||||
# LOCALIZATION NOTE (preferences-button.tooltipWin): Windows-only tooltip for Options
|
||||
preferences-button.tooltipWin2 = Open options
|
||||
|
||||
zoom-controls.label = Zoom Controls
|
||||
zoom-controls.tooltiptext2 = Zoom controls
|
||||
|
|
|
|||
|
|
@ -5,8 +5,7 @@
|
|||
|
||||
<!ENTITY migrationWizard.title "Import Wizard">
|
||||
|
||||
<!ENTITY importFrom.label "Import Options, Bookmarks, History, Passwords and other data from:">
|
||||
<!ENTITY importFromUnix.label "Import Preferences, Bookmarks, History, Passwords and other data from:">
|
||||
<!ENTITY importFrom.label "Import Preferences, Bookmarks, History, Passwords and other data from:">
|
||||
<!ENTITY importFromBookmarks.label "Import Bookmarks from:">
|
||||
|
||||
<!ENTITY importFromIE.label "Microsoft Internet Explorer">
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
|
||||
<!ENTITY prefWindow.titleWin "Options">
|
||||
<!ENTITY prefWindow.title "Preferences">
|
||||
<!-- LOCALIZATION NOTE (prefWindow.titleGNOME): This is not used for in-content preferences -->
|
||||
<!ENTITY prefWindow.titleGNOME "&brandShortName; Preferences">
|
||||
|
|
|
|||
|
|
@ -6,8 +6,7 @@
|
|||
<!ENTITY syncCustomize.acceptButton.label "Start">
|
||||
|
||||
<!ENTITY syncCustomize.title "What would you like to sync?">
|
||||
<!ENTITY syncCustomize.description "You can change this selection in Options.">
|
||||
<!ENTITY syncCustomizeUnix.description "You can change this selection in Preferences.">
|
||||
<!ENTITY syncCustomize.description "You can change this selection in Preferences.">
|
||||
|
||||
<!--
|
||||
These engine names are the same as in browser/preferences/sync.dtd except
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
|
||||
<!-- Existing Account Page 2: Manual Login -->
|
||||
<!ENTITY setup.signInPage.title.label "Sign In">
|
||||
<!ENTITY existingRecoveryKey.description "You can get a copy of your Recovery Key by going to &syncBrand.shortName.label; Options on your other device, and selecting "My Recovery Key" under "Manage Account".">
|
||||
<!ENTITY existingRecoveryKey.description "You can get a copy of your Recovery Key by going to &syncBrand.shortName.label; Preferences on your other device, and selecting "My Recovery Key" under "Manage Account".">
|
||||
<!ENTITY verifying.label "Verifying…">
|
||||
<!ENTITY resetPassword.label "Reset Password">
|
||||
<!ENTITY resetSyncKey.label "I have lost my other device.">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue