Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index 5d427df3bbc45c438d86892ec116992e47db47c4..a981246dcc33a2709da16b36632adbceed6834a3 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -6196,6 +6196,20 @@ Keep your key file in a safe place. You will need it to create new versions of y |
<message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY" desc="The text of the identity section when the page is secure."> |
The identity of this website has been verified by <ph name="ISSUER">$1<ex>VeriSign</ex></ph>. |
</message> |
+ <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_SHARED_SECRET" desc="The text of the identity section when the page's security is backed by a shared secret (e.g., TLS-SRP)."> |
+ The identity of this website was verified by TLS mutual authentication using a shared secret. |
+ </message> |
+ <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_BAD_CERT_OK_SHARED_SECRET" desc="The text of the identity section when the page's security is backed by a shared secret (e.g., TLS-SRP) and certificate, and the certificate is bad.."> |
+ The identity of this website could not be verified using the certificate it provided, but it was verified by TLS mutual authentication using a shared secret. |
+ </message> |
+ |
+ <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_PLUS_SHARED_SECRET" desc="The text of the identity section when the page's security is backed by a shared secret (e.g., TLS-SRP) plus a certificate or DNSSEC."> |
+ The identity of this website was also verified by TLS mutual authentication using a shared secret. |
+ </message> |
+ |
+ <message name="IDS_PAGE_INFO_TLS_USER_IDENTITY" desc="The text of the user identity section when the page's security derives from TLS client login authentication."> |
+ You are mutually authenticated to <ph name="DOMAIN_NAME">$1<ex>www.google.com</ex></ph> as <ph name="TLS_USERNAME">$2<ex>user</ex></ph>. |
+ </message> |
<message name="IDS_PAGE_INFO_EV_IDENTITY_TITLE" desc="The title of the identity section when the page is secure with an EV cert."> |
<ph name="ORGANIZATION_NAME">$1<ex>Google Inc</ex></ph> (<ph name="DOMAIN_NAME">$2<ex>www.google.com</ex></ph>) |