summaryrefslogtreecommitdiffstats
path: root/l10n-es-CL/dom/chrome/security/security.properties
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-21 05:22:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-21 05:22:11 +0000
commit724b36b7051c0d9190cbd8854ba5919904967c11 (patch)
tree8996ac57bf70972bf524e865e0845cd54aab6f6b /l10n-es-CL/dom/chrome/security/security.properties
parentReleasing progress-linux version 115.10.0esr-1~deb12u1progress7u1. (diff)
downloadfirefox-esr-724b36b7051c0d9190cbd8854ba5919904967c11.tar.xz
firefox-esr-724b36b7051c0d9190cbd8854ba5919904967c11.zip
Merging upstream version 115.11.0esr.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-es-CL/dom/chrome/security/security.properties')
-rw-r--r--l10n-es-CL/dom/chrome/security/security.properties5
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.