home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / phoenix / chrome / en-US.jar / locale / en-US / pippki / pref-ssl.dtd < prev    next >
Text File  |  2002-08-23  |  4KB  |  72 lines

  1. <!-- 
  2.    - The contents of this file are subject to the Mozilla Public
  3.    - License Version 1.1 (the "License"); you may not use this file
  4.    - except in compliance with the License. You may obtain a copy of
  5.    - the License at http://www.mozilla.org/MPL/
  6.    - 
  7.    - Software distributed under the License is distributed on an "AS
  8.    - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.    - implied. See the License for the specific language governing
  10.    - rights and limitations under the License.
  11.    - 
  12.    - The Original Code is mozilla.org code.
  13.    - 
  14.    - The Initial Developer of the Original Code is Netscape
  15.    - Communications Corp.  Portions created by Netscape are
  16.    - Copyright (C) 2001 Netscape Communications Corp.  All
  17.    - Rights Reserved.
  18.    - 
  19.    - Contributor(s):
  20.    -   Bob Lord <lord@netscape.com>
  21.    -   Terry Hayes <thayes@netscape.com>
  22.   -->
  23.  
  24. <!ENTITY  SSLProtocolVersions          "SSL Protocol Versions">
  25. <!ENTITY  SSLWarnings                  "SSL Warnings">
  26. <!ENTITY  SSLClientAuthMethod          "Client Certificate Selection">
  27.  
  28. <!ENTITY prefheader.title "Secure Sockets Layer (SSL)">
  29. <!ENTITY enable.ssl2 "Enable SSL version 2">
  30. <!ENTITY enable.ssl3 "Enable SSL version 3">
  31. <!ENTITY enable.tls "Enable TLS">
  32.  
  33. <!ENTITY edit.sslciphers "Edit Ciphers...">
  34.  
  35. <!ENTITY warn.description "&brandShortName; can alert you to the security status of the web page you are viewing. Set &brandShortName; to show a warning and ask permission before:">
  36. <!ENTITY warn.enteringsecure "Loading a page that supports encryption">
  37. <!ENTITY warn.enteringweak "Loading a page that uses low-grade encryption">
  38. <!ENTITY warn.insecurepost "Sending form data from an unencrypted page to an unencrypted page">
  39. <!ENTITY warn.leavingsecure "Leaving a page that supports encryption">
  40. <!ENTITY warn.secureredirect "Redirecting from one encrypted page to another">
  41. <!ENTITY warn.secureredirecttoinsecure "Redirecting from an encrypted page to an unencrypted page">
  42. <!ENTITY warn.viewmixed "Viewing a page with an encrypted/unencrypted mix">
  43.  
  44. <!ENTITY certselect.description "Decide how &brandShortName; selects a security certificate to present to web sites that require one:">
  45. <!ENTITY certselect.auto "Select Automatically">
  46. <!ENTITY certselect.ask "Ask Every Time">
  47.  
  48. <!-- Cipher pref window -->
  49. <!ENTITY cipher.title "SSL: Edit Ciphers">
  50. <!ENTITY cipher.ssl2.label "SSL2 Ciphersuites">
  51. <!ENTITY cipher.ssl3.label "SSL3/TLS Ciphersuites">
  52.  
  53. <!-- SSL2 Ciphers -->
  54. <!ENTITY cipher.ssl2.rc4_128 "RC4 encryption with a 128-bit key">
  55. <!ENTITY cipher.ssl2.rc2_128 "RC2 encryption with a 128-bit key">
  56. <!ENTITY cipher.ssl2.des_ede3_192 "Triple DES encryption with a 168-bit key">
  57. <!ENTITY cipher.ssl2.des_64 "DES encryption with a 56-bit key">
  58. <!ENTITY cipher.ssl2.rc4_40 "RC4 encryption with a 40-bit key">
  59. <!ENTITY cipher.ssl2.rc2_40 "RC2 encryption with a 40-bit key">
  60.  
  61. <!-- SSL3 ciphers -->
  62. <!ENTITY cipher.ssl3.rsa_rc4_128_md5 "RC4 encryption with a 128-bit key and an MD5 MAC">
  63. <!ENTITY cipher.ssl3.rsa_fips_des_ede3_sha "FIPS 140-1 compliant triple DES encryption and SHA-1 MAC">
  64. <!ENTITY cipher.ssl3.rsa_des_ede3_sha "Triple DES encryption with a 168-bit key and a SHA-1 MAC">
  65. <!ENTITY cipher.ssl3.rsa_fips_des_sha "FIPS 140-1 compliant DES encryption and SHA-1 MAC">
  66. <!ENTITY cipher.ssl3.rsa_des_sha "DES encryption with a 56-bit key and a SHA-1 MAC">
  67. <!ENTITY cipher.ssl3.rsa_1024_rc4_56_sha "RC4 encryption with a 56-bit key and a SHA-1 MAC">
  68. <!ENTITY cipher.ssl3.rsa_1024_des_cbc_sha "DES encryption in CBC mode with a 56-bit key and a SHA-1 MAC">
  69. <!ENTITY cipher.ssl3.rsa_rc4_40_md5 "RC4 encryption with a 40-bit key and an MD5 MAC">
  70. <!ENTITY cipher.ssl3.rsa_rc2_40_md5 "RC2 encryption with a 40-bit key and an MD5 MAC">
  71. <!ENTITY cipher.ssl3.rsa_null_md5 "No encryption with an MD5 MAC">
  72.