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 | 3 |
4 <message name="IDS_ERRORPAGE_NET_BUTTON_DETAILS" desc="Label for the button th
at expands the details on a net error page"> | 4 <message name="IDS_ERRORPAGE_NET_BUTTON_DETAILS" desc="Label for the button th
at expands the details on a net error page"> |
5 Details | 5 Details |
6 </message> | 6 </message> |
7 <message name="IDS_ERRORPAGE_NET_BUTTON_HIDE_DETAILS" desc="Label for the butt
on that hides the details on a net error page"> | 7 <message name="IDS_ERRORPAGE_NET_BUTTON_HIDE_DETAILS" desc="Label for the butt
on that hides the details on a net error page"> |
8 Hide details | 8 Hide details |
9 </message> | 9 </message> |
10 <message name="IDS_ERRORPAGES_BUTTON_MORE" desc="Label for the button that exp
ands the details on an error page"> | 10 <message name="IDS_ERRORPAGES_BUTTON_MORE" desc="Label for the button that exp
ands the details on an error page"> |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>w
ww.whatever.com</ex></ph> uses an unsupported protocol. | 248 <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>w
ww.whatever.com</ex></ph> uses an unsupported protocol. |
249 </message> | 249 </message> |
250 | 250 |
251 <message name="IDS_ERRORPAGES_SUMMARY_PINNING_FAILURE_DETAILS" desc="Summary o
f the error page for a certificate which doesn't match the built-in pins for tha
t name"> | 251 <message name="IDS_ERRORPAGES_SUMMARY_PINNING_FAILURE_DETAILS" desc="Summary o
f the error page for a certificate which doesn't match the built-in pins for tha
t name"> |
252 The server certificate at <ph name="HOST_NAME"><strong jscontent="hostNam
e"></strong><ex>www.whatever.com</ex></ph> appears to be a forgery. | 252 The server certificate at <ph name="HOST_NAME"><strong jscontent="hostNam
e"></strong><ex>www.whatever.com</ex></ph> appears to be a forgery. |
253 </message> | 253 </message> |
254 <message name="IDS_ERRORPAGES_HEADING_INSECURE_CONNECTION" desc="Heading in th
e error page for insecure connections."> | 254 <message name="IDS_ERRORPAGES_HEADING_INSECURE_CONNECTION" desc="Heading in th
e error page for insecure connections."> |
255 This site can’t provide a secure connection | 255 This site can’t provide a secure connection |
256 </message> | 256 </message> |
257 <message name="IDS_ERRORPAGES_SUMMARY_BAD_SSL_CLIENT_AUTH_CERT" desc="Summary
in the error page for SSL client certificate authentication failure."> | 257 <message name="IDS_ERRORPAGES_SUMMARY_BAD_SSL_CLIENT_AUTH_CERT" desc="Summary
in the error page for SSL client certificate authentication failure."> |
258 <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>w
ww.whatever.com</ex></ph> didn’t accept your login certificate, or your login ce
rtificate may have expired. | 258 <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>w
ww.whatever.com</ex></ph> didn’t accept your login certificate, or one may not h
ave been provided. |
259 </message> | 259 </message> |
260 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_EXTENSION" desc="Summary in t
he error page when an extension blocks a request."> | 260 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_EXTENSION" desc="Summary in t
he error page when an extension blocks a request."> |
261 Requests to the server have been blocked by an extension. | 261 Requests to the server have been blocked by an extension. |
262 </message> | 262 </message> |
263 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_ADMINISTRATOR" desc="Summary
in the error page when an administrator policy blocks a request."> | 263 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_ADMINISTRATOR" desc="Summary
in the error page when an administrator policy blocks a request."> |
264 The person who set up this computer has chosen to block this site. | 264 The person who set up this computer has chosen to block this site. |
265 </message> | 265 </message> |
266 | 266 |
267 <message name="IDS_ERRORPAGES_HTTP_POST_WARNING" desc="The error message displ
ayed when the user navigates back or forward to a page which would resubmit post
data. They can hit reload to send POST data again and load the page."> | 267 <message name="IDS_ERRORPAGES_HTTP_POST_WARNING" desc="The error message displ
ayed when the user navigates back or forward to a page which would resubmit post
data. They can hit reload to send POST data again and load the page."> |
268 This webpage requires data that you entered earlier in order to be properly
displayed. You can send this data again, but by doing so you will repeat any act
ion this page previously performed. | 268 This webpage requires data that you entered earlier in order to be properly
displayed. You can send this data again, but by doing so you will repeat any act
ion this page previously performed. |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 </if> | 359 </if> |
360 | 360 |
361 <!-- iOS specific error page messages --> | 361 <!-- iOS specific error page messages --> |
362 <if expr="is_ios"> | 362 <if expr="is_ios"> |
363 <message name="IDS_ERRORPAGES_SUMMARY_NOT_AVAILABLE_NO_EMPHASIS" desc="Summa
ry in the error page when we can't connect to a site. [iOS only]"> | 363 <message name="IDS_ERRORPAGES_SUMMARY_NOT_AVAILABLE_NO_EMPHASIS" desc="Summa
ry in the error page when we can't connect to a site. [iOS only]"> |
364 The webpage at <ph name="SITE">$1<ex>google.xom</ex></ph> might be tempora
rily down or it may have moved permanently to a new web address. | 364 The webpage at <ph name="SITE">$1<ex>google.xom</ex></ph> might be tempora
rily down or it may have moved permanently to a new web address. |
365 </message> | 365 </message> |
366 </if> | 366 </if> |
367 | 367 |
368 </grit-part> | 368 </grit-part> |
OLD | NEW |