diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-02-16 13:10:55 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-02-16 13:10:55 +0100 |
commit | f107de8a9051489a7cb786ff0106d8f3ab046ca8 (patch) | |
tree | 59f07b59446a7a26019ba52dd99436cfdb814724 /toolkit/locales | |
parent | d3067ffdda436ba6c9aa1dc5b9453ecff36e4203 (diff) | |
download | UXP-f107de8a9051489a7cb786ff0106d8f3ab046ca8.tar UXP-f107de8a9051489a7cb786ff0106d8f3ab046ca8.tar.gz UXP-f107de8a9051489a7cb786ff0106d8f3ab046ca8.tar.lz UXP-f107de8a9051489a7cb786ff0106d8f3ab046ca8.tar.xz UXP-f107de8a9051489a7cb786ff0106d8f3ab046ca8.zip |
Issue #1445 - Clarify the status of extensions in the Add-On manager
This resolves #1445.
Diffstat (limited to 'toolkit/locales')
-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 |