mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
[BASILISK] Port PM Sync Client - Part 6a: Obvious ifdef'ing and clean up
This commit is contained in:
parent
d398d1590c
commit
f73e1c9cf7
14 changed files with 44 additions and 61 deletions
|
|
@ -4,8 +4,10 @@
|
|||
|
||||
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
|
||||
%brandDTD;
|
||||
#ifdef MOZ_SERVICES_SYNC
|
||||
<!ENTITY % syncBrandDTD SYSTEM "chrome://browser/locale/syncBrand.dtd">
|
||||
%syncBrandDTD;
|
||||
#endif
|
||||
|
||||
<!-- These strings are used in the about:home page -->
|
||||
|
||||
|
|
@ -32,7 +34,9 @@
|
|||
<!ENTITY abouthome.preferencesButtonUnix.label "Preferences">
|
||||
<!ENTITY abouthome.addonsButton.label "Add-ons">
|
||||
<!ENTITY abouthome.downloadsButton.label "Downloads">
|
||||
#ifdef MOZ_SERVICES_SYNC
|
||||
<!ENTITY abouthome.syncButton.label "&syncBrand.shortName.label;">
|
||||
#endif
|
||||
|
||||
<!-- LOCALIZATION NOTE (abouthome.aboutMozilla.label): The (invisible) label for
|
||||
the mozilla wordmark in the top-right corner that links to Mozilla's main
|
||||
|
|
|
|||
|
|
@ -40,12 +40,6 @@ can reach it easily. -->
|
|||
<!ENTITY pinTab.accesskey "P">
|
||||
<!ENTITY unpinTab.label "Unpin Tab">
|
||||
<!ENTITY unpinTab.accesskey "b">
|
||||
<!ENTITY sendTabToDevice.label "Send Tab to Device">
|
||||
<!ENTITY sendTabToDevice.accesskey "D">
|
||||
<!ENTITY sendPageToDevice.label "Send Page to Device">
|
||||
<!ENTITY sendPageToDevice.accesskey "D">
|
||||
<!ENTITY sendLinkToDevice.label "Send Link to Device">
|
||||
<!ENTITY sendLinkToDevice.accesskey "D">
|
||||
<!ENTITY moveToNewWindow.label "Move to New Window">
|
||||
<!ENTITY moveToNewWindow.accesskey "W">
|
||||
<!ENTITY bookmarkAllTabs.label "Bookmark All Tabs…">
|
||||
|
|
@ -115,11 +109,6 @@ These should match what Safari and other Apple applications use on OS X Lion. --
|
|||
<!ENTITY showAllTabsCmd.accesskey "A">
|
||||
<!ENTITY toggleReaderMode.key "R">
|
||||
|
||||
<!ENTITY fxaSignIn.label "Sign in to &syncBrand.shortName.label;">
|
||||
<!ENTITY fxaSignInError.label "Reconnect to &syncBrand.shortName.label;">
|
||||
<!ENTITY fxaUnverified.label "Verify Your Account">
|
||||
<!ENTITY syncSettings.label "Open &syncBrand.shortName.label; settings">
|
||||
|
||||
<!ENTITY fullScreenMinimize.tooltip "Minimize">
|
||||
<!ENTITY fullScreenRestore.tooltip "Restore">
|
||||
<!ENTITY fullScreenClose.tooltip "Close">
|
||||
|
|
@ -333,23 +322,6 @@ These should match what Safari and other Apple applications use on OS X Lion. --
|
|||
<!ENTITY appMenuHistory.viewSidebar.label "View History Sidebar">
|
||||
<!ENTITY appMenuHelp.tooltip "Open Help Menu">
|
||||
|
||||
<!ENTITY appMenuRemoteTabs.label "Synced Tabs">
|
||||
<!-- LOCALIZATION NOTE (appMenuRemoteTabs.notabs.label): This is shown beneath
|
||||
the name of a device when that device has no open tabs -->
|
||||
<!ENTITY appMenuRemoteTabs.notabs.label "No open tabs">
|
||||
<!-- LOCALIZATION NOTE (appMenuRemoteTabs.tabsnotsyncing.label): This is shown
|
||||
when Sync is configured but syncing tabs is disabled. -->
|
||||
<!ENTITY appMenuRemoteTabs.tabsnotsyncing.label "Turn on tab syncing to view a list of tabs from your other devices.">
|
||||
<!-- LOCALIZATION NOTE (appMenuRemoteTabs.noclients.label): This is shown
|
||||
when Sync is configured but this appears to be the only device attached to
|
||||
the account. We also show links to download Firefox for android/ios. -->
|
||||
<!ENTITY appMenuRemoteTabs.noclients.title "No synced tabs… yet!">
|
||||
<!ENTITY appMenuRemoteTabs.noclients.subtitle "Want to see your tabs from other devices here?">
|
||||
<!ENTITY appMenuRemoteTabs.openprefs.label "Sync Preferences">
|
||||
<!ENTITY appMenuRemoteTabs.notsignedin.label "Sign in to view a list of tabs from your other devices.">
|
||||
<!ENTITY appMenuRemoteTabs.signin.label "Sign in to Sync">
|
||||
<!ENTITY appMenuRemoteTabs.sidebar.label "View Synced Tabs">
|
||||
|
||||
<!ENTITY customizeMenu.addToToolbar.label "Add to Toolbar">
|
||||
<!ENTITY customizeMenu.addToToolbar.accesskey "A">
|
||||
<!ENTITY customizeMenu.addToPanel.label "Add to Menu">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
locale/browser/aboutDialog.dtd (%chrome/browser/aboutDialog.dtd)
|
||||
locale/browser/aboutPrivateBrowsing.dtd (%chrome/browser/aboutPrivateBrowsing.dtd)
|
||||
locale/browser/aboutPrivateBrowsing.properties (%chrome/browser/aboutPrivateBrowsing.properties)
|
||||
locale/browser/aboutHome.dtd (%chrome/browser/aboutHome.dtd)
|
||||
* locale/browser/aboutHome.dtd (%chrome/browser/aboutHome.dtd)
|
||||
locale/browser/accounts.properties (%chrome/browser/accounts.properties)
|
||||
#ifdef MOZ_SERVICES_HEALTHREPORT
|
||||
locale/browser/aboutHealthReport.dtd (%chrome/browser/aboutHealthReport.dtd)
|
||||
|
|
@ -78,9 +78,12 @@
|
|||
locale/browser/preferences/preferences.properties (%chrome/browser/preferences/preferences.properties)
|
||||
* locale/browser/preferences/privacy.dtd (%chrome/browser/preferences/privacy.dtd)
|
||||
locale/browser/preferences/security.dtd (%chrome/browser/preferences/security.dtd)
|
||||
#ifdef MOZ_SERVICES_SYNC
|
||||
locale/browser/preferences/sync.dtd (%chrome/browser/preferences/sync.dtd)
|
||||
#endif
|
||||
locale/browser/preferences/tabs.dtd (%chrome/browser/preferences/tabs.dtd)
|
||||
locale/browser/preferences/search.dtd (%chrome/browser/preferences/search.dtd)
|
||||
#ifdef MOZ_SERVICES_SYNC
|
||||
locale/browser/syncBrand.dtd (%chrome/browser/syncBrand.dtd)
|
||||
locale/browser/syncSetup.dtd (%chrome/browser/syncSetup.dtd)
|
||||
locale/browser/syncSetup.properties (%chrome/browser/syncSetup.properties)
|
||||
|
|
@ -88,7 +91,6 @@
|
|||
locale/browser/syncKey.dtd (%chrome/browser/syncKey.dtd)
|
||||
locale/browser/syncQuota.dtd (%chrome/browser/syncQuota.dtd)
|
||||
locale/browser/syncQuota.properties (%chrome/browser/syncQuota.properties)
|
||||
#ifdef MOZ_SERVICES_SYNC
|
||||
locale/browser/syncProgress.dtd (%chrome/browser/syncProgress.dtd)
|
||||
locale/browser/aboutSyncTabs.dtd (%chrome/browser/aboutSyncTabs.dtd)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue