diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-es-AR/suite/chrome/common/pref/pref-ssl.dtd | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/l10n-es-AR/suite/chrome/common/pref/pref-ssl.dtd b/l10n-es-AR/suite/chrome/common/pref/pref-ssl.dtd new file mode 100644 index 0000000000..6fc930e0ca --- /dev/null +++ b/l10n-es-AR/suite/chrome/common/pref/pref-ssl.dtd @@ -0,0 +1,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"> |