home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 July & August / PCWorld_2005-07-08_cd.bin / komunikace / netscape / nsb-install-8-0.exe / chrome / en-US.jar / locale / pippki / pref-ssl.dtd < prev    next >
Text File  |  2004-11-25  |  6KB  |  107 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. <!ENTITY edit.sslciphers.accesskey "E">
  35.  
  36. <!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:">
  37. <!ENTITY warn.enteringsecure "Loading a page that supports encryption">
  38. <!ENTITY warn.enteringweak "Loading a page that uses low-grade encryption">
  39. <!ENTITY warn.insecurepost "Sending form data from an unencrypted page to an unencrypted page">
  40. <!ENTITY warn.leavingsecure "Leaving a page that supports encryption">
  41. <!ENTITY warn.secureredirect "Redirecting from one encrypted page to another">
  42. <!ENTITY warn.secureredirecttoinsecure "Redirecting from an encrypted page to an unencrypted page">
  43. <!ENTITY warn.viewmixed "Viewing a page with an encrypted/unencrypted mix">
  44.  
  45. <!ENTITY certselect.description "Decide how &brandShortName; selects a security certificate to present to web sites that require one:">
  46. <!ENTITY certselect.auto "Select Automatically">
  47. <!ENTITY certselect.ask "Ask Every Time">
  48.  
  49. <!-- Cipher pref window -->
  50. <!ENTITY cipher.title "SSL: Edit Ciphers">
  51. <!ENTITY cipher.ssl2.label "SSL2 Cipher Suites">
  52. <!ENTITY cipher.ssl3.label "SSL3/TLS Cipher Suites">
  53. <!ENTITY cipher.ssl3_extra.label "Extra SSL3/TLS Cipher Suites">
  54. <!ENTITY cipher.tab.ssl2 "SSL2">
  55. <!ENTITY cipher.tab.ssl3tls "SSL3/TLS">
  56. <!ENTITY cipher.tab.ssl3tls_extra "Extra SSL3/TLS">
  57.  
  58. <!-- SSL2 Ciphers -->
  59.  
  60. <!ENTITY cipher.ssl2.rc4_128 "128-bit RC4 encryption with RSA and an MD5 MAC">
  61. <!ENTITY cipher.ssl2.rc2_128 "128-bit RC2 encryption with RSA and an MD5 MAC">
  62. <!ENTITY cipher.ssl2.des_ede3_192 "168-bit Triple DES encryption with RSA and MD5 MAC ">
  63. <!ENTITY cipher.ssl2.des_64 "56-bit DES encryption with RSA and an MD5 MAC">
  64. <!ENTITY cipher.ssl2.rc4_40 "40-bit RC4 encryption with RSA and an MD5 MAC (export)">
  65. <!ENTITY cipher.ssl2.rc2_40 "40-bit RC2 encryption with RSA and an MD5 MAC (export)">
  66.  
  67. <!-- SSL3/TLS ciphers -->
  68. <!ENTITY cipher.ssl3.rsa_rc4_128_md5 "128-bit RC4 encryption with RSA and an MD5 MAC">
  69. <!ENTITY cipher.ssl3.rsa_rc4_128_sha "128-bit RC4 encryption with RSA and a SHA1 MAC">
  70. <!ENTITY cipher.ssl3.rsa_fips_des_ede3_sha "168-bit Triple DES with RSA and a SHA1 MAC (FIPS)">
  71. <!ENTITY cipher.ssl3.rsa_des_ede3_sha "168-bit Triple DES with RSA and a SHA1 MAC">
  72. <!ENTITY cipher.ssl3.rsa_fips_des_sha "56-bit DES encryption with RSA and a SHA1 MAC (FIPS)">
  73. <!ENTITY cipher.ssl3.rsa_des_sha "56-bit DES encryption with RSA and a SHA1 MAC">
  74. <!ENTITY cipher.ssl3.rsa_1024_rc4_56_sha "56-bit RC4 encryption with RSA and a SHA1 MAC (export)">
  75. <!ENTITY cipher.ssl3.rsa_1024_des_cbc_sha "56-bit DES encryption with RSA and a SHA1 MAC (export)">
  76. <!ENTITY cipher.ssl3.rsa_rc4_40_md5 "40-bit RC4 encryption with RSA and an MD5 MAC (export)">
  77. <!ENTITY cipher.ssl3.rsa_rc2_40_md5 "40-bit RC2 encryption with RSA and an MD5 MAC (export)">
  78.  
  79. <!-- Extra SSL3/TLS ciphers -->
  80. <!ENTITY cipher.ssl3.dhe_rsa_aes_256_sha "256-bit AES encryption with RSA, DHE, and a SHA1 MAC">
  81. <!ENTITY cipher.ssl3.dhe_dss_aes_256_sha "256-bit AES encryption with DSA, DHE, and a SHA1 MAC">
  82. <!ENTITY cipher.ssl3.rsa_aes_256_sha "256-bit AES encryption with RSA and a SHA1 MAC">
  83. <!ENTITY cipher.ssl3.dhe_rsa_aes_128_sha "128-bit AES encryption with RSA, DHE, and a SHA1 MAC">
  84. <!ENTITY cipher.ssl3.dhe_dss_aes_128_sha "128-bit AES encryption with DSA, DHE, and a SHA1 MAC">
  85. <!ENTITY cipher.ssl3.rsa_aes_128_sha "128-bit AES encryption with RSA and a SHA1 MAC">
  86. <!ENTITY cipher.ssl3.dhe_rsa_des_ede3_sha "168-bit Triple DES with RSA, DHE, and a SHA1 MAC">
  87. <!ENTITY cipher.ssl3.dhe_dss_des_ede3_sha "168-bit Triple DES with DSA, DHE, and a SHA1 MAC">
  88. <!ENTITY cipher.ssl3.dhe_rsa_des_sha "56-bit DES encryption with RSA, DHE, and a SHA1 MAC">
  89. <!ENTITY cipher.ssl3.dhe_dss_des_sha "56-bit DES encryption with DSA, DHE, and a SHA1 MAC">
  90. <!ENTITY cipher.ssl3.rsa_null_sha "No encryption with RSA authentication and a SHA1 MAC">
  91. <!ENTITY cipher.ssl3.rsa_null_md5 "No encryption with RSA authentication and an MD5 MAC">
  92.  
  93. <!-- Labels for cipher attributes -->
  94. <!ENTITY cipher.name "Cipher">
  95. <!ENTITY cipher.encryption "Encryption Algorithm:">
  96. <!ENTITY cipher.authAlg "Authentication Algorithm:">
  97. <!ENTITY cipher.keyAlg "Key Algorithm:">
  98. <!ENTITY cipher.keySize "Effective Key Size:">
  99. <!ENTITY cipher.macAlg "MAC Algorithm:">
  100. <!ENTITY cipher.other "Other Attributes:">
  101. <!ENTITY cipher.fips "FIPS">
  102. <!ENTITY cipher.exportable "IsExportable">
  103.  
  104. <!ENTITY cipher.details "Details...">
  105.  
  106. <!ENTITY cipherinfo.title "Cipher Details">
  107.