diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-en-GB/suite/chrome/common/pref/pref-certs.dtd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/l10n-en-GB/suite/chrome/common/pref/pref-certs.dtd b/l10n-en-GB/suite/chrome/common/pref/pref-certs.dtd new file mode 100644 index 0000000000..3e2fccd3b2 --- /dev/null +++ b/l10n-en-GB/suite/chrome/common/pref/pref-certs.dtd @@ -0,0 +1,23 @@ +<!-- 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 managecerts.caption "Manage Certificates"> +<!ENTITY managecerts.text "Use the Certificate Manager to manage your personal certificates, as well as those of other people and certificate authorities."> +<!ENTITY managecerts.button "Manage Certificates…"> +<!ENTITY managecerts.accesskey "M"> +<!ENTITY managedevices.caption "Manage Security Devices"> +<!ENTITY managedevices.text "Use this button to manage your security devices, such as smart cards."> +<!ENTITY managedevices.button "Manage Security Devices…"> +<!ENTITY managedevices.accesskey "S"> + +<!ENTITY ssl.label "SSL"> + +<!ENTITY pref.certs.title "Certificates"> +<!ENTITY certs.label "Certificates"> + +<!ENTITY validation.ocsp.caption "OCSP"> +<!ENTITY enableOCSP.label "Use the Online Certificate Status Protocol (OCSP) to confirm the current validity of certificates"> +<!ENTITY enableOCSP.accesskey "U"> +<!ENTITY validation.requireOCSP.description "When an OCSP server connection fails, treat the certificate as invalid"> +<!ENTITY validation.requireOCSP.accesskey "W"> |