mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
88 lines
5.2 KiB
DTD
88 lines
5.2 KiB
DTD
<!-- ***** BEGIN LICENSE BLOCK *****
|
|
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
-
|
|
- The contents of this file are subject to the Mozilla Public License Version
|
|
- 1.1 (the "License"); you may not use this file except in compliance with
|
|
- the License. You may obtain a copy of the License at
|
|
- http://www.mozilla.org/MPL/
|
|
-
|
|
- Software distributed under the License is distributed on an "AS IS" basis,
|
|
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
- for the specific language governing rights and limitations under the
|
|
- License.
|
|
-
|
|
- The Original Code is mozilla.org code.
|
|
-
|
|
- The Initial Developer of the Original Code is
|
|
- Netscape Communications Corp.
|
|
- Portions created by the Initial Developer are Copyright (C) 2001
|
|
- the Initial Developer. All Rights Reserved.
|
|
-
|
|
- Contributor(s):
|
|
- David P. Drinan (ddrinan@netscape.com)
|
|
-
|
|
- Alternatively, the contents of this file may be used under the terms of
|
|
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
- in which case the provisions of the GPL or the LGPL are applicable instead
|
|
- of those above. If you wish to allow use of your version of this file only
|
|
- under the terms of either the GPL or the LGPL, and not to allow others to
|
|
- use your version of this file under the terms of the MPL, indicate your
|
|
- decision by deleting the provisions above and replace them with the notice
|
|
- and other provisions required by the GPL or the LGPL. If you do not delete
|
|
- the provisions above, a recipient may use your version of this file under
|
|
- the terms of any one of the MPL, the GPL or the LGPL.
|
|
-
|
|
- ***** END LICENSE BLOCK ***** -->
|
|
|
|
<!ENTITY pref.validation.title "Validation">
|
|
|
|
<!ENTITY validation.crl.caption "CRL">
|
|
<!ENTITY validation.crl.description "Use the CRL Manager to manage the Certificate Revocation Lists (CRL) that are stored in your certificate database.">
|
|
<!ENTITY validation.managecrls.button "Manage CRLs...">
|
|
<!ENTITY validation.managecrls.accesskey "M">
|
|
<!ENTITY validation.crlmanager.label "Manage CRLs">
|
|
<!ENTITY validation.crlmanager.description "These Certificate Revocation Lists (CRL) are stored in your certificate database:">
|
|
<!ENTITY validation.crlname.label "Name">
|
|
<!ENTITY validation.crllastupdate.label "Last Update">
|
|
<!ENTITY validation.crlnextupdate.label "Next Update">
|
|
<!ENTITY validation.crlautoupdateenabled.label "Auto Update">
|
|
<!ENTITY validation.crlautoupdatestatus.label "Auto Update Status">
|
|
<!ENTITY validation.deletecrl.label "Delete">
|
|
<!ENTITY validation.deletecrl.accesskey "D">
|
|
<!ENTITY validation.updatecrl.label "Update">
|
|
<!ENTITY validation.updatecrl.accesskey "U">
|
|
<!ENTITY validation.advanced.label "Settings">
|
|
<!ENTITY validation.advanced.accesskey "S">
|
|
|
|
<!ENTITY validation.crl.autoupdate.title "Automatic CRL Update Preferences">
|
|
<!ENTITY validation.crl.autoupdate.enable.label "Enable Automatic Update for this CRL">
|
|
<!ENTITY validation.crl.autoupdate.time.label1 "Update">
|
|
<!ENTITY validation.crl.autoupdate.time.label2 "Day(s) before Next Update date">
|
|
<!ENTITY validation.crl.autoupdate.freq.label1 "Update every">
|
|
<!ENTITY validation.crl.autoupdate.freq.label2 "Day(s)">
|
|
<!ENTITY validation.crl.autoupdate.url.label "CRL would be imported From:">
|
|
<!ENTITY crl.import.status.title "CRL Import Status">
|
|
<!ENTITY crl.import.success.message "The Certificate Revocation List (CRL) was successfully imported.">
|
|
<!ENTITY crl.issuer.label "CRL Issued By:">
|
|
<!ENTITY crl.issuer.org.label "Organization: ">
|
|
<!ENTITY crl.issuer.orgunit.label "Unit: ">
|
|
<!ENTITY crl.import.nextupdate.label "Next Update On: ">
|
|
<!ENTITY crl.autoupdate.fail.cnt.label "Previous Consecutive Update Failures: ">
|
|
<!ENTITY crl.autoupdate.fail.reason.label "Details of Last Update Failure: ">
|
|
<!ENTITY edit.button "Settings">
|
|
|
|
<!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 certOCSP2.label "Validate a certificate if it specifies an OCSP server">
|
|
<!ENTITY certOCSP2.accesskey "V">
|
|
<!ENTITY proxyOCSP2.label "Validate all certificates using the following OCSP server:">
|
|
<!ENTITY proxyOCSP2.accesskey "a">
|
|
<!ENTITY serviceURL.label "Service URL:">
|
|
<!ENTITY serviceURL.accesskey "S">
|
|
<!ENTITY signingCA.label "Response Signer:">
|
|
<!ENTITY signingCA.accesskey "R">
|
|
<!ENTITY validation.requireOCSP.description "When an OCSP server connection fails, treat the certificate as invalid">
|
|
<!ENTITY validation.requireOCSP.accesskey "W">
|