| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 7baec8d3dee6a0a4055f7e62b87a52f2279c64e6..d5bc42ad7c01d43bf20da9c796f70efa710f4f10 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -4472,6 +4472,18 @@ Update checks have repeatedly failed for the extension "<ph name="EXTENSION_NAME
|
| <message name="IDS_EXTENSION_CANT_DOWNGRADE_VERSION" desc="Error message when a user tries to install an extension with a lower version that a version that it already installed.">
|
| Attempted to downgrade extension.
|
| </message>
|
| + <message name="IDS_EXTENSION_WEBGL_NOT_SUPPORTED" desc="Error message when an extension has a requirement for WebGL that the system does not support.">
|
| + WebGL is not supported.
|
| + </message>
|
| + <message name="IDS_EXTENSION_CSS3D_NOT_SUPPORTED" desc="Error message when an extension has a requirement for CSS3d that the system does not support.">
|
| + CSS3d is not supported.
|
| + </message>
|
| + <message name="IDS_EXTENSION_PLUGINS_NOT_SUPPORTED" desc="Error message when an extension has a requirement for plugins that the system does not support.">
|
| + Plugins are not supported.
|
| + </message>
|
| + <message name="IDS_EXTENSION_REQUIREMENT_DISABLE" desc="Error message when an extension was disabled due to unsupported requirements and the user attempts to re-enable the extension.">
|
| + Cannot enable, not all requirements are met.
|
| + </message>
|
| <message name="IDS_EXTENSION_CANT_INSTALL_BLACKLISTED" desc="Error message when a user tries to install an extension that is blacklisted.">
|
| This extension is blacklisted.
|
| </message>
|
|
|