diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-19 06:34:02 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-19 06:34:02 +0100 |
commit | 8a5b1214895d2dfb991485d2d24052f6dde44a8d (patch) | |
tree | 947ce2741e73294a14f8195c501523103dcb0634 | |
parent | 9550c68d7a2f369b0b8800359142abd620b4c74e (diff) | |
download | UXP-8a5b1214895d2dfb991485d2d24052f6dde44a8d.tar UXP-8a5b1214895d2dfb991485d2d24052f6dde44a8d.tar.gz UXP-8a5b1214895d2dfb991485d2d24052f6dde44a8d.tar.lz UXP-8a5b1214895d2dfb991485d2d24052f6dde44a8d.tar.xz UXP-8a5b1214895d2dfb991485d2d24052f6dde44a8d.zip |
Revert "Issue #1445 - strings cleanup"
This reverts commit 461a9e86b22277285553f0e75bcce353c55bf69d.
-rw-r--r-- | toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd | 3 | ||||
-rw-r--r-- | toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd index a99c825f1..febc18dfd 100644 --- a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd +++ b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd @@ -211,6 +211,9 @@ <!ENTITY addon.loadingReleaseNotes.label "Loading…"> <!ENTITY addon.errorLoadingReleaseNotes.label "Sorry, but there was an error loading the release notes."> +<!ENTITY addon.nativeAddon "This add-on directly targets &brandFullName;"> +<!ENTITY addon.compatAddon "This add-on targets Mozilla Firefox and runs in compatibility mode"> + <!ENTITY addon.createdBy.label "By "> <!ENTITY eula.title "End-User License Agreement"> diff --git a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties index 0b5ec69a1..3ee8a36c1 100644 --- a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties +++ b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties @@ -30,7 +30,7 @@ notification.blocked.link=More Information #LOCALIZATION NOTE (notification.softblocked) %1$S is the add-on name notification.softblocked=%1$S is known to cause issues. notification.softblocked.link=More Information -#LOCALIZATION NOTE (notification.compatibility) %1$S is the add-on name, %2$S is brand name +#LOCALIZATION NOTE (details.notification.compatibility) %1$S is the add-on name, %2$S is brand name notification.compatibility=%1$S was not designed for %2$S. It may not function properly or cease to function. notification.compatibility.link=More Information #LOCALIZATION NOTE (notification.outdated) %1$S is the add-on name |