Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index 081b78a4f6b0088afa506e316c4fc2b3f2dae8f8..70edcc15149e92a51f58d3ac7a7b914564478cc9 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -2752,6 +2752,20 @@ each locale. --> |
&View |
</message> |
+ <!-- Add Client Certificate Dialog --> |
+ <message name="IDS_ADD_CERT_DIALOG_ADD" desc="Title of the button that adds the certificate in the Add Client Certificate dialog"> |
+ Add Certificate |
+ </message> |
+ <message name="IDS_ADD_CERT_FAILURE_TITLE" desc="Title of add-certificate error dialog"> |
+ Client Certificate Error |
+ </message> |
+ <message name="IDS_ADD_CERT_ERR_INVALID_CERT" desc="Error message when the server returns an invalid client certificate after key generation"> |
+ The server returned an invalid client certificate. |
+ </message> |
+ <message name="IDS_ADD_CERT_ERR_FAILED" desc="Generic error message for a failure to add the generated certificate to the cert store/keychain"> |
+ There was an error while trying to store the client certificate. |
+ </message> |
+ |
<!-- Basic Auth Dialog --> |
<message name="IDS_LOGIN_DIALOG_TITLE" desc="String to be displayed in the title bar of the login prompt dialog"> |
Authentication Required |