[AllAM] Preprocess extensions.dtd to exclude WebExAM-only strings

This commit is contained in:
NTD 2018-06-26 16:22:58 -04:00 • committed by Roy Tam
commit 652805f741
2 changed files with 6 additions and 2 deletions

View file

@ -24,10 +24,12 @@
<!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.">
@ -241,6 +243,7 @@
<!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
@ -257,4 +260,5 @@
<!ENTITY disabledUnsigned.devInfo.end ".">
<!ENTITY pluginDeprecation.description "Missing something? Some plugins are no longer supported by &brandShortName;.">
<!ENTITY pluginDeprecation.learnMore "Learn More.">
<!ENTITY pluginDeprecation.learnMore "Learn More.">
#endif