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

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

Issue 4091005: Remove SSL 2.0 support. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add ssl_config_service_manager_pref.cc Created 10 years 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 7070 matching lines...) Expand 10 before | Expand all | Expand 10 after
7081 Block All Cookies 7081 Block All Cookies
7082 </message> 7082 </message>
7083 </if> 7083 </if>
7084 <message name="IDS_OPTIONS_SAFEBROWSING_ENABLEPROTECTION" desc="The label of the 'Enable phishing and malware protection' checkbox"> 7084 <message name="IDS_OPTIONS_SAFEBROWSING_ENABLEPROTECTION" desc="The label of the 'Enable phishing and malware protection' checkbox">
7085 Enable phishing and malware protection 7085 Enable phishing and malware protection
7086 </message> 7086 </message>
7087 7087
7088 <message name="IDS_OPTIONS_SSL_GROUP_DESCRIPTION" desc="The description of the 'SSL Connections' group"> 7088 <message name="IDS_OPTIONS_SSL_GROUP_DESCRIPTION" desc="The description of the 'SSL Connections' group">
7089 Computer-wide SSL settings: 7089 Computer-wide SSL settings:
7090 </message> 7090 </message>
7091 <message name="IDS_OPTIONS_SSL_USESSL2" desc="The label of the 'Use SSL 2. 0' checkbox">
7092 Use SSL 2.0
7093 </message>
7094 <message name="IDS_OPTIONS_SSL_CHECKREVOCATION" desc="The label of the 'Ch eck for server certificate revocation' checkbox"> 7091 <message name="IDS_OPTIONS_SSL_CHECKREVOCATION" desc="The label of the 'Ch eck for server certificate revocation' checkbox">
7095 Check for server certificate revocation 7092 Check for server certificate revocation
7096 </message> 7093 </message>
7097 <message name="IDS_OPTIONS_SSL_USESSL3" desc="The label of the 'Use SSL 3. 0' checkbox (Only used on Linux.)"> 7094 <message name="IDS_OPTIONS_SSL_USESSL3" desc="The label of the 'Use SSL 3. 0' checkbox (Only used on Linux.)">
7098 Use SSL 3.0 7095 Use SSL 3.0
7099 </message> 7096 </message>
7100 <message name="IDS_OPTIONS_SSL_USETLS1" desc="The label of the 'Use TLS 1. 0' checkbox (Only used on Linux.)"> 7097 <message name="IDS_OPTIONS_SSL_USETLS1" desc="The label of the 'Use TLS 1. 0' checkbox (Only used on Linux.)">
7101 Use TLS 1.0 7098 Use TLS 1.0
7102 </message> 7099 </message>
7103 7100
(...skipping 4045 matching lines...) Expand 10 before | Expand all | Expand 10 after
11149 11146
11150 </messages> 11147 </messages>
11151 11148
11152 <structures fallback_to_english="true"> 11149 <structures fallback_to_english="true">
11153 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11150 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11154 </structure> 11151 </structure>
11155 </structures> 11152 </structures>
11156 11153
11157 </release> 11154 </release>
11158 </grit> 11155 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698