diff options
Diffstat (limited to 'l10n-tr/suite/chrome/common/pref/pref-ssl.dtd')
-rw-r--r-- | l10n-tr/suite/chrome/common/pref/pref-ssl.dtd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/l10n-tr/suite/chrome/common/pref/pref-ssl.dtd b/l10n-tr/suite/chrome/common/pref/pref-ssl.dtd new file mode 100644 index 0000000000..2c2b3f917c --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-ssl.dtd @@ -0,0 +1,18 @@ +<!-- 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 SSLClientAuthMethod.caption "Client Certificate Selection"> + +<!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 "D"> +<!ENTITY warn.leavingsecure "Leaving a page that supports encryption"> +<!ENTITY warn.leavingsecure.accesskey "a"> + +<!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 "e"> +<!ENTITY certselect.ask "Ask Every Time"> +<!ENTITY certselect.ask.accesskey "E"> |