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

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

Issue 8746004: Remove unused strings related to disabling SSL3/TLS1.0. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« 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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 8519 matching lines...) Expand 10 before | Expand all | Expand 10 after
8530 </message> 8530 </message>
8531 <message name="IDS_OPTIONS_SAFEBROWSING_ENABLEPROTECTION" desc="The label of the 'Enable phishing and malware protection' checkbox"> 8531 <message name="IDS_OPTIONS_SAFEBROWSING_ENABLEPROTECTION" desc="The label of the 'Enable phishing and malware protection' checkbox">
8532 Enable phishing and malware protection 8532 Enable phishing and malware protection
8533 </message> 8533 </message>
8534 <message name="IDS_OPTIONS_SSL_GROUP_DESCRIPTION" desc="The description of the 'SSL Connections' group"> 8534 <message name="IDS_OPTIONS_SSL_GROUP_DESCRIPTION" desc="The description of the 'SSL Connections' group">
8535 Computer-wide SSL settings: 8535 Computer-wide SSL settings:
8536 </message> 8536 </message>
8537 <message name="IDS_OPTIONS_SSL_CHECKREVOCATION" desc="The label of the 'Ch eck for server certificate revocation' checkbox"> 8537 <message name="IDS_OPTIONS_SSL_CHECKREVOCATION" desc="The label of the 'Ch eck for server certificate revocation' checkbox">
8538 Check for server certificate revocation 8538 Check for server certificate revocation
8539 </message> 8539 </message>
8540 <message name="IDS_OPTIONS_SSL_USESSL3" desc="The label of the 'Use SSL 3. 0' checkbox (Only used on Linux.)">
8541 Use SSL 3.0
8542 </message>
8543 <message name="IDS_OPTIONS_SSL_USETLS1" desc="The label of the 'Use TLS 1. 0' checkbox (Only used on Linux.)">
8544 Use TLS 1.0
8545 </message>
8546 8540
8547 <if expr="not pp_ifdef('use_titlecase')"> 8541 <if expr="not pp_ifdef('use_titlecase')">
8548 <message name="IDS_OPTIONS_BROWSING_DATA_GROUP_NAME" desc="The title of the 'Browsing data' group."> 8542 <message name="IDS_OPTIONS_BROWSING_DATA_GROUP_NAME" desc="The title of the 'Browsing data' group.">
8549 Browsing data 8543 Browsing data
8550 </message> 8544 </message>
8551 <message name="IDS_OPTIONS_IMPORT_DATA_BUTTON" desc="In sentence case: L abel for the import data button."> 8545 <message name="IDS_OPTIONS_IMPORT_DATA_BUTTON" desc="In sentence case: L abel for the import data button.">
8552 Import data from another browser... 8546 Import data from another browser...
8553 </message> 8547 </message>
8554 </if> 8548 </if>
8555 <if expr="pp_ifdef('use_titlecase')"> 8549 <if expr="pp_ifdef('use_titlecase')">
(...skipping 6166 matching lines...) Expand 10 before | Expand all | Expand 10 after
14722 </messages> 14716 </messages>
14723 <structures fallback_to_english="true"> 14717 <structures fallback_to_english="true">
14724 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14718 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14725 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14719 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14726 </structure> 14720 </structure>
14727 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14721 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14728 </structure> 14722 </structure>
14729 </structures> 14723 </structures>
14730 </release> 14724 </release>
14731 </grit> 14725 </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