diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-12-01 16:26:26 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-12-01 16:26:26 -0500 |
commit | e5e21699ca95369651670a302fde26dc6c19b4bd (patch) | |
tree | 7d6a445040cd9224adda20d1bc2991a3671a1b15 /application/palemoon/locales/en-US | |
parent | f8e83e7e6dacb7fe00ccb52f62af634bc05dbdfc (diff) | |
download | UXP-e5e21699ca95369651670a302fde26dc6c19b4bd.tar UXP-e5e21699ca95369651670a302fde26dc6c19b4bd.tar.gz UXP-e5e21699ca95369651670a302fde26dc6c19b4bd.tar.lz UXP-e5e21699ca95369651670a302fde26dc6c19b4bd.tar.xz UXP-e5e21699ca95369651670a302fde26dc6c19b4bd.zip |
[PALEMOON] Complete making Sync optional at build time
Diffstat (limited to 'application/palemoon/locales/en-US')
-rw-r--r-- | application/palemoon/locales/en-US/chrome/browser/aboutHome.dtd | 4 | ||||
-rw-r--r-- | application/palemoon/locales/en-US/chrome/browser/browser.dtd | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/application/palemoon/locales/en-US/chrome/browser/aboutHome.dtd b/application/palemoon/locales/en-US/chrome/browser/aboutHome.dtd index 03ffe629d..d3bd85fc8 100644 --- a/application/palemoon/locales/en-US/chrome/browser/aboutHome.dtd +++ b/application/palemoon/locales/en-US/chrome/browser/aboutHome.dtd @@ -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 --> @@ -19,4 +21,6 @@ <!ENTITY abouthome.addonsButton.label "Add-ons"> <!ENTITY abouthome.appsButton.label "Marketplace"> <!ENTITY abouthome.downloadsButton.label "Downloads"> +#ifdef MOZ_SERVICES_SYNC <!ENTITY abouthome.syncButton.label "&syncBrand.shortName.label;"> +#endif
\ No newline at end of file diff --git a/application/palemoon/locales/en-US/chrome/browser/browser.dtd b/application/palemoon/locales/en-US/chrome/browser/browser.dtd index 8632b44b4..439057a84 100644 --- a/application/palemoon/locales/en-US/chrome/browser/browser.dtd +++ b/application/palemoon/locales/en-US/chrome/browser/browser.dtd @@ -567,6 +567,7 @@ just addresses the organization to follow, e.g. "This site is run by " --> The word "toolbar" is appended automatically and should not be contained below! --> <!ENTITY tabsToolbar.label "Browser tabs"> +#ifdef MOZ_SERVICES_SYNC <!-- LOCALIZATION NOTE (syncTabsMenu2.label): This appears in the history menu --> <!ENTITY syncTabsMenu2.label "Tabs From Other Devices"> @@ -577,6 +578,7 @@ just addresses the organization to follow, e.g. "This site is run by " --> <!ENTITY syncSyncNowItem.label "Sync Now"> <!ENTITY syncSyncNowItem.accesskey "S"> <!ENTITY syncToolbarButton.label "Sync"> +#endif <!ENTITY addonBarCloseButton.tooltip "Close Add-on Bar"> <!ENTITY toggleAddonBarCmd.key "/"> |