diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:40:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:40:09 +0000 |
commit | c1701504b2366542c32c5e6eeff1ba62cc75f8f6 (patch) | |
tree | 81b15ef2846efcdbb09422dd283399e769cb7ef9 /l10n-es-CL/netwerk/necko.properties | |
parent | Releasing progress-linux version 115.10.0esr-1~progress7.99u1. (diff) | |
download | firefox-esr-c1701504b2366542c32c5e6eeff1ba62cc75f8f6.tar.xz firefox-esr-c1701504b2366542c32c5e6eeff1ba62cc75f8f6.zip |
Merging upstream version 115.11.0esr.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | l10n-es-CL/netwerk/necko.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/l10n-es-CL/netwerk/necko.properties b/l10n-es-CL/netwerk/necko.properties index 47c8bc0582..8b486476cf 100644 --- a/l10n-es-CL/netwerk/necko.properties +++ b/l10n-es-CL/netwerk/necko.properties @@ -87,6 +87,15 @@ CookieRejectedNonsecureOverSecure=La cookie "%1$S" ha sido rechazada porque ya h # LOCALIZATION NOTE (CookieRejectedForNonSameSiteness): %1$S is the cookie name. CookieRejectedForNonSameSiteness=La cookie "%1$S" fue 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=Cookie “%1$S” ha sido rechazada porque tiene el atributo “Partitioned” pero le falta el atributo “secure”. + +# 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. |