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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 2859026: Display the error code when certificates fail to add (Closed)
Patch Set: Show the stringified error code Created 10 years, 6 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 | « no previous file | chrome/browser/ssl/ssl_add_cert_handler.cc » ('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 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 3077 matching lines...) Expand 10 before | Expand all | Expand 10 after
3088 </message> 3088 </message>
3089 3089
3090 <!-- Add Client Certificate Dialog --> 3090 <!-- Add Client Certificate Dialog -->
3091 <message name="IDS_ADD_CERT_DIALOG_ADD" desc="Title of the button that add s the certificate in the Add Client Certificate dialog"> 3091 <message name="IDS_ADD_CERT_DIALOG_ADD" desc="Title of the button that add s the certificate in the Add Client Certificate dialog">
3092 Add Certificate 3092 Add Certificate
3093 </message> 3093 </message>
3094 <message name="IDS_ADD_CERT_FAILURE_TITLE" desc="Title of add-certificate error dialog"> 3094 <message name="IDS_ADD_CERT_FAILURE_TITLE" desc="Title of add-certificate error dialog">
3095 Client Certificate Error 3095 Client Certificate Error
3096 </message> 3096 </message>
3097 <message name="IDS_ADD_CERT_ERR_INVALID_CERT" desc="Error message when the server returns an invalid client certificate after key generation"> 3097 <message name="IDS_ADD_CERT_ERR_INVALID_CERT" desc="Error message when the server returns an invalid client certificate after key generation">
3098 The server returned an invalid client certificate. 3098 The server returned an invalid client certificate. Error <ph name="ERROR _number">$1<ex>207</ex></ph> (<ph name="ERROR_NAME">$2<ex>net::ERR_CERT_INVALID< /ex></ph>).
3099 </message> 3099 </message>
3100 <message name="IDS_ADD_CERT_ERR_FAILED" desc="Generic error message for a failure to add the generated certificate to the cert store/keychain"> 3100 <message name="IDS_ADD_CERT_ERR_FAILED" desc="Generic error message for a failure to add the generated certificate to the cert store/keychain">
3101 There was an error while trying to store the client certificate. 3101 There was an error while trying to store the client certificate. Error < ph name="ERROR_number">$1<ex>207</ex></ph> (<ph name="ERROR_NAME">$2<ex>net::ERR _CERT_INVALID</ex></ph>).
3102 </message> 3102 </message>
3103 3103
3104 <!-- Basic Auth Dialog --> 3104 <!-- Basic Auth Dialog -->
3105 <message name="IDS_LOGIN_DIALOG_TITLE" desc="String to be displayed in the title bar of the login prompt dialog"> 3105 <message name="IDS_LOGIN_DIALOG_TITLE" desc="String to be displayed in the title bar of the login prompt dialog">
3106 Authentication Required 3106 Authentication Required
3107 </message> 3107 </message>
3108 <message name="IDS_LOGIN_DIALOG_DESCRIPTION" desc="String to be displayed in the login prompt dialog to explain what the user needs to do"> 3108 <message name="IDS_LOGIN_DIALOG_DESCRIPTION" desc="String to be displayed in the login prompt dialog to explain what the user needs to do">
3109 The server <ph name="DOMAIN">$1<ex>google.com</ex></ph> at <ph name="REA LM">$2<ex>site name</ex></ph> requires a username and password. 3109 The server <ph name="DOMAIN">$1<ex>google.com</ex></ph> at <ph name="REA LM">$2<ex>site name</ex></ph> requires a username and password.
3110 </message> 3110 </message>
3111 <message name="IDS_LOGIN_DIALOG_DESCRIPTION_NO_REALM" desc="String to be d isplayed in the login prompt dialog to explain what the user needs to do"> 3111 <message name="IDS_LOGIN_DIALOG_DESCRIPTION_NO_REALM" desc="String to be d isplayed in the login prompt dialog to explain what the user needs to do">
(...skipping 5447 matching lines...) Expand 10 before | Expand all | Expand 10 after
8559 8559
8560 </messages> 8560 </messages>
8561 8561
8562 <structures first_id="50000" fallback_to_english="true"> 8562 <structures first_id="50000" fallback_to_english="true">
8563 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 8563 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
8564 </structure> 8564 </structure>
8565 </structures> 8565 </structures>
8566 8566
8567 </release> 8567 </release>
8568 </grit> 8568 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ssl/ssl_add_cert_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698