| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index d22a470eda5ef7a8b4561aeb16624b37d9c5e49d..de1eb150432905726dd6fa5c2f399272f827753d 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -9548,6 +9548,18 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1
|
| <message name="IDS_PAGE_INFO_SECURITY_TAB_RENEGOTIATION_MESSAGE" desc="This message is displayed when the server hasn't been updated to fix a recent security issues. TLS here is an acronym and need not be translated. 'renegotiation' is a technical term describing a process of agreeing on a new set of security parameters and secrets. 'extension' here should be taken to mean 'amendment' rather than elongation.">
|
| The server does not support the TLS renegotiation extension.
|
| </message>
|
| + <message name="IDS_PAGE_INFO_SECURITY_TAB_CT_NO_SCT" desc="This message is displayed when server's certificate has an SCT attached.">
|
| + Chrome cannot verify that this server's certificate has been observed in a Certificate Transparency log.
|
| + </message>
|
| + <message name="IDS_PAGE_INFO_SECURITY_TAB_CT_HAS_SCT" desc="This message is displayed when server's certificate has an SCT attached.">
|
| + The server's certificate may appear in an unknown Certificate Transparency log.
|
| + </message>
|
| + <message name="IDS_PAGE_INFO_SECURITY_TAB_CT_VERIFIED" desc="This message is displayed when the server's certificate has been verified using Certificate Transparency.">
|
| + A Certificate Transparency log has signed this server's certificate.
|
| + </message>
|
| + <message name="IDS_PAGE_INFO_SECURITY_TAB_CT_NOT_VERIFIED" desc="This message is displayed when the server's certificate could not be verified using Certificate Transparency.">
|
| + The Certificate Transparency signature over this server’s certificate is incorrect
|
| + </message>
|
| <message name="IDS_PAGE_INFO_SITE_INFO_TITLE" desc="The name of the site information section.">
|
| Site information
|
| </message>
|
|
|