Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4015)

Unified Diff: chrome/app/generated_resources.grd

Issue 1181293003: Expand SecurityStyleChanged interfaces to include explanations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | chrome/browser/ssl/connection_security.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/browser/ssl/connection_security.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698