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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 <message name="IDS_ERRORPAGES_SUGGESTION_DIAGNOSE" desc="Label for the link
that invokes the connection diagnostic tool on the error page displayed in a lis
t of suggestions. The suggestions list is prefixed with 'Try:'."> | 373 <message name="IDS_ERRORPAGES_SUGGESTION_DIAGNOSE" desc="Label for the link
that invokes the connection diagnostic tool on the error page displayed in a lis
t of suggestions. The suggestions list is prefixed with 'Try:'."> |
374 <ph name="BEGIN_LINK"><a href="javascript:diagnoseErrors()" id="diagnos
e-link"></ph>Running Connectivity Diagnostics<ph name="END_LINK"></a></
ph> | 374 <ph name="BEGIN_LINK"><a href="javascript:diagnoseErrors()" id="diagnos
e-link"></ph>Running Connectivity Diagnostics<ph name="END_LINK"></a></
ph> |
375 </message> | 375 </message> |
376 <message name="IDS_ERRORPAGES_SUGGESTION_DIAGNOSE_STANDALONE" desc="Standalo
ne text for the link that invokes the connection diagnostic tool on the error pa
ge"> | 376 <message name="IDS_ERRORPAGES_SUGGESTION_DIAGNOSE_STANDALONE" desc="Standalo
ne text for the link that invokes the connection diagnostic tool on the error pa
ge"> |
377 <ph name="BEGIN_LINK"><a href="javascript:diagnoseErrors()" id="diagnos
e-link"></ph>Try running Connectivity Diagnostics<ph name="END_LINK"></a&g
t;</ph>. | 377 <ph name="BEGIN_LINK"><a href="javascript:diagnoseErrors()" id="diagnos
e-link"></ph>Try running Connectivity Diagnostics<ph name="END_LINK"></a&g
t;</ph>. |
378 </message> | 378 </message> |
379 </if> | 379 </if> |
380 | 380 |
381 <!-- iOS specific error page messages --> | 381 <!-- iOS specific error page messages --> |
382 <if expr="is_ios"> | 382 <if expr="is_ios"> |
383 <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]"> | |
384 Download Failed | |
385 </message> | |
386 <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]"> | |
387 Chrome cannot download this file. | |
388 </message> | |
389 <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]"> | |
390 Unknown File Type. | |
391 </message> | |
392 <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]"> | |
393 Chrome cannot open this URL | |
394 </message> | |
395 <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]"> | |
396 The requested URI Scheme is not supported. | |
397 </message> | |
398 <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]"> | |
399 Unsupported URL. | |
400 </message> | |
401 <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]"> | |
402 Unsafe Port <ph name="SITE">$1<ex>google.xom</ex></ph> | |
403 </message> | |
404 <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]"> | |
405 Unsafe Port Blocked | |
406 </message> | |
407 <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]"> | |
408 The requested port is unsafe and has been blocked. | |
409 </message> | |
410 <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]"> | |
411 Unsafe port blocked. | |
412 </message> | |
413 <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]"> | 383 <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]"> |
414 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. | 384 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. |
415 </message> | 385 </message> |
416 </if> | 386 </if> |
417 | 387 |
418 </grit-part> | 388 </grit-part> |
OLD | NEW |