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

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

Issue 652137: Mac: implement <keygen> support, including adding generated cert to the Keychain. (Closed)
Patch Set: Responding to review feedback. Created 10 years, 9 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 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 2734 matching lines...) Expand 10 before | Expand all | Expand 10 after
2745 <message name="IDS_CERT_MANAGER_EXPIRES_COLUMN_LABEL" desc="Label for the expires on column of the certificate tree in the certificate manager"> 2745 <message name="IDS_CERT_MANAGER_EXPIRES_COLUMN_LABEL" desc="Label for the expires on column of the certificate tree in the certificate manager">
2746 Expires On 2746 Expires On
2747 </message> 2747 </message>
2748 <message name="IDS_CERT_MANAGER_EMAIL_ADDRESS_COLUMN_LABEL" desc="Label fo r the email address column of the certificate tree in the certificate manager"> 2748 <message name="IDS_CERT_MANAGER_EMAIL_ADDRESS_COLUMN_LABEL" desc="Label fo r the email address column of the certificate tree in the certificate manager">
2749 Email Address 2749 Email Address
2750 </message> 2750 </message>
2751 <message name="IDS_CERT_MANAGER_VIEW_CERT_BUTTON" desc="Label for the butt on in the certificate manager which launches the certificate viewer for the sele cted certificate"> 2751 <message name="IDS_CERT_MANAGER_VIEW_CERT_BUTTON" desc="Label for the butt on in the certificate manager which launches the certificate viewer for the sele cted certificate">
2752 &amp;View 2752 &amp;View
2753 </message> 2753 </message>
2754 2754
2755 <!-- Add Client Certificate Dialog -->
2756 <message name="IDS_ADD_CERT_DIALOG_ADD" desc="Title of the button that add s the certificate in the Add Client Certificate dialog">
2757 Add Certificate
2758 </message>
2759 <message name="IDS_ADD_CERT_FAILURE_TITLE" desc="Title of add-certificate error dialog">
2760 Client Certificate Error
2761 </message>
2762 <message name="IDS_ADD_CERT_ERR_INVALID_CERT" desc="Error message when the server returns an invalid client certificate after key generation">
2763 The server returned an invalid client certificate.
2764 </message>
2765 <message name="IDS_ADD_CERT_ERR_FAILED" desc="Generic error message for a failure to add the generated certificate to the cert store/keychain">
2766 There was an error while trying to store the client certificate.
2767 </message>
2768
2755 <!-- Basic Auth Dialog --> 2769 <!-- Basic Auth Dialog -->
2756 <message name="IDS_LOGIN_DIALOG_TITLE" desc="String to be displayed in the title bar of the login prompt dialog"> 2770 <message name="IDS_LOGIN_DIALOG_TITLE" desc="String to be displayed in the title bar of the login prompt dialog">
2757 Authentication Required 2771 Authentication Required
2758 </message> 2772 </message>
2759 <message name="IDS_LOGIN_DIALOG_DESCRIPTION" desc="String to be displayed in the login prompt dialog to explain what the user needs to do"> 2773 <message name="IDS_LOGIN_DIALOG_DESCRIPTION" desc="String to be displayed in the login prompt dialog to explain what the user needs to do">
2760 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. 2774 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.
2761 </message> 2775 </message>
2762 <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"> 2776 <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">
2763 The server <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a usern ame and password. 2777 The server <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a usern ame and password.
2764 </message> 2778 </message>
(...skipping 3972 matching lines...) Expand 10 before | Expand all | Expand 10 after
6737 <message name="IDS_NOTIFICATION_PANEL_TITLE" desc="Text for the title of t he notification panel."> 6751 <message name="IDS_NOTIFICATION_PANEL_TITLE" desc="Text for the title of t he notification panel.">
6738 Notifications 6752 Notifications
6739 </message> 6753 </message>
6740 </if> 6754 </if>
6741 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing "> 6755 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
6742 Import bookmarks now... 6756 Import bookmarks now...
6743 </message> 6757 </message>
6744 </messages> 6758 </messages>
6745 </release> 6759 </release>
6746 </grit> 6760 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/renderer_host/resource_dispatcher_host.h » ('j') | net/base/keygen_handler_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698