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

Side by Side Diff: components/error_page_strings.grdp

Issue 1639953002: Network error interstitial update - add suggestions list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove redundant DCHECKs Created 4 years, 10 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 54
55 <message name="IDS_ERRORPAGES_SUGGESTION_VISIT_GOOGLE_CACHE" desc="When a page fails to load, sometimes we viewing a version of the page cached on Google's se rvers."> 55 <message name="IDS_ERRORPAGES_SUGGESTION_VISIT_GOOGLE_CACHE" desc="When a page fails to load, sometimes we viewing a version of the page cached on Google's se rvers.">
56 Access a <ph name="BEGIN_LINK">&lt;a jsvalues="href:urlCorrection;.jstdata:$ this" onmousedown="linkClicked(this.jstdata)"&gt;</ph>cached copy<ph name="END_L INK">&lt;/a&gt;</ph> of <ph name="URL">&lt;span jscontent="originalUrlForDisplay "&gt;&lt;/span&gt;<ex>www.hats-for-goats.com/shiny</ex></ph> 56 Access a <ph name="BEGIN_LINK">&lt;a jsvalues="href:urlCorrection;.jstdata:$ this" onmousedown="linkClicked(this.jstdata)"&gt;</ph>cached copy<ph name="END_L INK">&lt;/a&gt;</ph> of <ph name="URL">&lt;span jscontent="originalUrlForDisplay "&gt;&lt;/span&gt;<ex>www.hats-for-goats.com/shiny</ex></ph>
57 </message> 57 </message>
58 <message name="IDS_ERRORPAGES_SUGGESTION_CORRECTED_URL" desc="When a page fail s to load, sometimes we suggest different URL because we think the one the user entered had a typo."> 58 <message name="IDS_ERRORPAGES_SUGGESTION_CORRECTED_URL" desc="When a page fail s to load, sometimes we suggest different URL because we think the one the user entered had a typo.">
59 Did you mean <ph name="LINK">&lt;a jsvalues="href:urlCorrection;.jstdata:$th is" onmousedown="linkClicked(this.jstdata)" jscontent="urlCorrectionForDisplay"& gt;&lt;/a&gt;<ex>www.somewhere-spelled-correctly.com</ex></ph>? 59 Did you mean <ph name="LINK">&lt;a jsvalues="href:urlCorrection;.jstdata:$th is" onmousedown="linkClicked(this.jstdata)" jscontent="urlCorrectionForDisplay"& gt;&lt;/a&gt;<ex>www.somewhere-spelled-correctly.com</ex></ph>?
60 </message> 60 </message>
61 <message name="IDS_ERRORPAGES_SUGGESTION_ALTERNATE_URL" desc="When a page fail s to load, sometimes we suggest different URL (maybe a different page on the sam e site, or a site with similar content, for example)."> 61 <message name="IDS_ERRORPAGES_SUGGESTION_ALTERNATE_URL" desc="When a page fail s to load, sometimes we suggest different URL (maybe a different page on the sam e site, or a site with similar content, for example).">
62 Go to <ph name="LINK">&lt;a jsvalues="href:urlCorrection;.jstdata:$this" onm ousedown="linkClicked(this.jstdata)" jscontent="urlCorrectionForDisplay"&gt;&lt; /a&gt;<ex>www.somewhere.com</ex></ph> 62 Go to <ph name="LINK">&lt;a jsvalues="href:urlCorrection;.jstdata:$this" onm ousedown="linkClicked(this.jstdata)" jscontent="urlCorrectionForDisplay"&gt;&lt; /a&gt;<ex>www.somewhere.com</ex></ph>
63 </message> 63 </message>
64 <message name="IDS_ERRORPAGES_SUGGESTION_RELOAD_REPOST_HEADER" desc="When a pa ge fails to load, sometimes we suggest reloading a page. In the case that reloa ding the page requires resubmitting data to a website, we use this as a header a bove a short set of instructions."> 64 <message name="IDS_ERRORPAGES_SUGGESTION_RELOAD_REPOST_SUMMARY" desc="When a p age fails to load, sometimes we suggest reloading a page. In the case that relo ading the page requires resubmitting data to a website, this is displayed in a l ist.">
65 Reload this webpage
66 </message>
67 <message name="IDS_ERRORPAGES_SUGGESTION_RELOAD_REPOST_BODY" desc="When a page fails to load, sometimes we suggest reloading a page. In the case that reloadi ng the page requires resubmitting data to a website, this is displayed below a s hort header.">
68 Press the reload button to resubmit the data needed to load the page. 65 Press the reload button to resubmit the data needed to load the page.
69 </message> 66 </message>
70 <message name="IDS_ERRORPAGES_SUGGESTION_DISABLE_EXTENSION_HEADER" desc="When a page fails to load, we provide a suggestion that the user try disabling an ext ension that's blocking it.">
71 Disable your extensions and then reload this webpage
72 </message>
73 <message name="IDS_ERRORPAGES_SUGGESTION_CHECK_CONNECTION_HEADER" desc="When a page fails to load, sometimes we suggest checking the network connections. Thi s is a header above some details."> 67 <message name="IDS_ERRORPAGES_SUGGESTION_CHECK_CONNECTION_HEADER" desc="When a page fails to load, sometimes we suggest checking the network connections. Thi s is a header above some details.">
74 Check your Internet connection 68 Check your Internet connection
75 </message> 69 </message>
76 <message name="IDS_ERRORPAGES_SUGGESTION_CHECK_CONNECTION_BODY" desc="When a p age fails to load, sometimes we suggest checking the network connections. This contains details below the suggestion."> 70 <message name="IDS_ERRORPAGES_SUGGESTION_CHECK_CONNECTION_BODY" desc="When a p age fails to load, sometimes we suggest checking the network connections. This contains details below the suggestion.">
77 Check any cables and reboot any routers, modems, or other network 71 Check any cables and reboot any routers, modems, or other network
78 devices you may be using. 72 devices you may be using.
79 </message> 73 </message>
80 <message name="IDS_ERRORPAGES_SUGGESTION_DNS_CONFIG_HEADER" desc="When a page fails to load, sometimes we suggest checking the DNS configuration. This is a h eader above above some details."> 74 <message name="IDS_ERRORPAGES_SUGGESTION_DNS_CONFIG_HEADER" desc="When a page fails to load, sometimes we suggest checking the DNS configuration. This is a h eader above above some details.">
81 Check your DNS settings 75 Check your DNS settings
82 </message> 76 </message>
(...skipping 23 matching lines...) Expand all
106 make sure the proxy server is working. If you don't believe you should 100 make sure the proxy server is working. If you don't believe you should
107 be using a proxy server: 101 be using a proxy server:
108 <ph name="PLATFORM_TEXT">$1<ex>Goto the wrench menu and choose Fix It.</ex ></ph> 102 <ph name="PLATFORM_TEXT">$1<ex>Goto the wrench menu and choose Fix It.</ex ></ph>
109 </message> 103 </message>
110 </if> 104 </if>
111 <if expr="chromeos"> 105 <if expr="chromeos">
112 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="Chrom e OS instructions for disabling use of a proxy server."> 106 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="Chrom e OS instructions for disabling use of a proxy server.">
113 You can disable any proxies configured for a connection from the settings page. 107 You can disable any proxies configured for a connection from the settings page.
114 </message> 108 </message>
115 </if> 109 </if>
116 <message name="IDS_ERRORPAGES_SUGGESTION_LEARNMORE_BODY" desc="When a webpage fails to load, we provide a link to the help center to learn more about the fail ure.">
117 <ph name="BEGIN_LINK">&lt;a jsvalues="href:learnMoreUrl"&gt;</ph>Learn more< ph name="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph> about this problem.
118 </message>
119 <message name="IDS_ERRORPAGES_SUGGESTION_VIEW_POLICIES_HEADER" desc="When a we bpage fails to load, sometimes we suggest to the user to view the current polici es. This is a header above some instructions."> 110 <message name="IDS_ERRORPAGES_SUGGESTION_VIEW_POLICIES_HEADER" desc="When a we bpage fails to load, sometimes we suggest to the user to view the current polici es. This is a header above some instructions.">
120 Check your administrator's policies 111 Check your administrator's policies
121 </message> 112 </message>
122 <message name="IDS_ERRORPAGES_SUGGESTION_VIEW_POLICIES_BODY" desc="When a webp age fails to load, sometimes we suggest to the user to view the current policies . These are instructions below a header."> 113 <message name="IDS_ERRORPAGES_SUGGESTION_VIEW_POLICIES_BODY" desc="When a webp age fails to load, sometimes we suggest to the user to view the current policies . These are instructions below a header.">
123 Visit &lt;strong&gt;chrome://policy&lt;/strong&gt; to see the list of blackl isted URLs and other policies enforced by your system administrator. 114 Visit &lt;strong&gt;chrome://policy&lt;/strong&gt; to see the list of blackl isted URLs and other policies enforced by your system administrator.
124 </message> 115 </message>
125 <message name="IDS_ERRORPAGES_SUGGESTION_CONTACT_ADMINISTRATOR_BODY" desc="Whe n a webpage fails to load, sometimes we suggest to the user to contact his syste m administrator."> 116 <message name="IDS_ERRORPAGES_SUGGESTION_UNSUPPORTED_CIPHER_HEADER" desc="This is the header displayed above the explanation for SSL cipher and version errors .">
126 Contact your system administrator for more information. 117 Unsupported protocol
127 </message> 118 </message>
128 <message name="IDS_ERRORPAGES_SUGGESTION_GOOGLE_SEARCH" desc="When a page fail s to load, sometimes we suggest a specific Google search. This appears just abo ve a text input control."> 119 <message name="IDS_ERRORPAGES_SUGGESTION_UNSUPPORTED_CIPHER_BODY" desc="The de tailed explanation body text displayed for SSL cipher and version errors.">
129 Search on Google 120 The client and server don't support a common SSL protocol version or cipher suite. This is likely to be caused when the server needs RC4, which is no longer considered secure.
130 </message> 121 </message>
131 <message name="IDS_ERRORPAGES_TITLE_NOT_AVAILABLE" desc="Title of the error pa ge when we can't connect to a site."> 122 <message name="IDS_ERRORPAGES_TITLE_NOT_AVAILABLE" desc="Title of the error pa ge when we can't connect to a site.">
132 <ph name="SITE">$1<ex>google.com</ex></ph> is not available 123 <ph name="SITE">$1<ex>google.com</ex></ph> is not available
133 </message> 124 </message>
134 <message name="IDS_ERRORPAGES_TITLE_ACCESS_DENIED" desc="Title in the error pa ge when a server returns a 403. Also suitable for similar error codes."> 125 <message name="IDS_ERRORPAGES_TITLE_ACCESS_DENIED" desc="Title in the error pa ge when a server returns a 403. Also suitable for similar error codes.">
135 Access to <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> denie d. 126 Access to <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> denie d.
136 </message> 127 </message>
137 <message name="IDS_ERRORPAGES_TITLE_NOT_FOUND" desc="Title of the error page w hen the server returns a 404 or 410."> 128 <message name="IDS_ERRORPAGES_TITLE_NOT_FOUND" desc="Title of the error page w hen the server returns a 404 or 410.">
138 <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> is not found 129 <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> is not found
139 </message> 130 </message>
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 <message name="IDS_ERRORPAGES_SUMMARY_CONNECTION_FAILED" desc="Summary in the error page when the connection failed or unreachable."> 186 <message name="IDS_ERRORPAGES_SUMMARY_CONNECTION_FAILED" desc="Summary in the error page when the connection failed or unreachable.">
196 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> is currently unreachable. 187 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> is currently unreachable.
197 </message> 188 </message>
198 <message name="IDS_ERRORPAGES_SUMMARY_NETWORK_CHANGED" desc="Summary in the er ror page when the connection failed because the network has changed."> 189 <message name="IDS_ERRORPAGES_SUMMARY_NETWORK_CHANGED" desc="Summary in the er ror page when the connection failed because the network has changed.">
199 A network change was detected. 190 A network change was detected.
200 </message> 191 </message>
201 <message name="IDS_ERRORPAGES_SUMMARY_CONNECTION_REFUSED" desc="Summary in the error page when we try and connect to a server, but the server doesn't let us." > 192 <message name="IDS_ERRORPAGES_SUMMARY_CONNECTION_REFUSED" desc="Summary in the error page when we try and connect to a server, but the server doesn't let us." >
202 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> refused to connect. 193 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> refused to connect.
203 </message> 194 </message>
204 <message name="IDS_ERRORPAGES_SUMMARY_NAME_NOT_RESOLVED" desc="Summary in the error page when a dns look up fails. The 'abbr' tag is HTML mark up used to indi cate that 'DNS address' is an abbreviation."> 195 <message name="IDS_ERRORPAGES_SUMMARY_NAME_NOT_RESOLVED" desc="Summary in the error page when a dns look up fails. The 'abbr' tag is HTML mark up used to indi cate that 'DNS address' is an abbreviation.">
205 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph>’s server <ph name="BEGIN_ABBR">&lt;abbr jsvalues="titl e:dnsDefinition"&gt;DNS address&lt;/abbr&gt;</ph> could not be found. 196 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph>’s server <ph name="BEGIN_ABBR">&lt;abbr jsvalues="titl e:dnsDefinition"&gt;</ph>DNS address<ph name="END_ABBR">&lt;/abbr&gt;</ph> could not be found.
206 </message> 197 </message>
207 <message name="IDS_ERRORPAGES_SUMMARY_DNS_DEFINITION" desc="Definition of DNS that appears when hovering over the abbreviation"> 198 <message name="IDS_ERRORPAGES_SUMMARY_DNS_DEFINITION" desc="Definition of DNS that appears when hovering over the abbreviation">
208 DNS is the network service that translates a website’s name to its Internet address. 199 DNS is the network service that translates a website’s name to its Internet address.
209 </message> 200 </message>
210 <message name="IDS_ERRORPAGES_SUMMARY_ICANN_NAME_COLLISION" desc="Summary in t he error page when a dns look up fails due to having contained 127.0.53.53."> 201 <message name="IDS_ERRORPAGES_SUMMARY_ICANN_NAME_COLLISION" desc="Summary in t he error page when a dns look up fails due to having contained 127.0.53.53.">
211 This site on the company, organization or school intranet has the same URL a s an external website. 202 This site on the company, organization or school intranet has the same URL a s an external website.
212 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;<ex>&lt;br /&gt;&lt;br /&gt;</ ex></ph> 203 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;<ex>&lt;br /&gt;&lt;br /&gt;</ ex></ph>
213 Try contacting your system administrator. 204 Try contacting your system administrator.
214 </message> 205 </message>
215 <message name="IDS_ERRORPAGES_SUMMARY_ADDRESS_UNREACHABLE" desc="Summary in th e error page when we can't reach a site. This is slightly more specific than ju st being unable to connect, as it means we can't find a route to the server."> 206 <message name="IDS_ERRORPAGES_SUMMARY_ADDRESS_UNREACHABLE" desc="Summary in th e error page when we can't reach a site. This is slightly more specific than ju st being unable to connect, as it means we can't find a route to the server.">
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 <message name="IDS_ERRORPAGES_DETAILS_SSL_FALLBACK_BEYOND_MINIMUM_VERSION" des c="The error message displayed for SSL fallback errors."> 432 <message name="IDS_ERRORPAGES_DETAILS_SSL_FALLBACK_BEYOND_MINIMUM_VERSION" des c="The error message displayed for SSL fallback errors.">
442 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. 433 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.
443 </message> 434 </message>
444 435
445 <message name="IDS_ERRORPAGES_SUMMARY_SSL_VERSION_OR_CIPHER_MISMATCH" desc="Su mmary in the error page for SSL cipher and version errors."> 436 <message name="IDS_ERRORPAGES_SUMMARY_SSL_VERSION_OR_CIPHER_MISMATCH" desc="Su mmary in the error page for SSL cipher and version errors.">
446 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> uses an unsupported protocol. 437 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> uses an unsupported protocol.
447 </message> 438 </message>
448 <message name="IDS_ERRORPAGES_DETAILS_SSL_VERSION_OR_CIPHER_MISMATCH" desc="Th e error message displayed for SSL cipher and version errors."> 439 <message name="IDS_ERRORPAGES_DETAILS_SSL_VERSION_OR_CIPHER_MISMATCH" desc="Th e error message displayed for SSL cipher and version errors.">
449 The client and server don't support a common SSL protocol version or cipher suite. 440 The client and server don't support a common SSL protocol version or cipher suite.
450 </message> 441 </message>
451 <message name="IDS_ERRORPAGES_SUGGESTION_UNSUPPORTED_CIPHER" desc="The suggest ion displayed for SSL cipher and version errors.">
452 The client and server don't support a common SSL protocol version or cipher suite. This is likely to be caused when the server needs RC4, which is no longer considered secure.
453 </message>
454 442
455 <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"> 443 <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">
456 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. 444 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.
457 </message> 445 </message>
458 446
459 <message name="IDS_ERRORPAGES_HEADING_INSECURE_CONNECTION" desc="Heading in th e error page for insecure connections."> 447 <message name="IDS_ERRORPAGES_HEADING_INSECURE_CONNECTION" desc="Heading in th e error page for insecure connections.">
460 This site can’t provide a secure connection 448 This site can’t provide a secure connection
461 </message> 449 </message>
462 <message name="IDS_ERRORPAGES_SUMMARY_BAD_SSL_CLIENT_AUTH_CERT" desc="Summary in the error page for SSL client certificate authentication failure."> 450 <message name="IDS_ERRORPAGES_SUMMARY_BAD_SSL_CLIENT_AUTH_CERT" desc="Summary in the error page for SSL client certificate authentication failure.">
463 <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. 451 <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.
(...skipping 29 matching lines...) Expand all
493 </message> 481 </message>
494 <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."> 482 <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.">
495 Browsing the Internet is disabled until the enterprise enrollment verificati on check has finished. 483 Browsing the Internet is disabled until the enterprise enrollment verificati on check has finished.
496 You can still use the diagnostic tool presented here to troubleshoot issues with your connectivity. 484 You can still use the diagnostic tool presented here to troubleshoot issues with your connectivity.
497 </message> 485 </message>
498 486
499 <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."> 487 <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.">
500 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. 488 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.
501 </message> 489 </message>
502 490
491 <!-- Suggestions summary list messages. -->
492 <message name="IDS_ERRORPAGES_SUGGESTION_LIST_HEADER" desc="Message that prefi xes a list of suggestions to try when encountering a network error.">
493 Try:
494 </message>
495 <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:'.">
496 Checking the connection
497 </message>
498 <message name="IDS_ERRORPAGES_SUGGESTION_CHECK_PROXY_FIREWALL_DNS_SUMMARY" des c="The message displayed in a list of suggestions following a network error sugg esting the user should try checking their proxy, firewall and DNS configuration. The suggestions list is prefixed with 'Try:'.">
499 <ph name="BEGIN_LINK">&lt;a href="#buttons" onclick="javascript:toggleHelpBo x()"&gt;</ph>Checking the proxy, firewall, and DNS configuration<ph name="END_LI NK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>
500 </message>
501 <message name="IDS_ERRORPAGES_SUGGESTION_CHECK_FIREWALL_ANTIVIRUS_SUMMARY" des c="The message displayed in a list of suggestions following a network error sugg esting the user should try checking their firewall and anti-virus configuration. The suggestions list is prefixed with 'Try:'.">
502 <ph name="BEGIN_LINK">&lt;a href="#buttons" onclick="javascript:toggleHelpBo x()"&gt;</ph>Checking firewall and antivirus configurations<ph name="END_LINK">& lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>
503 </message>
504 <message name="IDS_ERRORPAGES_SUGGESTION_CHECK_PROXY_FIREWALL_SUMMARY" desc="T he message displayed in a list of suggestions following a network error suggesti ng the user should try checking their proxy and firewall configuration. The sugg estions list is prefixed with 'Try:'.">
505 <ph name="BEGIN_LINK">&lt;a href="javascript:toggleHelpBox()"&gt;</ph>Checki ng the proxy and the firewall<ph name="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ ph>
506 </message>
507 <message name="IDS_ERRORPAGES_SUGGESTION_CHECK_PROXY_ADDRESS_SUMMARY" desc="Th e message displayed in a list of suggestions following a network error suggestin g to check the proxy address. The suggestions list is prefixed with 'Try:'.">
508 <ph name="BEGIN_LINK">&lt;a href="#buttons" onclick="javascript:toggleHelpBo x()"&gt;</ph>Checking the proxy address<ph name="END_LINK">&lt;/a&gt;<ex>&lt;/a& gt;</ex></ph>
509 </message>
510 <message name="IDS_ERRORPAGES_SUGGESTION_CONTACT_ADMIN_SUMMARY" desc="The mess age displayed in a list of suggestions following a network error suggesting to t he user to contact his system administrator. The suggestions list is prefixed wi th 'Try:'.">
511 Contacting the system admin
512 </message>
513 <message name="IDS_ERRORPAGES_SUGGESTION_CONTACT_ADMIN_SUMMARY_WITH_PREFIX" de sc="Stand alone suggestion following a network error suggesting to the user to c ontact his system administrator.">
514 Try contacting the system admin.
515 </message>
516 <message name="IDS_ERRORPAGES_SUGGESTION_LEARNMORE_SUMMARY" desc="When a webpa ge fails to load, we provide a link to the help center to learn more about the f ailure.">
517 <ph name="BEGIN_LINK">&lt;a jsvalues="href:learnMoreUrl"&gt;</ph>Learn more< ph name="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph> about this problem.
518 </message>
519 <message name="IDS_ERRORPAGES_SUGGESTION_CLEAR_COOKIES_SUMMARY" desc="The mess age displayed in a list of suggestions following a network error suggesting the user could try clearing their cookies. We also provide a link to the help center to learn more about the failure. The suggestions list is prefixed with 'Try:'." >
520 <ph name="BEGIN_LINK">&lt;a jsvalues="href:learnMoreUrl"&gt;</ph>Clearing yo ur cookies<ph name="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>
521 </message>
522 <if expr="is_ios or is_android">
523 <message name="IDS_ERRORPAGES_SUGGESTION_TURN_OFF_AIRPLANE_SUMMARY" desc="Wh en a page fails to load and the device is offline, we provide a suggestion that the user try turning off airplane mode. The suggestions list is prefixed with 'T ry:'.">
524 Turning off airplane mode
525 </message>
526 <message name="IDS_ERRORPAGES_SUGGESTION_TURN_ON_DATA_SUMMARY" desc="When a page fails to load and the device is offline, we provide a suggestion that the u ser try turning on their mobile data or Wi-Fi. The suggestions list is prefixed with 'Try:'.">
527 Turning on mobile data or Wi-Fi
528 </message>
529 <message name="IDS_ERRORPAGES_SUGGESTION_CHECKING_SIGNAL_SUMMARY" desc="When a page fails to load and the device is offline, we provide a suggestion that th e user check their mobile signal. The suggestions list is prefixed with 'Try:'." >
530 Checking the signal in your area
531 </message>
532 </if>
533 <message name="IDS_ERRORPAGES_SUGGESTION_CHECK_CABLES_SUMMARY" desc="The messa ge displayed in a list of suggestions following a network error suggesting to ch eck the network cables or router. The suggestions list is prefixed with 'Try:'." >
534 Checking the network cable or router
535 </message>
536 <message name="IDS_ERRORPAGES_SUGGESTION_RESET_HARDWARE_SUMMARY" desc="The mes sage displayed in a list of suggestions following a network error suggesting to the reset the modem or router. The suggestions list is prefixed with 'Try:'.">
537 Resetting the modem or router
538 </message>
539 <message name="IDS_ERRORPAGES_SUGGESTION_CHECK_WIFI_SUMMARY" desc="The message displayed in a list of suggestions following a network error suggesting to the user to reconnect to Wi-Fi. The suggestions list is prefixed with 'Try:'.">
540 Reconnecting to Wi-Fi
541 </message>
542 <message name="IDS_ERRORPAGES_SUGGESTION_DIAGNOSE_CONNECTION_SUMMARY" desc="Th e message displayed asking the user to check their network connection using the diagnostics tool.">
543 Fix your connection using the <ph name="BEGIN_LINK">&lt;a href="#buttons" o nclick="javascript:diagnoseErrors()"&gt;</ph>diagnostics app<ph name="END_LINK"> &lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>
544 </message>
545 <message name="IDS_ERRORPAGES_SUGGESTION_COMPLETE_SETUP_SUMMARY" desc="The mes sage displayed asking the user to sign out and complete their device setup.">
546 Sign out and complete setup
547 </message>
548 <message name="IDS_ERRORPAGES_SUGGESTION_DISABLE_EXTENSION_SUMMARY" desc="When a page fails to load, we provide a suggestion that the user try disabling the e xtension that's blocking it. The suggestions list is prefixed with 'Try:'.">
549 Disabling your extensions
550 </message>
551 <message name="IDS_ERRORPAGES_SUGGESTION_RELOAD_SUMMARY" desc="The message dis played in a list of suggestions following a network error, suggesting the user s hould try reload the page. The suggestions list is prefixed with 'Try:'.">
552 Reloading the page
553 </message>
554 <message name="IDS_ERRORPAGES_SUGGESTION_GOOGLE_SEARCH_SUMMARY" desc="When a p age fails to load, sometimes we suggest a specific Google search.">
555 Search Google for <ph name="LINK">&lt;a jsvalues="href:searchUrl;.jstdata:$t his" onclick="linkClicked(this.jstdata)" jscontent="searchTerms" id="search-link "&gt;<ex>Example search terms</ex>&lt;/a&gt;</ph>
556 </message>
557
503 <!-- iOS specific error page messages --> 558 <!-- iOS specific error page messages -->
504 <if expr="is_ios"> 559 <if expr="is_ios">
505 <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]"> 560 <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]">
506 Download Failed 561 Download Failed
507 </message> 562 </message>
508 <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]"> 563 <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]">
509 Chrome cannot download this file. 564 Chrome cannot download this file.
510 </message> 565 </message>
511 <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]"> 566 <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]">
512 Unknown File Type. 567 Unknown File Type.
(...skipping 18 matching lines...) Expand all
531 </message> 586 </message>
532 <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]"> 587 <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]">
533 Unsafe port blocked. 588 Unsafe port blocked.
534 </message> 589 </message>
535 <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]"> 590 <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]">
536 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. 591 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.
537 </message> 592 </message>
538 </if> 593 </if>
539 594
540 </grit-part> 595 </grit-part>
OLDNEW
« no previous file with comments | « components/error_page/renderer/net_error_helper_core_unittest.cc ('k') | components/neterror/resources/neterror.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698