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

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

Issue 160133: Add strings for SSL3.0 and TLS1.0 config options for Linux. (Closed)
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
« no previous file with comments | « no previous file | no next file » | 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 3288 matching lines...) Expand 10 before | Expand all | Expand 10 after
3299 3299
3300 <message name="IDS_OPTIONS_SSL_GROUP_DESCRIPTION" desc="The description of the 'SSL Connections' group"> 3300 <message name="IDS_OPTIONS_SSL_GROUP_DESCRIPTION" desc="The description of the 'SSL Connections' group">
3301 Computer-wide SSL settings: 3301 Computer-wide SSL settings:
3302 </message> 3302 </message>
3303 <message name="IDS_OPTIONS_SSL_USESSL2" desc="The label of the 'Use SSL 2. 0' checkbox"> 3303 <message name="IDS_OPTIONS_SSL_USESSL2" desc="The label of the 'Use SSL 2. 0' checkbox">
3304 Use SSL 2.0 3304 Use SSL 2.0
3305 </message> 3305 </message>
3306 <message name="IDS_OPTIONS_SSL_CHECKREVOCATION" desc="The label of the 'Ch eck for server certificate revocation' checkbox"> 3306 <message name="IDS_OPTIONS_SSL_CHECKREVOCATION" desc="The label of the 'Ch eck for server certificate revocation' checkbox">
3307 Check for server certificate revocation 3307 Check for server certificate revocation
3308 </message> 3308 </message>
3309 <message name="IDS_OPTIONS_SSL_USESSL3" desc="The label of the 'Use SSL 3. 0' checkbox (Only used on Linux.)">
wtc 2009/07/29 00:42:26 Nit: would be nice for these two options to follow
3310 Use SSL 3.0
3311 </message>
3312 <message name="IDS_OPTIONS_SSL_USETLS1" desc="The label of the 'Use TLS 1. 0' checkbox (Only used on Linux.)">
3313 Use TLS 1.0
3314 </message>
3309 3315
3310 <message name="IDS_OPTIONS_MIXED_CONTENT_LABEL" desc="The documentation st ring of the 'Mixed Content handling' preference."> 3316 <message name="IDS_OPTIONS_MIXED_CONTENT_LABEL" desc="The documentation st ring of the 'Mixed Content handling' preference.">
3311 When there is mixed content on secure (SSL) pages: 3317 When there is mixed content on secure (SSL) pages:
3312 </message> 3318 </message>
3313 <message name="IDS_OPTIONS_INCLUDE_NO_MIXED_CONTENT" desc="The combo-box o ption for setting that no mixed-content should be included."> 3319 <message name="IDS_OPTIONS_INCLUDE_NO_MIXED_CONTENT" desc="The combo-box o ption for setting that no mixed-content should be included.">
3314 Block all insecure content 3320 Block all insecure content
3315 </message> 3321 </message>
3316 <message name="IDS_OPTIONS_INCLUDE_MIXED_CONTENT_IMAGE_ONLY" desc="The com bo-box option for setting that only mixed-content which are not images should be included."> 3322 <message name="IDS_OPTIONS_INCLUDE_MIXED_CONTENT_IMAGE_ONLY" desc="The com bo-box option for setting that only mixed-content which are not images should be included.">
3317 Allow insecure images 3323 Allow insecure images
3318 </message> 3324 </message>
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
4227 </message> 4233 </message>
4228 <!-- Help menu --> 4234 <!-- Help menu -->
4229 <message name="IDS_HELP_MAC" desc="The menu item to show help in the Hel p menu."> 4235 <message name="IDS_HELP_MAC" desc="The menu item to show help in the Hel p menu.">
4230 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Help 4236 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Help
4231 </message> <!-- os == 'darwin' --> 4237 </message> <!-- os == 'darwin' -->
4232 </if> 4238 </if>
4233 4239
4234 </messages> 4240 </messages>
4235 </release> 4241 </release>
4236 </grit> 4242 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698