diff options
author | Moonchild <moonchild@palemoon.org> | 2020-07-12 01:34:17 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-07-12 01:34:17 +0200 |
commit | a69eda9b9c9e069d212aeefce0f6c85b0f88b9e7 (patch) | |
tree | 6579d8e72b6fba1836c846e5a0509fe385ca6ba3 /toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties | |
parent | f1b51be787c11090c8d9b2ec73255df7a67c7eb7 (diff) | |
download | UXP-a69eda9b9c9e069d212aeefce0f6c85b0f88b9e7.tar UXP-a69eda9b9c9e069d212aeefce0f6c85b0f88b9e7.tar.gz UXP-a69eda9b9c9e069d212aeefce0f6c85b0f88b9e7.tar.lz UXP-a69eda9b9c9e069d212aeefce0f6c85b0f88b9e7.tar.xz UXP-a69eda9b9c9e069d212aeefce0f6c85b0f88b9e7.zip |
Revert "Revert "Issue #1445 - Clarify the status of extensions in the Add-On manager""
This reverts commit d21b46fc9c9278bc0529fe8736d2c9e91dee75bc.
Diffstat (limited to 'toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties')
-rw-r--r-- | toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties index 370198f56..5e64e938a 100644 --- a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties +++ b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties @@ -30,6 +30,8 @@ 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 +notification.compatibility=%1$S was not designed for %2$S. #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 @@ -78,6 +80,8 @@ 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. #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 |