Upload upstream chromium 69.0.3497
[platform/framework/web/chromium-efl.git] / components / security_state_strings.grdp
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
3   <!-- Strings describing Chrome security policy for DevTools security panel -->
4   <message name="IDS_PRIVATE_USER_DATA_INPUT" desc="Summary phrase for a security problem where the site collects private user data on an insecure page." translateable="false">
5     Private user data input
6   </message>
7   <message name="IDS_PRIVATE_USER_DATA_INPUT_DESCRIPTION" desc="Description of a security problem where the site collects private user data on an insecure page, which results in an omnibox warning." translateable="false">
8     This page includes a password or credit card input over HTTP. A warning has been added to the URL bar.
9   </message>
10   <message name="IDS_INCOGNITO_NONSECURE" desc="Summary phrase for a security problem where the site is non-secure (HTTP) and the user is browsing Incognito." translateable="false">
11     Non-secure page loaded in incognito mode
12   </message>
13   <message name="IDS_INCOGNITO_NONSECURE_DESCRIPTION" desc="Description of a security problem where the site is non-secure (HTTP) and the user is browsing Incognito, which results in an omnibox warning." translateable="false">
14     This page was loaded non-securely in an incognito window. A warning has been added to the URL bar.
15   </message>
16    <message name="IDS_EDITED_NONSECURE" desc="Summary phrase for a security problem where the site is non-secure (HTTP) and user has entered data in a form field." translateable="false">
17     Form field edited on a non-secure page
18   </message>
19   <message name="IDS_EDITED_NONSECURE_DESCRIPTION" desc="Description of a security problem where the site is non-secure (HTTP) and user has entered data in a form field." translateable="false">
20     Data was entered in a field on a non-secure page. A warning has been added to the URL bar.
21   </message>
22   <message name="IDS_SAFEBROWSING_WARNING" desc="Main summary for page when it has been deemed unsafe by the SafeBrowsing service." translateable="false">
23     This page is dangerous (flagged by Google Safe Browsing).
24   </message>
25   <message name="IDS_SAFEBROWSING_WARNING_SUMMARY" desc="Summary phrase for a security problem where the site is deemed unsafe by the SafeBrowsing service." translateable="false">
26     Flagged by Google Safe Browsing
27   </message>
28   <message name="IDS_SAFEBROWSING_WARNING_DESCRIPTION" desc="Description of a security problem where the site is deemed unsafe by the SafeBrowsing service." translateable="false">
29     To check this page's status, visit g.co/safebrowsingstatus.
30   </message>
31   <message name="IDS_SHA1" desc="Summary phrase for a security problem where the site's certificate chain contains a SHA1 signature." translateable="false">
32     insecure (SHA-1)
33   </message>
34   <message name="IDS_SHA1_DESCRIPTION" desc="Description of a security problem where the site's certificate chain contains a SHA1 signature." translateable="false">
35     The certificate chain for this site contains a certificate signed using SHA-1.
36   </message>
37   <message name="IDS_SUBJECT_ALT_NAME_MISSING" desc="Summary phrase for a security problem where the site's certificate is missing a subjectAltName extension." translateable="false">
38     Subject Alternative Name missing
39   </message>
40   <message name="IDS_SUBJECT_ALT_NAME_MISSING_DESCRIPTION" desc="Description of a security problem where the site's certificate is missing a subjectAltName extension." translateable="false">
41     The certificate for this site does not contain a Subject Alternative Name extension containing a domain name or IP address.
42   </message>
43   <message name="IDS_CERTIFICATE_TITLE" desc="Title for the certificate section." translateable="false">
44     Certificate
45   </message>
46
47   <message name="IDS_CERTIFICATE_CHAIN_ERROR" desc="Summary phrase for a security problem with the site's certificate." translateable="false">
48     missing
49   </message>
50   <message name="IDS_CERTIFICATE_CHAIN_ERROR_DESCRIPTION_FORMAT" desc="Description of a security problem with the site's certificate." translateable="false">
51     This site is missing a valid, trusted certificate (<ph name="CERT_ERROR_DESCRIPTION">$1<ex>net::ERR_CERT_AUTHORITY_INVALID</ex></ph>).
52   </message>
53   <message name="IDS_VALID_SERVER_CERTIFICATE" desc="Summary phrase for a site that has a valid server certificate." translateable="false">
54     valid and trusted
55   </message>
56   <message name="IDS_VALID_SERVER_CERTIFICATE_DESCRIPTION" desc="Description of a site that has a valid server certificate." translateable="false">
57     The connection to this site is using a valid, trusted server certificate issued by <ph name="ISSUER">$1<ex>Let's Encrypt Authority X3</ex></ph>.
58   </message>
59
60   <message name="IDS_CERTIFICATE_EXPIRING_SOON" desc="Summary phrase for a site with a certificate that is expiring soon." translateable="false">
61     Certificate expires soon
62   </message>
63   <message name="IDS_CERTIFICATE_EXPIRING_SOON_DESCRIPTION" desc="Description for a site with a certificate that is expiring soon." translateable="false">
64     The certificate for this site expires in less than 48 hours and needs to be renewed.
65   </message>
66
67   <message name="IDS_SSL_CONNECTION_TITLE" desc="Title for the SSL connection explanation." translateable="false">
68     Connection
69   </message>
70   <message name="IDS_STRONG_SSL_SUMMARY" desc="Summary phrase for a site that uses a modern, secure TLS protocol and cipher." translateable="false">
71     secure (strong <ph name="PROTOCOL_VERSION">$1<ex>TLS 1.2</ex></ph>)
72   </message>
73   <message name="IDS_PRIVATE_KEY_PINNING_BYPASSED" desc="Summary phrase for a security state where Private Key Pinning is ignored because the certificate chains to a locally-trusted root." translateable="false">
74     Public-Key-Pinning bypassed
75   </message>
76   <message name="IDS_PRIVATE_KEY_PINNING_BYPASSED_DESCRIPTION" desc="Description of a security state where Private Key Pinning is ignored because the certificate chains to a locally-trusted root." translateable="false">
77     Public-Key-Pinning was bypassed by a local root certificate.
78   </message>
79   <message name="IDS_STRONG_SSL_DESCRIPTION" desc="Description of a site that uses a modern, secure TLS protocol and cipher." translateable="false">
80     The connection to this site is encrypted and authenticated using <ph name="PROTOCOL_VERSION">$1<ex>TLS 1.2</ex></ph> (a strong protocol), <ph name="KEY_EXCHANGE">$2<ex>ECDHE_RSA</ex></ph> (a strong key exchange), and <ph name="CIPHER_SUTE">$3<ex>AES_128_GCM</ex></ph> (a strong cipher).
81   </message>
82   <message name="IDS_OBSOLETE_SSL_SUMMARY" desc="Summary phrase for a site that uses an outdated SSL settings (protocol, key exchange, or cipher)." translateable="false">
83     obsolete connection settings
84   </message>
85   <message name="IDS_OBSOLETE_SSL_DESCRIPTION" desc="Description of a site that uses an outdated TLS protocol or cipher." translateable="false">
86     The connection to this site uses <ph name="PROTOCOL">$1<ex>TLS 1.0</ex></ph> (<ph name="A_PROTOCOL">$2<ex>an obsolete protocol</ex></ph>), <ph name="KEY_EXCHANGE">$3<ex>ECDHE_RSA</ex></ph> (<ph name="A_KEY_EXCHANGE">$4<ex>an obsolete key exchange</ex></ph>), and <ph name="CIPHER">$5<ex>AES_256_CBC with HMAC-SHA1</ex></ph> (<ph name="A_CIPHER">$6<ex>an obsolete cipher</ex></ph>).
87   </message>
88   <message name="IDS_CIPHER_WITH_MAC" desc="Description of an SSL cipher that contains a separate (bulk) cipher and MAC." translateable="false">
89     <ph name="CIPHER">$1<ex>AES_256_CBC</ex></ph> with <ph name="MAC">$2<ex>HMAC-SHA1</ex></ph>
90   </message>
91   <message name="IDS_SSL_AN_OBSOLETE_PROTOCOL" desc="A phrase to describe an SSL/TLS protocol (usually an older version like TLS 1.0) that is old and insecure" translateable="false">
92     an obsolete protocol
93   </message>
94   <message name="IDS_SSL_A_STRONG_PROTOCOL" desc="A phrase to describe an SSL/TLS protocol (e.g. TLS 1.2 or QUIC) that is modern and secure." translateable="false">
95     a strong protocol
96   </message>
97   <message name="IDS_SSL_AN_OBSOLETE_KEY_EXCHANGE" desc="A phrase to describe an SSL/TLS key exchange (e.g. ECDHE) that is old and insecure." translateable="false">
98     an obsolete key exchange
99   </message>
100   <message name="IDS_SSL_A_STRONG_KEY_EXCHANGE" desc="A phrase to describe an SSL/TLS key exchange (e.g. RSA) that is modern and secure." translateable="false">
101     a strong key exchange
102   </message>
103   <message name="IDS_SSL_AN_OBSOLETE_CIPHER" desc="A phrase to describe an SSL/TLS cipher (e.g. AES_256_CBC) that is old and insecure." translateable="false">
104     an obsolete cipher
105   </message>
106   <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">
107     a strong cipher
108   </message>
109   <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">
110     <ph name="A_KEY_EXCHANGE">$1<ex>ECDHE_RSA</ex></ph> with <ph name="A_GROUP">$2<ex>X25519</ex></ph>
111   </message>
112
113   <!-- Mixed Content -->
114   <message name="IDS_RESOURCE_SECURITY_TITLE" desc="Title for the resources security explanation" translateable="false">
115     Resources
116   </message>
117
118   <message name="IDS_SECURE_RESOURCES_SUMMARY" desc="" translateable="false">
119     all served securely
120   </message>
121   <message name="IDS_SECURE_RESOURCES_DESCRIPTION" desc="" translateable="false">
122     All resources on this page are served securely.
123   </message>
124   <message name="IDS_MIXED_PASSIVE_CONTENT_SUMMARY" desc="" translateable="false">
125     mixed content
126   </message>
127   <message name="IDS_MIXED_PASSIVE_CONTENT_DESCRIPTION" desc="" translateable="false">
128     This page includes HTTP resources.
129   </message>
130   <message name="IDS_MIXED_ACTIVE_CONTENT_SUMMARY" desc="" translateable="false">
131     active mixed content
132   </message>
133   <message name="IDS_MIXED_ACTIVE_CONTENT_DESCRIPTION" desc="" translateable="false">
134     You have recently allowed non-secure content (such as scripts or iframes) to run on this site.
135   </message>
136   <message name="IDS_CERT_ERROR_PASSIVE_CONTENT_SUMMARY" desc="" translateable="false">
137     content with certificate errors
138   </message>
139   <message name="IDS_CERT_ERROR_PASSIVE_CONTENT_DESCRIPTION" desc="" translateable="false">
140     This page includes resources that were loaded with certificate errors.
141   </message>
142   <message name="IDS_CERT_ERROR_ACTIVE_CONTENT_SUMMARY" desc="" translateable="false">
143     active content with certificate errors
144   </message>
145   <message name="IDS_CERT_ERROR_ACTIVE_CONTENT_DESCRIPTION" desc="" translateable="false">
146     You have recently allowed content loaded with certificate errors (such as scripts or iframes) to run on this site.
147   </message>
148   <message name="IDS_NON_SECURE_FORM_SUMMARY" desc="" translateable="false">
149     non-secure form
150   </message>
151   <message name="IDS_NON_SECURE_FORM_DESCRIPTION" desc="" translateable="false">
152     This page includes a form with a non-secure "action" attribute.
153   </message>
154 </grit-part>