diff options
Diffstat (limited to 'l10n-es-CL/dom/chrome/security/security.properties')
-rw-r--r-- | l10n-es-CL/dom/chrome/security/security.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/l10n-es-CL/dom/chrome/security/security.properties b/l10n-es-CL/dom/chrome/security/security.properties index 3c5d736de5..75a55d3f67 100644 --- a/l10n-es-CL/dom/chrome/security/security.properties +++ b/l10n-es-CL/dom/chrome/security/security.properties @@ -46,6 +46,9 @@ LoadingMixedDisplayObjectSubrequestDeprecation=La carga de contenido mixto (inse # LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download MixedContentBlockedDownload = Se bloqueó la descarga de contenido inseguro "%S". +# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download +BlockedInsecureDownload = Hemos bloqueado una descarga que no es segura: “%S”. + # LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe" BothAllowScriptsAndSameOriginPresent=Un iframe que tiene tanto allow-scripts como allow-same-origin para su atributo de aislamiento puede removerlo de su espacio de aislamiento. # LOCALIZATION NOTE: Do not translate "allow-top-navigation-by-user-activation", "allow-top-navigation", "sandbox" or "iframe" @@ -59,7 +62,7 @@ InvalidIntegrityLength=El hash contenido en el atributo integrity tiene una long # LOCALIZATION NOTE: Do not translate "integrity" InvalidIntegrityBase64=El hash contenido en el atributo integrity no pudo ser decodificado. # LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the type of hash algorithm in use (e.g. "sha256"). "%2$S" is the value we saw. -IntegrityMismatch2=Ninguno de los hashes "%1$S" en el atributo integrity coinciden con el contenido del subrecurso. El has calculado es “%2$S”. +IntegrityMismatch2=Ninguno de los hashes “%1$S” en el atributo integrity coinciden con el contenido del subrecurso. El hash calculado es “%2$S”. # LOCALIZATION NOTE: "%1$S" is the URI of the sub-resource that cannot be protected using SRI. IneligibleResource="%1$S" no es elegible para revisiones de integridad dado que no permite CORS ni es del mismo origen. # LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the invalid hash algorithm found in the attribute. |