mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
[AllAM] Preprocess extensions.dtd to exclude WebExAM-only strings
This commit is contained in:
parent
673fb0b1b1
commit
652805f741
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue