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

Side by Side Diff: components/error_page_strings.grdp

Issue 2425663002: Add an error page for resources blocked via XSS Auditor. (Closed)
Patch Set: Words. Created 4 years, 1 month 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 </message> 99 </message>
100 <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."> 100 <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.">
101 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. 101 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.
102 </message> 102 </message>
103 <message name="IDS_ERRORPAGES_SUGGESTION_UNSUPPORTED_CIPHER_HEADER" desc="This is the header displayed above the explanation for SSL cipher and version errors ."> 103 <message name="IDS_ERRORPAGES_SUGGESTION_UNSUPPORTED_CIPHER_HEADER" desc="This is the header displayed above the explanation for SSL cipher and version errors .">
104 Unsupported protocol 104 Unsupported protocol
105 </message> 105 </message>
106 <message name="IDS_ERRORPAGES_SUGGESTION_UNSUPPORTED_CIPHER_BODY" desc="The de tailed explanation body text displayed for SSL cipher and version errors."> 106 <message name="IDS_ERRORPAGES_SUGGESTION_UNSUPPORTED_CIPHER_BODY" desc="The de tailed explanation body text displayed for SSL cipher and version errors.">
107 The client and server don't support a common SSL protocol version or cipher suite. 107 The client and server don't support a common SSL protocol version or cipher suite.
108 </message> 108 </message>
109 <message name="IDS_ERRORPAGES_SUGGESTION_NAVIGATE_TO_ORIGIN" desc="When a webp age fails to load, sometimes we suggest to the user that they might navigate to the page's origin.">
110 Try <ph name="LINK">&lt;a jsvalues="href:originURL;.jstdata:$this" onmousedo wn="linkClicked(this.jstdata)"&gt;visiting the site's homepage&lt;/a&gt;<ex>www. somewhere.com</ex></ph>
edwardjung 2016/11/18 16:18:47 To make this clear for our translators this needs
111 </message>
109 <message name="IDS_ERRORPAGES_HEADING_NOT_AVAILABLE" desc="Heading in the erro r page when we can't connect to a site."> 112 <message name="IDS_ERRORPAGES_HEADING_NOT_AVAILABLE" desc="Heading in the erro r page when we can't connect to a site.">
110 This site can’t be reached 113 This site can’t be reached
111 </message> 114 </message>
112 <message name="IDS_ERRORPAGES_HEADING_NETWORK_ACCESS_DENIED" desc="Heading of the error page when we're not being allowed to access the network."> 115 <message name="IDS_ERRORPAGES_HEADING_NETWORK_ACCESS_DENIED" desc="Heading of the error page when we're not being allowed to access the network.">
113 Your Internet access is blocked 116 Your Internet access is blocked
114 </message> 117 </message>
115 <if expr="not is_android"> 118 <if expr="not is_android">
116 <message name="IDS_ERRORPAGES_HEADING_INTERNET_DISCONNECTED" desc="Heading o f the error page when the network connection failed."> 119 <message name="IDS_ERRORPAGES_HEADING_INTERNET_DISCONNECTED" desc="Heading o f the error page when the network connection failed.">
117 There is no Internet connection 120 There is no Internet connection
118 </message> 121 </message>
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 Access to the file was denied 229 Access to the file was denied
227 </message> 230 </message>
228 <message name="IDS_ERRORPAGES_SUMMARY_FORBIDDEN" desc="Summary in the error pa ge when a server returns a 403."> 231 <message name="IDS_ERRORPAGES_SUMMARY_FORBIDDEN" desc="Summary in the error pa ge when a server returns a 403.">
229 You don't have authorization to view this page. 232 You don't have authorization to view this page.
230 </message> 233 </message>
231 234
232 <message name="IDS_ERRORPAGES_SUMMARY_GONE" desc="Summary of the error page wh en the server returns a 410."> 235 <message name="IDS_ERRORPAGES_SUMMARY_GONE" desc="Summary of the error page wh en the server returns a 410.">
233 It may have been moved or deleted. 236 It may have been moved or deleted.
234 </message> 237 </message>
235 <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."> 238 <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.">
236 The <ph name="HOST_NAME">&lt;span jscontent="hostName"&gt;&lt;/span&gt;<ex>w ww.whatever.com</ex></ph> page isn’t working 239 This page isn’t working
237 </message> 240 </message>
238 241
239 <message name="IDS_ERRORPAGES_SUMMARY_WEBSITE_CANNOT_HANDLE_REQUEST" desc="Sum mary in the error page when the server returns a 501 or 505."> 242 <message name="IDS_ERRORPAGES_SUMMARY_WEBSITE_CANNOT_HANDLE_REQUEST" desc="Sum mary in the error page when the server returns a 501 or 505.">
240 <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. 243 <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.
241 </message> 244 </message>
242 245
243 <message name="IDS_ERRORPAGES_SUMMARY_SERVICE_UNAVAILABLE" desc="Summary in th e error page when the server returns a 503."> 246 <message name="IDS_ERRORPAGES_SUMMARY_SERVICE_UNAVAILABLE" desc="Summary in th e error page when the server returns a 503.">
244 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. 247 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.
245 </message> 248 </message>
246 249
(...skipping 14 matching lines...) Expand all
261 </message> 264 </message>
262 <message name="IDS_ERRORPAGES_HEADING_INSECURE_CONNECTION" desc="Heading in th e error page for insecure connections."> 265 <message name="IDS_ERRORPAGES_HEADING_INSECURE_CONNECTION" desc="Heading in th e error page for insecure connections.">
263 This site can’t provide a secure connection 266 This site can’t provide a secure connection
264 </message> 267 </message>
265 <message name="IDS_ERRORPAGES_SUMMARY_BAD_SSL_CLIENT_AUTH_CERT" desc="Summary in the error page for SSL client certificate authentication failure."> 268 <message name="IDS_ERRORPAGES_SUMMARY_BAD_SSL_CLIENT_AUTH_CERT" desc="Summary in the error page for SSL client certificate authentication failure.">
266 <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 one may not h ave been provided. 269 <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 one may not h ave been provided.
267 </message> 270 </message>
268 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_EXTENSION" desc="Summary in t he error page when an extension blocks a request."> 271 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_EXTENSION" desc="Summary in t he error page when an extension blocks a request.">
269 Requests to the server have been blocked by an extension. 272 Requests to the server have been blocked by an extension.
270 </message> 273 </message>
274 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_XSS_AUDITOR" desc="Summary in the error page when the XSS Auditor blocks a response.">
275 Chrome detected unusual code on this page and blocked it to protect your per sonal information (for example, passwords, phone numbers, and credit cards).
276 </message>
271 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_ADMINISTRATOR" desc="Summary in the error page when an administrator policy blocks a request."> 277 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_ADMINISTRATOR" desc="Summary in the error page when an administrator policy blocks a request.">
272 The person who set up this computer has chosen to block this site. 278 The person who set up this computer has chosen to block this site.
273 </message> 279 </message>
274 280
275 <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."> 281 <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.">
276 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. 282 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.
277 </message> 283 </message>
278 284
279 <!-- Suggestions summary list messages. --> 285 <!-- Suggestions summary list messages. -->
280 <message name="IDS_ERRORPAGES_SUGGESTION_LIST_HEADER" desc="Message that prefi xes a list of suggestions to try when encountering a network error."> 286 <message name="IDS_ERRORPAGES_SUGGESTION_LIST_HEADER" desc="Message that prefi xes a list of suggestions to try when encountering a network error.">
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 </if> 373 </if>
368 374
369 <!-- iOS specific error page messages --> 375 <!-- iOS specific error page messages -->
370 <if expr="is_ios"> 376 <if expr="is_ios">
371 <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]"> 377 <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]">
372 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. 378 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.
373 </message> 379 </message>
374 </if> 380 </if>
375 381
376 </grit-part> 382 </grit-part>
OLDNEW
« no previous file with comments | « components/error_page/renderer/net_error_helper_core.cc ('k') | components/test_runner/web_frame_test_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698