Chromium Code Reviews| 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"> | |
| 8 This page is dangerous, according to Google Safe Browsing. | |
|
estark
2016/12/07 01:00:09
Can you please check this string with emilyschecht
| |
| 9 </message> | |
| 7 <message name="IDS_MAJOR_SHA1" desc="Summary phrase for a security problem whe re the site's certificate expires in 2017 or later and contains a SHA1 signature in the chain." translateable="false"> | 10 <message name="IDS_MAJOR_SHA1" desc="Summary phrase for a security problem whe re the site's certificate expires in 2017 or later and contains a SHA1 signature in the chain." translateable="false"> |
| 8 SHA-1 Certificate | 11 SHA-1 Certificate |
| 9 </message> | 12 </message> |
| 10 <message name="IDS_MAJOR_SHA1_DESCRIPTION" desc="Description of a security pro blem where the site's certificate expires in 2017 or later and contains a SHA1 s ignature in the chain." translateable="false"> | 13 <message name="IDS_MAJOR_SHA1_DESCRIPTION" desc="Description of a security pro blem where the site's certificate expires in 2017 or later and contains a SHA1 s ignature in the chain." translateable="false"> |
| 11 The certificate for this site expires in 2017 or later, and the certificate chain contains a certificate signed using SHA-1. | 14 The certificate for this site expires in 2017 or later, and the certificate chain contains a certificate signed using SHA-1. |
| 12 </message> | 15 </message> |
| 13 <message name="IDS_MINOR_SHA1" desc="Summary phrase for a security problem whe re the site's certificate expires in 2016 and contains a SHA1 signature in the c hain." translateable="false"> | 16 <message name="IDS_MINOR_SHA1" desc="Summary phrase for a security problem whe re the site's certificate expires in 2016 and contains a SHA1 signature in the c hain." translateable="false"> |
| 14 SHA-1 Certificate | 17 SHA-1 Certificate |
| 15 </message> | 18 </message> |
| 16 <message name="IDS_MINOR_SHA1_DESCRIPTION" desc="Description of a security pro blem where the site's certificate expires in 2016 and contains a SHA1 signature in the chain." translateable="false"> | 19 <message name="IDS_MINOR_SHA1_DESCRIPTION" desc="Description of a security pro blem where the site's certificate expires in 2016 and contains a SHA1 signature in the chain." translateable="false"> |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 58 <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"> |
| 59 an obsolete cipher | 62 an obsolete cipher |
| 60 </message> | 63 </message> |
| 61 <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"> |
| 62 a strong cipher | 65 a strong cipher |
| 63 </message> | 66 </message> |
| 64 <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"> |
| 65 <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> |
| 66 </message> | 69 </message> |
| 67 </grit-part> | 70 </grit-part> |
| OLD | NEW |