diff options
author | Moonchild <moonchild@palemoon.org> | 2020-06-03 10:51:52 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-06-03 10:51:52 +0000 |
commit | 0ccb51f2aebd7b1f88d1911a32f397218a77129d (patch) | |
tree | 9544ce8b2bb7e021dba0c18408739c9ba4405edf /toolkit/locales | |
parent | 5e5f2277f5e6700325618adae685c55716f325c7 (diff) | |
parent | c6ca4380e9e5e95df9de02daf8bfb9a6ebc22810 (diff) | |
download | UXP-0ccb51f2aebd7b1f88d1911a32f397218a77129d.tar UXP-0ccb51f2aebd7b1f88d1911a32f397218a77129d.tar.gz UXP-0ccb51f2aebd7b1f88d1911a32f397218a77129d.tar.lz UXP-0ccb51f2aebd7b1f88d1911a32f397218a77129d.tar.xz UXP-0ccb51f2aebd7b1f88d1911a32f397218a77129d.zip |
Merge branch 'release' of https://github.com/MoonchildProductions/UXP into release
Diffstat (limited to 'toolkit/locales')
-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 | 6 |
2 files changed, 3 insertions, 6 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..370198f56 100644 --- a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties +++ b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties @@ -30,9 +30,6 @@ 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 -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 notification.outdated=An important update is available for %1$S. notification.outdated.link=Update Now @@ -81,9 +78,6 @@ details.notification.incompatible=%1$S is incompatible with %2$S %3$S. #LOCALIZATION NOTE (details.notification.blocked) %1$S is the add-on name details.notification.blocked=%1$S has been disabled due to security or stability issues. details.notification.blocked.link=More Information -#LOCALIZATION NOTE (details.notification.compatibility) %1$S is the add-on name, %2$S is brand name -details.notification.compatibility=%1$S was not designed for %2$S. It may not function properly or cease to function. -details.notification.compatibility.link=More Information #LOCALIZATION NOTE (details.notification.softblocked) %1$S is the add-on name details.notification.softblocked=%1$S is known to cause issues. details.notification.softblocked.link=More Information |