| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <grit-part> | 2 <grit-part> |
| 3 <!-- Strings describing Chrome security policy for DevTools security panel --> | 3 <!-- Strings describing Chrome security policy for DevTools security panel --> |
| 4 <message name="IDS_PRIVATE_USER_DATA_INPUT" desc="Summary phrase for a securit
y problem where the site collects private user data on an insecure page." transl
ateable="false"> | 4 <message name="IDS_PRIVATE_USER_DATA_INPUT" desc="Summary phrase for a securit
y problem where the site collects private user data on an insecure page." transl
ateable="false"> |
| 5 Private User Data Input | 5 Private User Data Input |
| 6 </message> | 6 </message> |
| 7 <message name="IDS_SAFEBROWSING_WARNING" desc="Summary phrase for a security p
roblem where the site is deemed unsafe by the SafeBrowsing service." translateab
le="false"> | 7 <message name="IDS_SAFEBROWSING_WARNING" desc="Summary phrase for a security p
roblem where the site is deemed unsafe by the SafeBrowsing service." translateab
le="false"> |
| 8 This page is dangerous (flagged by Google Safe Browsing). | 8 This page is dangerous (flagged by Google Safe Browsing). |
| 9 </message> | 9 </message> |
| 10 <message name="IDS_SHA1" desc="Summary phrase for a security problem where the
site's certificate chain contains a SHA1 signature." translateable="false"> | 10 <message name="IDS_SHA1" desc="Summary phrase for a security problem where the
site's certificate chain contains a SHA1 signature." translateable="false"> |
| 11 SHA-1 Certificate | 11 SHA-1 Certificate |
| 12 </message> | 12 </message> |
| 13 <message name="IDS_SHA1_DESCRIPTION" desc="Description of a security problem w
here the site's certificate chain contains a SHA1 signature." translateable="fal
se"> | 13 <message name="IDS_SHA1_DESCRIPTION" desc="Description of a security problem w
here the site's certificate chain contains a SHA1 signature." translateable="fal
se"> |
| 14 The certificate chain for this site contains a certificate signed using SHA-
1. | 14 The certificate chain for this site contains a certificate signed using SHA-
1. |
| 15 </message> | 15 </message> |
| 16 <message name="IDS_SUBJECT_ALT_NAME_MISSING" desc="Summary phrase for a securi
ty problem where the site's certificate is missing a subjectAltName extension."
translateable="false"> |
| 17 Subject Alternative Name Missing |
| 18 </message> |
| 19 <message name="IDS_SUBJECT_ALT_NAME_MISSING_DESCRIPTION" desc="Description of
a security problem where the site's certificate is missing a subjectAltName exte
nsion." translateable="false"> |
| 20 The certificate for this site does not contain a Subject Alternative Name ex
tension. |
| 21 </message> |
| 16 <message name="IDS_CERTIFICATE_CHAIN_ERROR" desc="Summary phrase for a securit
y problem with the site's certificate." translateable="false"> | 22 <message name="IDS_CERTIFICATE_CHAIN_ERROR" desc="Summary phrase for a securit
y problem with the site's certificate." translateable="false"> |
| 17 Certificate Error | 23 Certificate Error |
| 18 </message> | 24 </message> |
| 19 <message name="IDS_CERTIFICATE_CHAIN_ERROR_DESCRIPTION_FORMAT" desc="Descripti
on of a security problem with the site's certificate." translateable="false"> | 25 <message name="IDS_CERTIFICATE_CHAIN_ERROR_DESCRIPTION_FORMAT" desc="Descripti
on of a security problem with the site's certificate." translateable="false"> |
| 20 There are issues with the site's certificate chain (<ph name="CERT_ERROR_DES
CRIPTION">$1<ex>net::ERR_CERT_AUTHORITY_INVALID</ex></ph>). | 26 There are issues with the site's certificate chain (<ph name="CERT_ERROR_DES
CRIPTION">$1<ex>net::ERR_CERT_AUTHORITY_INVALID</ex></ph>). |
| 21 </message> | 27 </message> |
| 22 <message name="IDS_VALID_SERVER_CERTIFICATE" desc="Summary phrase for a site t
hat has a valid server certificate." translateable="false"> | 28 <message name="IDS_VALID_SERVER_CERTIFICATE" desc="Summary phrase for a site t
hat has a valid server certificate." translateable="false"> |
| 23 Valid Certificate | 29 Valid Certificate |
| 24 </message> | 30 </message> |
| 25 <message name="IDS_VALID_SERVER_CERTIFICATE_DESCRIPTION" desc="Description of
a site that has a valid server certificate." translateable="false"> | 31 <message name="IDS_VALID_SERVER_CERTIFICATE_DESCRIPTION" desc="Description of
a site that has a valid server certificate." translateable="false"> |
| (...skipping 29 matching lines...) Expand all Loading... |
| 55 <message name="IDS_SSL_AN_OBSOLETE_CIPHER" desc="A phrase to describe an SSL/T
LS cipher (e.g. AES_256_CBC) that is old and insecure." translateable="false"> | 61 <message name="IDS_SSL_AN_OBSOLETE_CIPHER" desc="A phrase to describe an SSL/T
LS cipher (e.g. AES_256_CBC) that is old and insecure." translateable="false"> |
| 56 an obsolete cipher | 62 an obsolete cipher |
| 57 </message> | 63 </message> |
| 58 <message name="IDS_SSL_A_STRONG_CIPHER" desc="A phrase to describe an SSL/TLS
cipher (e.g. AES_128_GCM or ChaCha20 with Poly1305) that is modern and secure."
translateable="false"> | 64 <message name="IDS_SSL_A_STRONG_CIPHER" desc="A phrase to describe an SSL/TLS
cipher (e.g. AES_128_GCM or ChaCha20 with Poly1305) that is modern and secure."
translateable="false"> |
| 59 a strong cipher | 65 a strong cipher |
| 60 </message> | 66 </message> |
| 61 <message name="IDS_SSL_KEY_EXCHANGE_WITH_GROUP" desc="A phrase to describe an
SSL/TLS ECDHE-based key exchange with a group." translateable="false"> | 67 <message name="IDS_SSL_KEY_EXCHANGE_WITH_GROUP" desc="A phrase to describe an
SSL/TLS ECDHE-based key exchange with a group." translateable="false"> |
| 62 <ph name="A_KEY_EXCHANGE">$1<ex>ECDHE_RSA</ex></ph> with <ph name="A_GROUP">
$2<ex>X25519</ex></ph> | 68 <ph name="A_KEY_EXCHANGE">$1<ex>ECDHE_RSA</ex></ph> with <ph name="A_GROUP">
$2<ex>X25519</ex></ph> |
| 63 </message> | 69 </message> |
| 64 </grit-part> | 70 </grit-part> |
| OLD | NEW |