diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-06-10 15:56:51 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2018-06-10 15:56:51 +0300 |
commit | 6a9562e5a58716fda5676eb8f7c5d48d9a3b3fd1 (patch) | |
tree | 0a7644fbd4b42654cf46cea65a7d69125872fadc /application/basilisk/locales/en-US/chrome | |
parent | a0cca670db37a84674512948c54acd2673ddd704 (diff) | |
download | UXP-6a9562e5a58716fda5676eb8f7c5d48d9a3b3fd1.tar UXP-6a9562e5a58716fda5676eb8f7c5d48d9a3b3fd1.tar.gz UXP-6a9562e5a58716fda5676eb8f7c5d48d9a3b3fd1.tar.lz UXP-6a9562e5a58716fda5676eb8f7c5d48d9a3b3fd1.tar.xz UXP-6a9562e5a58716fda5676eb8f7c5d48d9a3b3fd1.zip |
[BASILISK] Remove tracking protection controls from the UI if safebrowsing isn't built
Diffstat (limited to 'application/basilisk/locales/en-US/chrome')
-rw-r--r-- | application/basilisk/locales/en-US/chrome/browser/preferences/privacy.dtd | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/application/basilisk/locales/en-US/chrome/browser/preferences/privacy.dtd b/application/basilisk/locales/en-US/chrome/browser/preferences/privacy.dtd index 4c38c111a..e6a7955fb 100644 --- a/application/basilisk/locales/en-US/chrome/browser/preferences/privacy.dtd +++ b/application/basilisk/locales/en-US/chrome/browser/preferences/privacy.dtd @@ -2,6 +2,8 @@ - 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/. --> +<!ENTITY tracking.label "Tracking"> +#ifdef MOZ_SAFE_BROWSING <!ENTITY trackingProtectionHeader.label "Use Tracking Protection"> <!ENTITY trackingProtectionAlways.label "Always"> <!ENTITY trackingProtectionAlways.accesskey "y"> @@ -13,7 +15,6 @@ <!ENTITY trackingProtectionExceptions.label "Exceptions…"> <!ENTITY trackingProtectionExceptions.accesskey "x"> -<!ENTITY tracking.label "Tracking"> <!ENTITY trackingProtectionPBM5.label "Use Tracking Protection in Private Windows"> <!ENTITY trackingProtectionPBM5.accesskey "v"> <!ENTITY trackingProtectionPBMLearnMore.label "Learn more"> @@ -25,6 +26,11 @@ <!ENTITY doNotTrack.pre.label "You can also "> <!ENTITY doNotTrack.settings.label "manage your Do Not Track settings"> <!ENTITY doNotTrack.post.label "."> +#else +<!ENTITY doNotTrack.label "Send a signal that you don’t want to be tracked"> +<!ENTITY doNotTrack.accesskey "T"> +<!ENTITY doNotTrackLearnMore.label "Learn More"> +#endif <!ENTITY history.label "History"> |