diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-25 01:28:38 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-25 01:28:38 +0000 |
commit | 57abdc68e5759f837c36add4ca6bbeff6ba88198 (patch) | |
tree | 1f09aaba7aa2555dfb05cb628f9e56221ba61637 | |
parent | bc9607488c5755bb3dc6536f75b496e8c6a2516b (diff) | |
download | chromium_src-57abdc68e5759f837c36add4ca6bbeff6ba88198.zip chromium_src-57abdc68e5759f837c36add4ca6bbeff6ba88198.tar.gz chromium_src-57abdc68e5759f837c36add4ca6bbeff6ba88198.tar.bz2 |
Add strings for SSL3.0 and TLS1.0 config options for Linux.
BUG=11507
Review URL: http://codereview.chromium.org/160133
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21605 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 1c35f17..af5d8f4 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3309,6 +3309,12 @@ each locale. --> <message name="IDS_OPTIONS_SSL_CHECKREVOCATION" desc="The label of the 'Check for server certificate revocation' checkbox"> Check for server certificate revocation </message> + <message name="IDS_OPTIONS_SSL_USESSL3" desc="The label of the 'Use SSL 3.0' checkbox (Only used on Linux.)"> + Use SSL 3.0 + </message> + <message name="IDS_OPTIONS_SSL_USETLS1" desc="The label of the 'Use TLS 1.0' checkbox (Only used on Linux.)"> + Use TLS 1.0 + </message> <message name="IDS_OPTIONS_MIXED_CONTENT_LABEL" desc="The documentation string of the 'Mixed Content handling' preference."> When there is mixed content on secure (SSL) pages: |