diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-13 19:11:37 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-13 19:11:37 +0100 |
commit | 43d44975b1f49df640916cca5f6a0b138696da3c (patch) | |
tree | 98b95bb1043fc6a599e3c02fbb9b1ee7a363bf89 /toolkit/locales/en-US | |
parent | 6bb02d95f70000b150569089987701c8244d7d5d (diff) | |
download | UXP-43d44975b1f49df640916cca5f6a0b138696da3c.tar UXP-43d44975b1f49df640916cca5f6a0b138696da3c.tar.gz UXP-43d44975b1f49df640916cca5f6a0b138696da3c.tar.lz UXP-43d44975b1f49df640916cca5f6a0b138696da3c.tar.xz UXP-43d44975b1f49df640916cca5f6a0b138696da3c.zip |
Remove WebExtension support from the platform.
- Conditional code
- WE APIs
- WE toolkit theming
Diffstat (limited to 'toolkit/locales/en-US')
-rw-r--r-- | toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd index b5086032c..febc18dfd 100644 --- a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd +++ b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd @@ -24,13 +24,6 @@ <!ENTITY cmd.back.tooltip "Go back one page"> <!ENTITY cmd.forward.tooltip "Go forward one page"> -#ifdef MOZ_WEBEXTENSIONS -<!ENTITY showUnsignedExtensions.button.label "Some extensions could not be verified"> -<!ENTITY showAllExtensions.button.label "Show all extensions"> -<!ENTITY debugAddons.label "Debug Add-ons"> -<!ENTITY debugAddons.accesskey "B"> -#endif - <!-- global warnings --> <!ENTITY warning.safemode.label "All add-ons have been disabled by safe mode."> <!ENTITY warning.checkcompatibility.label "Add-on compatibility checking is disabled. You may have incompatible add-ons."> @@ -242,23 +235,3 @@ <!ENTITY experiment.info.changetelemetry.accesskey "T"> <!ENTITY setting.learnmore "Learn Moreā¦"> - -#ifdef MOZ_WEBEXTENSIONS -<!ENTITY disabledUnsigned.heading "Some add-ons have been disabled"> -<!-- LOCALIZATION NOTE (disabledUnsigned.description.start, disabledUnsigned.description.findAddonsLink, disabledUnsigned.description.end): - These entities form a sentence, with - disabledUnsigned.description.findAddonsLink being a link to an external site. --> -<!ENTITY disabledUnsigned.description.start "The following add-ons have not been verified for use in &brandShortName;. You can "> -<!ENTITY disabledUnsigned.description.findAddonsLink "find replacements"> -<!ENTITY disabledUnsigned.description.end " or ask the developer to get them verified."> -<!ENTITY disabledUnsigned.learnMore "Learn more about our efforts to help keep you safe online."> -<!-- LOCALIZATION NOTE (disabledUnsigned.devInfo.start, disabledUnsigned.devInfo.linkToManual, disabledUnsigned.devInfo.end): - These entities form a sentence, with disabledUnsigned.devInfo.linkToManual - being a link to an external site. --> -<!ENTITY disabledUnsigned.devInfo.start "Developers interested in getting their add-ons verified can continue by reading our "> -<!ENTITY disabledUnsigned.devInfo.linkToManual "manual"> -<!ENTITY disabledUnsigned.devInfo.end "."> - -<!ENTITY pluginDeprecation.description "Missing something? Some plugins are no longer supported by &brandShortName;."> -<!ENTITY pluginDeprecation.learnMore "Learn More."> -#endif |