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_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_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_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_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 for this site expires in 2017 or later, and the certificate
chain contains a certificate signed using SHA-1. | 14 The certificate chain for this site contains a certificate signed using SHA-
1. |
15 </message> | |
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"> | |
17 SHA-1 Certificate | |
18 </message> | |
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"> | |
20 The certificate for this site expires in 2016, and the certificate chain con
tains a certificate signed using SHA-1. | |
21 </message> | 15 </message> |
22 <message name="IDS_CERTIFICATE_CHAIN_ERROR" desc="Summary phrase for a securit
y problem with the site's certificate." translateable="false"> | 16 <message name="IDS_CERTIFICATE_CHAIN_ERROR" desc="Summary phrase for a securit
y problem with the site's certificate." translateable="false"> |
23 Certificate Error | 17 Certificate Error |
24 </message> | 18 </message> |
25 <message name="IDS_CERTIFICATE_CHAIN_ERROR_DESCRIPTION_FORMAT" desc="Descripti
on of a security problem with the site's certificate." translateable="false"> | 19 <message name="IDS_CERTIFICATE_CHAIN_ERROR_DESCRIPTION_FORMAT" desc="Descripti
on of a security problem with the site's certificate." translateable="false"> |
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>). | 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>). |
27 </message> | 21 </message> |
28 <message name="IDS_VALID_SERVER_CERTIFICATE" desc="Summary phrase for a site t
hat has a valid server certificate." translateable="false"> | 22 <message name="IDS_VALID_SERVER_CERTIFICATE" desc="Summary phrase for a site t
hat has a valid server certificate." translateable="false"> |
29 Valid Certificate | 23 Valid Certificate |
30 </message> | 24 </message> |
(...skipping 30 matching lines...) Expand all Loading... |
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"> | 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"> |
62 an obsolete cipher | 56 an obsolete cipher |
63 </message> | 57 </message> |
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"> | 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"> |
65 a strong cipher | 59 a strong cipher |
66 </message> | 60 </message> |
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"> | 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"> |
68 <ph name="A_KEY_EXCHANGE">$1<ex>ECDHE_RSA</ex></ph> with <ph name="A_GROUP">
$2<ex>X25519</ex></ph> | 62 <ph name="A_KEY_EXCHANGE">$1<ex>ECDHE_RSA</ex></ph> with <ph name="A_GROUP">
$2<ex>X25519</ex></ph> |
69 </message> | 63 </message> |
70 </grit-part> | 64 </grit-part> |
OLD | NEW |