Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(709)

Side by Side Diff: components/error_page_strings.grdp

Issue 2094733002: Remove details strings used by iframes on network error pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix errorpage tests Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 </message> 218 </message>
219 <message name="IDS_ERRORPAGES_SUMMARY_EMPTY_RESPONSE" desc="Summary in the err or page when no data is received."> 219 <message name="IDS_ERRORPAGES_SUMMARY_EMPTY_RESPONSE" desc="Summary in the err or page when no data is received.">
220 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> didn’t send any data. 220 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> didn’t send any data.
221 </message> 221 </message>
222 <message name="IDS_ERRORPAGES_SUMMARY_INVALID_RESPONSE" desc="Summary in the e rror page when a response from the server contains duplicate headers."> 222 <message name="IDS_ERRORPAGES_SUMMARY_INVALID_RESPONSE" desc="Summary in the e rror page when a response from the server contains duplicate headers.">
223 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> sent an invalid response. 223 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> sent an invalid response.
224 </message> 224 </message>
225 <message name="IDS_ERRORPAGES_SUMMARY_DNS_PROBE_RUNNING" desc="Summary in the error page when DNS resolution failed and we are running a probe to figure out w hy. The 'abbr' tag is used to indicate that 'DNS address' is an abbreviation."> 225 <message name="IDS_ERRORPAGES_SUMMARY_DNS_PROBE_RUNNING" desc="Summary in the error page when DNS resolution failed and we are running a probe to figure out w hy. The 'abbr' tag is used to indicate that 'DNS address' is an abbreviation.">
226 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph>’s &lt;abbr id="dnsDefinition"&gt;DNS address&lt;/abbr& gt; could not be found. Diagnosing the problem. 226 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph>’s &lt;abbr id="dnsDefinition"&gt;DNS address&lt;/abbr& gt; could not be found. Diagnosing the problem.
227 </message> 227 </message>
228 <message name="IDS_ERRORPAGES_DETAILS_TIMED_OUT" desc="The error message displ ayed when a page takes too long to load.">
229 The operation timed out.
230 </message>
231 <message name="IDS_ERRORPAGES_DETAILS_CONNECTION_CLOSED" desc="The error messa ge displayed when the server unexpectedly closes a connection.">
232 The server unexpectedly closed the connection.
233 </message>
234 <message name="IDS_ERRORPAGES_DETAILS_CONNECTION_RESET" desc="The error messag e displayed when a connection was reset.">
235 The connection was reset.
236 </message>
237 <message name="IDS_ERRORPAGES_DETAILS_CONNECTION_REFUSED" desc="The error mess age displayed when we try and connect to a server, but the server doesn't let us .">
238 The server refused the connection.
239 </message>
240 <message name="IDS_ERRORPAGES_DETAILS_CONNECTION_FAILED" desc="The error messa ge displayed when we can not reach the website.">
241 The attempt to connect to the server failed.
242 </message>
243 <message name="IDS_ERRORPAGES_DETAILS_NETWORK_CHANGED" desc="The error message displayed when a connection is interrupted because the network changed.">
244 A network change was detected.
245 </message>
246 <message name="IDS_ERRORPAGES_DETAILS_NAME_NOT_RESOLVED" desc="The error messa ge displayed when a dns look up fails.">
247 Unable to resolve the server's DNS address.
248 </message>
249 <message name="IDS_ERRORPAGES_DETAILS_ICANN_NAME_COLLISION" desc="The error me ssage displayed when a dns look up fails due to containing 127.0.53.53.">
250 This site is using a new generic top-level domain.
251 </message>
252 <message name="IDS_ERRORPAGES_DETAILS_ADDRESS_UNREACHABLE" desc="The error mes sage displayed when we can't reach a server.">
253 Unable to reach the server.
254 </message>
255 <message name="IDS_ERRORPAGES_DETAILS_NETWORK_ACCESS_DENIED" desc="The error m essage displayed when we're not being allowed to access the network.">
256 Unable to access the network.
257 </message>
258 <message name="IDS_ERRORPAGES_DETAILS_FILE_ACCESS_DENIED" desc="The error mess age displayed when we're not being allowed to access a file.">
259 Unable to access the file.
260 </message>
261 <message name="IDS_ERRORPAGES_DETAILS_PROXY_CONNECTION_FAILED" desc="The error message displayed when the proxy server connection failed.">
262 Proxy server connection failed.
263 </message>
264 <message name="IDS_ERRORPAGES_DETAILS_INTERNET_DISCONNECTED" desc="The error m essage displayed when we have no Internet access.">
265 The Internet connection has been lost.
266 </message>
267 <message name="IDS_ERRORPAGES_DETAILS_CACHE_READ_FAILURE" desc="The error mess age displayed when we encountered an error reading from the cache. Generally th is happens when the disk cache is corrupted from improper shutdown.">
268 Error reading data from cache.
269 </message>
270 <message name="IDS_ERRORPAGES_DETAILS_NETWORK_IO_SUSPENDED" desc="The error me ssage displayed when a page load failed due to the computer entering sleep/suspe nd mode.">
271 Network IO suspended.
272 </message>
273 <message name="IDS_ERRORPAGES_DETAILS_FILE_NOT_FOUND" desc="The error message displayed when a local file can not be found.">
274 The file or directory could not be found.
275 </message>
276 <message name="IDS_ERRORPAGES_DETAILS_TOO_MANY_REDIRECTS" desc="The error mess age displayed when there are too many redirects.">
277 There were too many redirects.
278 </message>
279 <message name="IDS_ERRORPAGES_DETAILS_EMPTY_RESPONSE" desc="The error message displayed when no data is received.">
280 The server closed the connection without sending any data.
281 </message>
282 <message name="IDS_ERRORPAGES_DETAILS_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH " desc="The error message displayed when we received multiple 'Content-Length' h eader fields in an http response.">
283 Multiple distinct Content-Length headers received. This is disallowed
284 to protect against HTTP response splitting attacks.
285 </message>
286 <message name="IDS_ERRORPAGES_DETAILS_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOS ITION" desc="The error message displayed when we received multiple 'Content-Disp osition' header fields in an http response.">
287 Multiple distinct Content-Disposition headers received. This is disallowed to
288 protect against HTTP response splitting attacks.
289 </message>
290 <message name="IDS_ERRORPAGES_DETAILS_RESPONSE_HEADERS_MULTIPLE_LOCATION" desc ="The error message displayed when we received multiple 'Location' header fields in an http response.">
291 Multiple distinct Location headers received. This is disallowed to protect
292 against HTTP response splitting attacks.
293 </message>
294 <message name="IDS_ERRORPAGES_DETAILS_DNS_PROBE_RUNNING" desc="The error messa ge displayed when we are waiting to see whether we will run a DNS probe.">
295 Waiting for DNS probe.
296 </message>
297 <message name="IDS_ERRORPAGES_DETAILS_UNKNOWN" desc="The default error message displayed if we don't have a more specific error message."> 228 <message name="IDS_ERRORPAGES_DETAILS_UNKNOWN" desc="The default error message displayed if we don't have a more specific error message.">
298 Unknown error. 229 Unknown error.
299 </message> 230 </message>
mmenke 2016/06/23 19:04:30 See comment about removing this.
edwardjung 2016/06/27 11:11:57 Done.
300 231
301 <message name="IDS_ERRORPAGES_HEADING_ACCESS_DENIED" desc="Heading in the erro r page when a server returns a 403. Also suitable for similar error codes."> 232 <message name="IDS_ERRORPAGES_HEADING_ACCESS_DENIED" desc="Heading in the erro r page when a server returns a 403. Also suitable for similar error codes.">
302 Access to <ph name="HOST_NAME">&lt;span jscontent="hostName"&gt;&lt;/span&gt ;<ex>www.whatever.com</ex></ph> was denied 233 Access to <ph name="HOST_NAME">&lt;span jscontent="hostName"&gt;&lt;/span&gt ;<ex>www.whatever.com</ex></ph> was denied
303 </message> 234 </message>
304 <message name="IDS_ERRORPAGES_HEADING_FILE_ACCESS_DENIED" desc="Heading in the error page when a file is denied access."> 235 <message name="IDS_ERRORPAGES_HEADING_FILE_ACCESS_DENIED" desc="Heading in the error page when a file is denied access.">
305 Access to the file was denied 236 Access to the file was denied
306 </message> 237 </message>
307 <message name="IDS_ERRORPAGES_SUMMARY_FORBIDDEN" desc="Summary in the error pa ge when a server returns a 403."> 238 <message name="IDS_ERRORPAGES_SUMMARY_FORBIDDEN" desc="Summary in the error pa ge when a server returns a 403.">
308 You don't have authorization to view this page. 239 You don't have authorization to view this page.
309 </message> 240 </message>
310 <message name="IDS_ERRORPAGES_DETAILS_FORBIDDEN" desc="Details in the error pa ge when a server returns a 403.">
311 The server refused to fulfill the request.
312 </message>
313 241
314 <message name="IDS_ERRORPAGES_SUMMARY_GONE" desc="Summary of the error page wh en the server returns a 410."> 242 <message name="IDS_ERRORPAGES_SUMMARY_GONE" desc="Summary of the error page wh en the server returns a 410.">
315 It may have been moved or deleted. 243 It may have been moved or deleted.
316 </message> 244 </message>
317 <message name="IDS_ERRORPAGES_DETAILS_GONE" desc="Details in the error page wh en a server returns a 410.">
318 The requested resource no longer exists, and there is no forwarding address. This is expected to be a permanent condition.
319 </message>
320 <message name="IDS_ERRORPAGES_HEADING_PAGE_NOT_WORKING" desc="Heading in the e rror page for HTTP 5xx errors, which are considered to be server side errors. Al so used for bad responses."> 245 <message name="IDS_ERRORPAGES_HEADING_PAGE_NOT_WORKING" desc="Heading in the e rror page for HTTP 5xx errors, which are considered to be server side errors. Al so used for bad responses.">
321 The <ph name="HOST_NAME">&lt;span jscontent="hostName"&gt;&lt;/span&gt;<ex>w ww.whatever.com</ex></ph> page isn’t working 246 The <ph name="HOST_NAME">&lt;span jscontent="hostName"&gt;&lt;/span&gt;<ex>w ww.whatever.com</ex></ph> page isn’t working
322 </message> 247 </message>
323 <message name="IDS_ERRORPAGES_DETAILS_INTERNAL_SERVER_ERROR" desc="The error m essage displayed when the server returns a 500.">
324 An unexpected condition was encountered while the server was attempting to f ulfill the request.
325 </message>
326 248
327 <message name="IDS_ERRORPAGES_SUMMARY_WEBSITE_CANNOT_HANDLE_REQUEST" desc="Sum mary in the error page when the server returns a 501 or 505."> 249 <message name="IDS_ERRORPAGES_SUMMARY_WEBSITE_CANNOT_HANDLE_REQUEST" desc="Sum mary in the error page when the server returns a 501 or 505.">
328 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> is currently unable to handle this request. 250 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> is currently unable to handle this request.
329 </message> 251 </message>
330 <message name="IDS_ERRORPAGES_DETAILS_NOT_IMPLEMENTED" desc="The error message displayed when the server returns a 501.">
331 The server does not support the functionality required to fulfill the reques t.
332 </message>
333 <message name="IDS_ERRORPAGES_DETAILS_BAD_GATEWAY" desc="The error message dis played when the server returns a 502.">
334 The gateway or proxy server received an invalid response from an upstream se rver.
335 </message>
336 252
337 <message name="IDS_ERRORPAGES_SUMMARY_SERVICE_UNAVAILABLE" desc="Summary in th e error page when the server returns a 503."> 253 <message name="IDS_ERRORPAGES_SUMMARY_SERVICE_UNAVAILABLE" desc="Summary in th e error page when the server returns a 503.">
338 The webpage at <ph name="URL">&lt;strong jscontent="failedUrl"&gt;&lt;/stron g&gt;</ph> is currently unavailable. It may be overloaded or down for maintenan ce. 254 The webpage at <ph name="URL">&lt;strong jscontent="failedUrl"&gt;&lt;/stron g&gt;</ph> is currently unavailable. It may be overloaded or down for maintenan ce.
339 </message> 255 </message>
340 <message name="IDS_ERRORPAGES_DETAILS_SERVICE_UNAVAILABLE" desc="The error mes sage displayed when the server returns a 503.">
341 The server is currently unable to handle the request. This code indicates t his is a temporary condition, and the server will be up again after a delay.
342 </message>
343 256
344 <message name="IDS_ERRORPAGES_SUMMARY_GATEWAY_TIMEOUT" desc="Summary in the er ror page when the server returns a 504."> 257 <message name="IDS_ERRORPAGES_SUMMARY_GATEWAY_TIMEOUT" desc="Summary in the er ror page when the server returns a 504.">
345 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> took too long to respond. 258 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> took too long to respond.
346 </message> 259 </message>
347 <message name="IDS_ERRORPAGES_DETAILS_GATEWAY_TIMEOUT" desc="The error message displayed when the server returns a 504.">
348 The gateway or proxy server timed out while waiting for a response from an u pstream server.
349 </message>
350 260
351 <message name="IDS_ERRORPAGES_SUMMARY_SSL_SECURITY_ERROR" desc="Summary in the error page for SSL security errors."> 261 <message name="IDS_ERRORPAGES_SUMMARY_SSL_SECURITY_ERROR" desc="Summary in the error page for SSL security errors.">
352 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> doesn't adhere to security standards. 262 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> doesn't adhere to security standards.
353 </message> 263 </message>
354 <message name="IDS_ERRORPAGES_DETAILS_SSL_PROTOCOL_ERROR" desc="The error mess age displayed for SSL protocol errors.">
355 SSL protocol error.
356 </message>
357
358 <message name="IDS_ERRORPAGES_DETAILS_SSL_FALLBACK_BEYOND_MINIMUM_VERSION" des c="The error message displayed for SSL fallback errors.">
359 A TLS 1.0 fallback was able to handshake with the server, but we no longer a ccept TLS 1.0 fallbacks. The server needs to be updated to correctly implement v ersion negotiation and preferably support TLS 1.2.
360 </message>
361 264
362 <message name="IDS_ERRORPAGES_SUMMARY_SSL_VERSION_OR_CIPHER_MISMATCH" desc="Su mmary in the error page for SSL cipher and version errors."> 265 <message name="IDS_ERRORPAGES_SUMMARY_SSL_VERSION_OR_CIPHER_MISMATCH" desc="Su mmary in the error page for SSL cipher and version errors.">
363 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> uses an unsupported protocol. 266 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> uses an unsupported protocol.
364 </message> 267 </message>
365 <message name="IDS_ERRORPAGES_DETAILS_SSL_VERSION_OR_CIPHER_MISMATCH" desc="Th e error message displayed for SSL cipher and version errors.">
366 The client and server don't support a common SSL protocol version or cipher suite.
367 </message>
368 268
369 <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"> 269 <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">
370 The server certificate at <ph name="HOST_NAME">&lt;strong jscontent="hostNam e"&gt;&lt;/strong&gt;<ex>www.whatever.com</ex></ph> appears to be a forgery. 270 The server certificate at <ph name="HOST_NAME">&lt;strong jscontent="hostNam e"&gt;&lt;/strong&gt;<ex>www.whatever.com</ex></ph> appears to be a forgery.
371 </message> 271 </message>
372
373 <message name="IDS_ERRORPAGES_HEADING_INSECURE_CONNECTION" desc="Heading in th e error page for insecure connections."> 272 <message name="IDS_ERRORPAGES_HEADING_INSECURE_CONNECTION" desc="Heading in th e error page for insecure connections.">
374 This site can’t provide a secure connection 273 This site can’t provide a secure connection
375 </message> 274 </message>
376 <message name="IDS_ERRORPAGES_SUMMARY_BAD_SSL_CLIENT_AUTH_CERT" desc="Summary in the error page for SSL client certificate authentication failure."> 275 <message name="IDS_ERRORPAGES_SUMMARY_BAD_SSL_CLIENT_AUTH_CERT" desc="Summary in the error page for SSL client certificate authentication failure.">
377 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> didn’t accept your login certificate, or your login ce rtificate may have expired. 276 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> didn’t accept your login certificate, or your login ce rtificate may have expired.
378 </message> 277 </message>
379 <message name="IDS_ERRORPAGES_DETAILS_BAD_SSL_CLIENT_AUTH_CERT" desc="The erro r message for SSL client certificate authentication failure.">
380 Bad SSL client authentication certificate.
381 </message>
382
383 <message name="IDS_ERRORPAGES_DETAILS_TEMPORARILY_THROTTLED" desc="The error m essage displayed when we temporarily stop sending requests to a server in order to avoid DDoS.">
384 Visits to this URL being made by an extension have been temporarily restrict ed.
385 </message>
386
387 <message name="IDS_ERRORPAGES_SUMMARY_TEMPORARY_BACKOFF" desc="Summary in the error page when we temporarily stop sending requests to a server because of a Ba ckoff header received earlier."> 278 <message name="IDS_ERRORPAGES_SUMMARY_TEMPORARY_BACKOFF" desc="Summary in the error page when we temporarily stop sending requests to a server because of a Ba ckoff header received earlier.">
388 The server hosting the webpage might be overloaded or under maintainance. 279 The server hosting the webpage might be overloaded or under maintainance.
389 In order to avoid generating too much traffic and making the situation worse , 280 In order to avoid generating too much traffic and making the situation worse ,
390 requests to this URL has been temporarily disallowed. 281 requests to this URL has been temporarily disallowed.
391 </message> 282 </message>
392 <message name="IDS_ERRORPAGES_DETAILS_TEMPORARY_BACKOFF" desc="The error messa ge displayed when we temporarily stop sending requests to a server in order to a void overloading it.">
393 Requests to this URL have been temporarily throttled.
394 </message>
395
396 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_EXTENSION" desc="Summary in t he error page when an extension blocks a request."> 283 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_EXTENSION" desc="Summary in t he error page when an extension blocks a request.">
397 Requests to the server have been blocked by an extension. 284 Requests to the server have been blocked by an extension.
398 </message> 285 </message>
399 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_ADMINISTRATOR" desc="Summary in the error page when an administrator policy blocks a request."> 286 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_ADMINISTRATOR" desc="Summary in the error page when an administrator policy blocks a request.">
400 The person who set up this computer has chosen to block this site. 287 The person who set up this computer has chosen to block this site.
401 </message> 288 </message>
402 <message name="IDS_ERRORPAGES_DETAILS_BLOCKED_BY_EXTENSION" desc="The error me ssage displayed when an extension blocks a request.">
403 Requests to the server have been blocked by an extension.
404 </message>
405 <message name="IDS_ERRORPAGES_DETAILS_BLOCKED_BY_ADMINISTRATOR" desc="The erro r message displayed when a policy blocks a request.">
406 Requests to the server have been blocked by a policy.
407 </message>
408 <message name="IDS_ERRORPAGES_DETAILS_BLOCKED_ENROLLMENT_CHECK_PENDING" desc=" The error message displayed when the user tries to browse before the forced enro llment check has finished.">
409 Browsing the Internet is disabled until the enterprise enrollment verificati on check has finished.
410 You can still use the diagnostic tool presented here to troubleshoot issues with your connectivity.
411 </message>
412 289
413 <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."> 290 <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.">
414 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. 291 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.
415 </message> 292 </message>
416 293
417 <!-- Suggestions summary list messages. --> 294 <!-- Suggestions summary list messages. -->
418 <message name="IDS_ERRORPAGES_SUGGESTION_LIST_HEADER" desc="Message that prefi xes a list of suggestions to try when encountering a network error."> 295 <message name="IDS_ERRORPAGES_SUGGESTION_LIST_HEADER" desc="Message that prefi xes a list of suggestions to try when encountering a network error.">
419 Try: 296 Try:
420 </message> 297 </message>
421 <message name="IDS_ERRORPAGES_SUGGESTION_CHECK_CONNECTION_SUMMARY" desc="The m essage displayed in a list of suggestions following a network error, suggesting the user should try checking their connnection. The suggestions list is prefixed with 'Try:'."> 298 <message name="IDS_ERRORPAGES_SUGGESTION_CHECK_CONNECTION_SUMMARY" desc="The m essage displayed in a list of suggestions following a network error, suggesting the user should try checking their connnection. The suggestions list is prefixed with 'Try:'.">
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 383
507 <!-- iOS specific error page messages --> 384 <!-- iOS specific error page messages -->
508 <if expr="is_ios"> 385 <if expr="is_ios">
509 <message name="IDS_ERRORPAGES_HEADING_DOWNLOAD_FILE_TYPE_ERROR" desc="A one- line title for error message to tell user that the requested type of file cannot be downloaded. [Length: 20em]"> 386 <message name="IDS_ERRORPAGES_HEADING_DOWNLOAD_FILE_TYPE_ERROR" desc="A one- line title for error message to tell user that the requested type of file cannot be downloaded. [Length: 20em]">
510 Download Failed 387 Download Failed
511 </message> 388 </message>
512 <message name="IDS_ERRORPAGES_SUMMARY_DOWNLOAD_FILE_TYPE_ERROR" desc="A shor t error message to tell user that the requested type of file cannot be downloade d. [Length: 40em]"> 389 <message name="IDS_ERRORPAGES_SUMMARY_DOWNLOAD_FILE_TYPE_ERROR" desc="A shor t error message to tell user that the requested type of file cannot be downloade d. [Length: 40em]">
513 Chrome cannot download this file. 390 Chrome cannot download this file.
514 </message> 391 </message>
515 <message name="IDS_ERRORPAGES_DETAILS_DOWNLOAD_FILE_TYPE_ERROR" desc="A shor t message to tell user that the file type is unknown. [Length: 20em]"> 392 <message name="IDS_ERRORPAGES_DETAILS_DOWNLOAD_FILE_TYPE_ERROR" desc="A shor t message to tell user that the file type is unknown. [Length: 20em]">
516 Unknown File Type. 393 Unknown File Type.
mmenke 2016/06/23 19:04:30 I suspect these iOS ones should be removed, too.
edwardjung 2016/06/27 11:11:57 [+sdefresne, blundell] for comment on whether thes
sdefresne 2016/06/27 13:31:07 The only iOS-specific string that is used in the d
517 </message> 394 </message>
518 <message name="IDS_ERRORPAGES_HEADING_UNSUPPORTED_SCHEME_ERROR" desc="Header error message to tell user that the requested URI Scheme is not supported [Leng th: 20em]"> 395 <message name="IDS_ERRORPAGES_HEADING_UNSUPPORTED_SCHEME_ERROR" desc="Header error message to tell user that the requested URI Scheme is not supported [Leng th: 20em]">
519 Chrome cannot open this URL 396 Chrome cannot open this URL
520 </message> 397 </message>
521 <message name="IDS_ERRORPAGES_SUMMARY_UNSUPPORTED_SCHEME_ERROR" desc="Summar y error message to tell user that the requested URI Scheme is not supported [Len gth: 40em]"> 398 <message name="IDS_ERRORPAGES_SUMMARY_UNSUPPORTED_SCHEME_ERROR" desc="Summar y error message to tell user that the requested URI Scheme is not supported [Len gth: 40em]">
522 The requested URI Scheme is not supported. 399 The requested URI Scheme is not supported.
523 </message> 400 </message>
524 <message name="IDS_ERRORPAGES_DETAILS_UNSUPPORTED_SCHEME_ERROR" desc="Detail s error message to tell user that the requested URI Scheme is not supported [Len gth: 20em]"> 401 <message name="IDS_ERRORPAGES_DETAILS_UNSUPPORTED_SCHEME_ERROR" desc="Detail s error message to tell user that the requested URI Scheme is not supported [Len gth: 20em]">
525 Unsupported URL. 402 Unsupported URL.
526 </message> 403 </message>
527 <message name="IDS_ERRORPAGES_TITLE_UNSAFE_PORT" desc="Title of error messag e to tell user that the requested port is blocked as unsafe. [Length: 20em]"> 404 <message name="IDS_ERRORPAGES_TITLE_UNSAFE_PORT" desc="Title of error messag e to tell user that the requested port is blocked as unsafe. [Length: 20em]">
528 Unsafe Port <ph name="SITE">$1<ex>google.xom</ex></ph> 405 Unsafe Port <ph name="SITE">$1<ex>google.xom</ex></ph>
529 </message> 406 </message>
530 <message name="IDS_ERRORPAGES_HEADING_UNSAFE_PORT" desc="Header error messag e to tell user that the requested port is blocked as unsafe. [Length: 20em]"> 407 <message name="IDS_ERRORPAGES_HEADING_UNSAFE_PORT" desc="Header error messag e to tell user that the requested port is blocked as unsafe. [Length: 20em]">
531 Unsafe Port Blocked 408 Unsafe Port Blocked
532 </message> 409 </message>
533 <message name="IDS_ERRORPAGES_SUMMARY_UNSAFE_PORT" desc="Summary error messa ge to tell user that the requested port is blocked as unsafe. [Length: 40em]"> 410 <message name="IDS_ERRORPAGES_SUMMARY_UNSAFE_PORT" desc="Summary error messa ge to tell user that the requested port is blocked as unsafe. [Length: 40em]">
534 The requested port is unsafe and has been blocked. 411 The requested port is unsafe and has been blocked.
535 </message> 412 </message>
536 <message name="IDS_ERRORPAGES_DETAILS_UNSAFE_PORT" desc="Details error messa ge to tell user that the requested port is blocked as unsafe [Length: 20em]"> 413 <message name="IDS_ERRORPAGES_DETAILS_UNSAFE_PORT" desc="Details error messa ge to tell user that the requested port is blocked as unsafe [Length: 20em]">
537 Unsafe port blocked. 414 Unsafe port blocked.
538 </message> 415 </message>
539 <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]"> 416 <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]">
540 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. 417 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.
541 </message> 418 </message>
542 </if> 419 </if>
543 420
544 </grit-part> 421 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698