Index: components/ssl_errors_strings.grdp |
diff --git a/components/ssl_errors_strings.grdp b/components/ssl_errors_strings.grdp |
index 6d8ba6b1b077948d864ac1eb81182964f41c5c6f..8c2be75b07c81aaa78dca1b11539a0d2cd61c4ef 100644 |
--- a/components/ssl_errors_strings.grdp |
+++ b/components/ssl_errors_strings.grdp |
@@ -120,6 +120,13 @@ |
The server's certificate appears to be a forgery. |
</message> |
+ <message name="IDS_CERT_ERROR_CERTIFICATE_TRANSPARENCY_REQUIRED_DETAILS" desc="Details of the error page for a site or certificate that requires compliance with the Chromium Certificate Transparency Policy"> |
+ The server presented a certificate that was not publicly disclosed using the Certificate Transparency protocol. This is a requirement for some certificates, to ensure that they are trustworthy and protect against attackers. |
+ </message> |
+ <message name="IDS_CERT_ERROR_CERTIFICATE_TRANSPARENCY_REQUIRED_DESCRIPTION" desc="Description of the error page for a site or certificate that requires compliance with the Chromium Certificate Transparency Policy"> |
+ The server's certificate was not disclosed via Certificate Transparency. |
+ </message> |
+ |
<if expr="_google_chrome"> |
<if expr="is_ios"> |
<message name="IDS_CERT_ERROR_AUTHORITY_INVALID_DETAILS" desc="Details for an X509 certificate with an invalid authority"> |
@@ -156,4 +163,4 @@ |
</if> |
</if> |
felt
2016/06/29 19:33:05
nit: stray change at EOL?
Ryan Sleevi
2016/06/29 23:03:53
File was missing an EOL, and for the life of my, g
|
-</grit-part> |
+</grit-part> |