diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-en-GB/suite/chrome/common/pref/pref-ssl.dtd | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/l10n-en-GB/suite/chrome/common/pref/pref-ssl.dtd b/l10n-en-GB/suite/chrome/common/pref/pref-ssl.dtd new file mode 100644 index 0000000000..30aab6cf6e --- /dev/null +++ b/l10n-en-GB/suite/chrome/common/pref/pref-ssl.dtd @@ -0,0 +1,44 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY SSLTLSProtocolVersions.caption "SSL/TLS Protocol Versions"> +<!ENTITY SSLTLSWarnings.caption "SSL/TLS Warnings"> +<!ENTITY SSLMixedContent.caption "Mixed Content"> +<!ENTITY SSLClientAuthMethod.caption "Client Certificate Selection"> + +<!ENTITY pref.ssltls.title "Transport Layer Security (SSL/TLS)"> +<!ENTITY limit.description "You can restrict which encryption protocols to use for secure connections. Choose a single version or a contiguous range of versions."> +<!ENTITY limit.enable.label "Enable:"> +<!ENTITY limit.tls10.label "TLS 1.0"> +<!ENTITY limit.tls10.accesskey "T"> +<!ENTITY limit.tls11.label "TLS 1.1"> +<!ENTITY limit.tls11.accesskey "1"> +<!ENTITY limit.tls12.label "TLS 1.2"> +<!ENTITY limit.tls12.accesskey "2"> +<!ENTITY limit.tls13.label "TLS 1.3"> +<!ENTITY limit.tls13.accesskey "3"> + +<!ENTITY warn.description2 "&brandShortName; can alert you to the security status of the web page you are viewing. Set &brandShortName; to show a warning when:"> +<!ENTITY warn.enteringsecure "Loading a page that supports encryption"> +<!ENTITY warn.enteringsecure.accesskey "L"> +<!ENTITY warn.insecurepost "Sending form data from an unencrypted page to an unencrypted page"> +<!ENTITY warn.insecurepost.accesskey "S"> +<!ENTITY warn.leavingsecure "Leaving a page that supports encryption"> +<!ENTITY warn.leavingsecure.accesskey "a"> + +<!ENTITY mixed.description "Encrypted pages may contain unencrypted content that is vulnerable to eavesdropping or forgery. &brandShortName; can detect and block it:"> +<!ENTITY warn.mixedactivecontent "Warn me when encrypted pages contain insecure content"> +<!ENTITY warn.mixedactivecontent.accesskey "W"> +<!ENTITY block.activecontent "Don't load insecure content on encrypted pages"> +<!ENTITY block.activecontent.accesskey "D"> +<!ENTITY warn.mixeddisplaycontent "Warn me when encrypted pages contain other types of mixed content"> +<!ENTITY warn.mixeddisplaycontent.accesskey "c"> +<!ENTITY block.displaycontent "Don't load other types of mixed content on encrypted pages"> +<!ENTITY block.displaycontent.accesskey "m"> + +<!ENTITY certselect.description "Decide how &brandShortName; selects a security certificate to present to web sites that require one:"> +<!ENTITY certselect.auto "Select Automatically"> +<!ENTITY certselect.auto.accesskey "A"> +<!ENTITY certselect.ask "Ask Every Time"> +<!ENTITY certselect.ask.accesskey "E"> |