diff options
author | Moonchild <git-repo@palemoon.org> | 2020-02-19 14:34:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 14:34:44 +0100 |
commit | 8dc04fc24bac6ed233fd566d268bd57943de51f1 (patch) | |
tree | f57ca930c13979e273211e1434f846d6671e84d1 /toolkit | |
parent | 2073a7f1c98d37b03648a4b33619e5b03f8dfeda (diff) | |
parent | 461a9e86b22277285553f0e75bcce353c55bf69d (diff) | |
download | UXP-8dc04fc24bac6ed233fd566d268bd57943de51f1.tar UXP-8dc04fc24bac6ed233fd566d268bd57943de51f1.tar.gz UXP-8dc04fc24bac6ed233fd566d268bd57943de51f1.tar.lz UXP-8dc04fc24bac6ed233fd566d268bd57943de51f1.tar.xz UXP-8dc04fc24bac6ed233fd566d268bd57943de51f1.zip |
Merge pull request #1452 from JustOff/Issue1445_cleanup
Issue #1445 - strings cleanup
Diffstat (limited to 'toolkit')
-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, 1 insertions, 4 deletions
diff --git a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd index febc18dfd..a99c825f1 100644 --- a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd +++ b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd @@ -211,9 +211,6 @@ <!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 b98160b53..fc46037cb 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 (details.notification.compatibility) %1$S is the add-on name, %2$S is brand name +#LOCALIZATION NOTE (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. #LOCALIZATION NOTE (notification.outdated) %1$S is the add-on name notification.outdated=An important update is available for %1$S. |