summaryrefslogtreecommitdiffstats
path: root/l10n-es-ES/netwerk/necko.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-ES/netwerk/necko.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-ES/netwerk/necko.properties')
-rw-r--r--l10n-es-ES/netwerk/necko.properties9
1 files changed, 9 insertions, 0 deletions
diff --git a/l10n-es-ES/netwerk/necko.properties b/l10n-es-ES/netwerk/necko.properties
index 316f603c7a..d9976302a9 100644
--- a/l10n-es-ES/netwerk/necko.properties
+++ b/l10n-es-ES/netwerk/necko.properties
@@ -87,6 +87,15 @@ CookieRejectedNonsecureOverSecure=La cookie “%1$S” ha sido rechazada porque
# LOCALIZATION NOTE (CookieRejectedForNonSameSiteness): %1$S is the cookie name.
CookieRejectedForNonSameSiteness=La cookie “%1$S” ha sido rechazada porque se encuentra en un contexto de sitios cruzados y su “SameSite” es “Lax” o “Strict”.
+# LOCALIZATION NOTE (CookieRejectedPartitionedRequiresSecure): %1$S is the cookie name.
+CookieRejectedPartitionedRequiresSecure=La cookie “%1$S” ha sido rechazada porque tiene el “Partitioned” atributo, pero le falta el “secure” atributo.
+
+# LOCALIZATION NOTE (CookieForeignNoPartitionedWarning): %1$S is the cookie name. Do not translate "Partitioned"
+CookieForeignNoPartitionedWarning=La cookie “%1$S” pronto será rechazada porque es externa y no tiene el atributo “Partitioned“.
+
+# LOCALIZATION NOTE (CookieForeignNoPartitionedError): %1$S is the cookie name. Do not translate "Partitioned"
+CookieForeignNoPartitionedError=La cookie “%1$S” ha sido rechazada porque es externa y no tiene el atributo “Partitioned“.
+
# LOCALIZATION NOTE (CookieBlockedCrossSiteRedirect): %1$S is the cookie name. Do not translate "SameSite", "Lax" or "Strict".
CookieBlockedCrossSiteRedirect=Se omitió la cookie “%1$S” con el atributo “SameSite” con valor “Lax” o “Strict” por una redirección de sitio cruzado.