summaryrefslogtreecommitdiffstats
path: root/l10n-es-AR/suite/chrome/common/pref/pref-ssl.dtd
blob: 6fc930e0ca8ca57c9ba172be311a2426d4b2e4d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!-- 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 SSLTLSProtocolVersions.caption     "Versiones de protocolo SSL/TLS">
<!ENTITY SSLTLSWarnings.caption             "Advertencias de SSL/TLS">
<!ENTITY SSLMixedContent.caption            "Contenido mezclado">
<!ENTITY SSLClientAuthMethod.caption        "Selección de certificado cliente">

<!ENTITY pref.ssltls.title                  "Transport Layer Security (SSL/TLS)">
<!ENTITY limit.description                  "Puede restringir que protocolos de cifrado usar para conexiones seguras. Elija una versión sola o un rango contiguo de versiones.">
<!ENTITY limit.enable.label                 "Habilitar:">
<!ENTITY limit.tls10.label                  "TLS 1.0">
<!ENTITY limit.tls10.accesskey              "T">
<!ENTITY limit.tls11.label                  "TLS 1.1">
<!ENTITY limit.tls11.accesskey              "1">
<!ENTITY limit.tls12.label                  "TLS 1.2">
<!ENTITY limit.tls12.accesskey              "2">
<!ENTITY limit.tls13.label                  "TLS 1.3">
<!ENTITY limit.tls13.accesskey              "3">

<!ENTITY warn.description2                  "&brandShortName; puede alertarlo acerca del estado de la seguridad de la página web que está viendo. Hacer que &brandShortName; muestre una advertencia al:">
<!ENTITY warn.enteringsecure                "Cargar una página que soporta cifrado">
<!ENTITY warn.enteringsecure.accesskey      "C">
<!ENTITY warn.insecurepost                  "Enviar datos de una página sin cifrar a otra página sin cifrar">
<!ENTITY warn.insecurepost.accesskey        "s">
<!ENTITY warn.leavingsecure                 "Dejar una página que soporta cifrado">
<!ENTITY warn.leavingsecure.accesskey       "a">

<!ENTITY mixed.description                  "Las páginas cifradas pueden tener contenido sin cifrar que es vulnerable al espionaje o la falsificación. &brandShortName; puede detectarlo y bloquearlo:">
<!ENTITY warn.mixedactivecontent            "Advertirme cuando páginas web cifradas contengan contenido inseguro">
<!ENTITY warn.mixedactivecontent.accesskey  "w">
<!ENTITY block.activecontent                "No cargar contenido inseguro en páginas cifradas">
<!ENTITY block.activecontent.accesskey      "d">
<!ENTITY warn.mixeddisplaycontent           "Advertirme cuando páginas web cifradas contengan contenido de otros tipos o contenido mezclado">
<!ENTITY warn.mixeddisplaycontent.accesskey "c">
<!ENTITY block.displaycontent               "No cargar otros tipos de contenido mezclado en páginas cifradas">
<!ENTITY block.displaycontent.accesskey     "m">

<!ENTITY certselect.description             "Decidir cómo &brandShortName; selecciona un certificado de seguridad para presentar a los sitios web que requieran uno:">
<!ENTITY certselect.auto                    "Seleccionar automáticamente">
<!ENTITY certselect.auto.accesskey          "a">
<!ENTITY certselect.ask                     "Preguntar cada vez">
<!ENTITY certselect.ask.accesskey           "e">