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

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

Issue 147233: Basic implentation of the client auth UI (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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 | Annotate | Revision Log
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 2801 matching lines...) Expand 10 before | Expand all | Expand 10 after
2812 </message> 2812 </message>
2813 2813
2814 <!-- Misc strings for SSL UI --> 2814 <!-- Misc strings for SSL UI -->
2815 <message name="IDS_UNSAFE_FRAME_MESSAGE" desc="The text displayed in the c ontent that is subsituted to an unsafe frame."> 2815 <message name="IDS_UNSAFE_FRAME_MESSAGE" desc="The text displayed in the c ontent that is subsituted to an unsafe frame.">
2816 This frame was blocked because it contains some insecure content. 2816 This frame was blocked because it contains some insecure content.
2817 </message> 2817 </message>
2818 <message name="IDS_MIXED_CONTENT_LOG_MESSAGE" desc="The text displayed in the log message of a page that contains insecure content."> 2818 <message name="IDS_MIXED_CONTENT_LOG_MESSAGE" desc="The text displayed in the log message of a page that contains insecure content.">
2819 The page at <ph name="SECURE_PAGE_URL">$1<ex>https://www.google.com/</ex ></ph> contains insecure content from <ph name="INSECURE_RESOURCE_URL">$2<ex>htt p://www.google.com/</ex></ph>. 2819 The page at <ph name="SECURE_PAGE_URL">$1<ex>https://www.google.com/</ex ></ph> contains insecure content from <ph name="INSECURE_RESOURCE_URL">$2<ex>htt p://www.google.com/</ex></ph>.
2820 </message> 2820 </message>
2821 2821
2822 <!-- SSL client authentication certificate selection dialog -->
2823 <message name="IDS_CLIENT_CERT_DIALOG_TITLE" desc="The title of the dialog that prompts for a certificate when doing SSL client authentication.">
2824 Select a certificate
2825 </message>
2826
2827 <message name="IDS_CLIENT_CERT_DIALOG_TEXT" desc="The text in the dialog t hat prompts for a certificate when doing SSL client authentication.">
2828 Select a certificate to authenticate yourself to <ph name="HOST_NAME">$1 <ex>www.google.com</ex></ph>
2829 </message>
2830
2822 <!-- Advanced Font/Language settings --> 2831 <!-- Advanced Font/Language settings -->
2823 <message name="IDS_FONT_LANGUAGE_SETTING_WINDOWS_TITLE" desc="Title that a ppears in the dialogue title bar for advanced font/encoding settings"> 2832 <message name="IDS_FONT_LANGUAGE_SETTING_WINDOWS_TITLE" desc="Title that a ppears in the dialogue title bar for advanced font/encoding settings">
2824 Fonts and Languages 2833 Fonts and Languages
2825 </message> 2834 </message>
2826 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_TAB_TITLE" desc="Title that appears in the sub-dialogue for Fonts and Encoding"> 2835 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_TAB_TITLE" desc="Title that appears in the sub-dialogue for Fonts and Encoding">
2827 Fonts and Encoding 2836 Fonts and Encoding
2828 </message> 2837 </message>
2829 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_SUB_DIALOG_FONT_TITLE" desc= "Title that appears in the sub-dialogue for Font within Fonts and Encoding tab"> 2838 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_SUB_DIALOG_FONT_TITLE" desc= "Title that appears in the sub-dialogue for Font within Fonts and Encoding tab">
2830 Font 2839 Font
2831 </message> 2840 </message>
(...skipping 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after
3954 Use system title bar and borders 3963 Use system title bar and borders
3955 </message> 3964 </message>
3956 3965
3957 <message name="IDS_RGBA_CSS_FORMAT_STRING" translateable="false" desc="The format string to use when converting colors to CSS rgba()."> 3966 <message name="IDS_RGBA_CSS_FORMAT_STRING" translateable="false" desc="The format string to use when converting colors to CSS rgba().">
3958 rgba($1, $2, $3, $4) 3967 rgba($1, $2, $3, $4)
3959 </message> 3968 </message>
3960 3969
3961 </messages> 3970 </messages>
3962 </release> 3971 </release>
3963 </grit> 3972 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/renderer_host/resource_dispatcher_host.h » ('j') | chrome/browser/ssl/ssl_client_auth_handler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698