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

Side by Side Diff: components/error_page_strings.grdp

Issue 2350483002: Improve error pages on client certificate failures. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « components/error_page/common/localized_error.cc ('k') | net/socket/ssl_client_socket_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> uses an unsupported protocol. 248 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<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">&lt;strong jscontent="hostNam e"&gt;&lt;/strong&gt;<ex>www.whatever.com</ex></ph> appears to be a forgery. 252 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.
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">&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. 258 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> requested a login certificate. It may not have been pr ovided or your login certificate may have expired or be invalid.
davidben 2016/09/16 22:06:13 Hrm. Probably should do "It" => "One"?
svaldez 2016/09/19 20:43:15 Maybe "One may not have been provided or your logi
davidben 2016/09/19 21:28:07 Done.
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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 </message> 326 </message>
327 <message name="IDS_ERRORPAGES_SUGGESTION_COMPLETE_SETUP_SUMMARY" desc="The mes sage displayed asking the user to sign out and complete their device setup."> 327 <message name="IDS_ERRORPAGES_SUGGESTION_COMPLETE_SETUP_SUMMARY" desc="The mes sage displayed asking the user to sign out and complete their device setup.">
328 Sign out and complete setup 328 Sign out and complete setup
329 </message> 329 </message>
330 <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."> 330 <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.">
331 Try disabling your extensions. 331 Try disabling your extensions.
332 </message> 332 </message>
333 <message name="IDS_ERRORPAGES_SUGGESTION_GOOGLE_SEARCH_SUMMARY" desc="When a p age fails to load, sometimes we suggest a specific Google search."> 333 <message name="IDS_ERRORPAGES_SUGGESTION_GOOGLE_SEARCH_SUMMARY" desc="When a p age fails to load, sometimes we suggest a specific Google search.">
334 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> 334 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>
335 </message> 335 </message>
336 <message name="IDS_ERRORPAGES_SUGGESTION_CLIENT_CERTIFICATE" desc="The message displayed in a list of suggestions following a network error suggesting to the user to reload with a valid client certificate. The suggestions list is prefixed with 'Try:'.">
davidben 2016/09/16 22:06:13 I used CLIENT instead of LOGIN in the code to be c
337 Reloading with a valid login certificate
338 </message>
336 <if expr="is_macosx"> 339 <if expr="is_macosx">
337 <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:'."> 340 <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:'.">
338 <ph name="BEGIN_LINK">&lt;a href="javascript:diagnoseErrors()" id="diagnos e-link"&gt;</ph>Running Network Diagnostics<ph name="END_LINK">&lt;/a&gt;</ph> 341 <ph name="BEGIN_LINK">&lt;a href="javascript:diagnoseErrors()" id="diagnos e-link"&gt;</ph>Running Network Diagnostics<ph name="END_LINK">&lt;/a&gt;</ph>
339 </message> 342 </message>
340 <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"> 343 <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">
341 <ph name="BEGIN_LINK">&lt;a href="javascript:diagnoseErrors()" id="diagnos e-link"&gt;</ph>Try running Network Diagnostics<ph name="END_LINK">&lt;/a&gt;</p h>. 344 <ph name="BEGIN_LINK">&lt;a href="javascript:diagnoseErrors()" id="diagnos e-link"&gt;</ph>Try running Network Diagnostics<ph name="END_LINK">&lt;/a&gt;</p h>.
342 </message> 345 </message>
343 </if> 346 </if>
344 <if expr="is_win"> 347 <if expr="is_win">
345 <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:'."> 348 <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:'.">
(...skipping 13 matching lines...) Expand all
359 </if> 362 </if>
360 363
361 <!-- iOS specific error page messages --> 364 <!-- iOS specific error page messages -->
362 <if expr="is_ios"> 365 <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]"> 366 <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. 367 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> 368 </message>
366 </if> 369 </if>
367 370
368 </grit-part> 371 </grit-part>
OLDNEW
« no previous file with comments | « components/error_page/common/localized_error.cc ('k') | net/socket/ssl_client_socket_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698