Index: components/ssl_errors_strings.grdp |
diff --git a/components/ssl_errors_strings.grdp b/components/ssl_errors_strings.grdp |
index 6d8ba6b1b077948d864ac1eb81182964f41c5c6f..9b16fb5683ecc419803153f4446fb638b425c217 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 policy. 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> |
-</grit-part> |
+</grit-part> |