Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index fe443ddee450a151c633afefa5f6d7fe5a3e7df3..47fbe233c7f37058cb3fc047870dadc4b1aa14b2 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -15643,6 +15643,39 @@ After you create a new supervised user, you can manage their settings at any tim |
| Your printer is ready. |
| </message> |
| </if> |
| + |
| + <!-- Strings describing Chrome security policy for DevTools security panel --> |
| + <message name="IDS_BROKEN_SHA1" desc="Summary phrase for a security problem where the site's certificate expires in 2017 or later and contains a SHA1 signature in the chain."> |
| + SHA-1 Certificate |
| + </message> |
| + <message name="IDS_BROKEN_SHA1_DESCRIPTION" desc="Description of a security problem where the site's certificate expires in 2017 or later and contains a SHA1 signature in the chain."> |
| + The certificate for this site expires in 2017 or later, and the certificate chain contains a certificate signed using SHA-1. |
| + </message> |
| + <message name="IDS_WARNING_SHA1" desc="Summary phrase for a security problem where the site's certificate expires in 2016 and contains a SHA1 signature in the chain."> |
| + SHA-1 Certificate |
| + </message> |
| + <message name="IDS_WARNING_SHA1_DESCRIPTION" desc="Description of a security problem where the site's certificate expires in 2016 and contains a SHA1 signature in the chain."> |
| + The certificate for this site expires in 2016, and the certificate chain contains a certificate signed using SHA-1. |
| + </message> |
| + <message name="IDS_PASSIVE_MIXED_CONTENT" desc="Summary phrase of a security problem where the site displayed passive mixed content."> |
| + Mixed Content |
| + </message> |
| + <message name="IDS_PASSIVE_MIXED_CONTENT_DESCRIPTION" desc="Description of a security problem where the site displayed passive mixed content."> |
| + The site includes HTTP resources. |
| + </message> |
| + <message name="IDS_ACTIVE_MIXED_CONTENT" desc="Summary phrase for a security problem where site ran active mixed content."> |
| + Mixed Content |
|
lgarron
2015/06/18 01:28:45
estark@: Would you mind changing this to "Mixed Sc
Ryan Sleevi
2015/06/18 01:34:03
-1 scripts (can apply to other bits, such as ws://
lgarron
2015/06/18 01:47:25
We only talk about "scripts" to end users [1]. I'm
estark
2015/06/18 18:52:23
Changed to "Active Mixed Content" and "You have re
lgarron
2015/06/18 20:22:46
+1 on definitely running things by Alex before exp
|
| + </message> |
| + <message name="IDS_ACTIVE_MIXED_CONTENT_DESCRIPTION" desc="Description of a security problem where site ran active mixed content."> |
| + You have recently allowed insecure scripts to run on this site. |
| + </message> |
| + <message name="IDS_CERTIFICATE_CHAIN_ERROR" desc="Summary phrase for a security problem with the site's certificate."> |
| + Certificate Error |
| + </message> |
| + <message name="IDS_CERTIFICATE_CHAIN_ERROR_DESCRIPTION_FORMAT" desc="Description of a security problem with the site's certificate."> |
| + There are issues with the site's certificate chain (<ph name="CERT_ERROR_DESCRIPTION">$1<ex>net::ERR_CERT_AUTHORITY_INVALID</ex></ph>). |
| + </message> |
| + |
| </messages> |
| </release> |
| </grit> |