From 724b36b7051c0d9190cbd8854ba5919904967c11 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 May 2024 07:22:11 +0200 Subject: Merging upstream version 115.11.0esr. Signed-off-by: Daniel Baumann --- l10n-fr/netwerk/necko.properties | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'l10n-fr/netwerk/necko.properties') diff --git a/l10n-fr/netwerk/necko.properties b/l10n-fr/netwerk/necko.properties index d14407c107..7050b90523 100644 --- a/l10n-fr/netwerk/necko.properties +++ b/l10n-fr/netwerk/necko.properties @@ -87,6 +87,15 @@ CookieRejectedNonsecureOverSecure=Le cookie « %1$S » a été rejeté car un # LOCALIZATION NOTE (CookieRejectedForNonSameSiteness): %1$S is the cookie name. CookieRejectedForNonSameSiteness=Le cookie « %1$S » a été rejeté car il se trouve dans un contexte intersite et sa valeur « SameSite » est « Lax » ou « Strict ». +# LOCALIZATION NOTE (CookieRejectedPartitionedRequiresSecure): %1$S is the cookie name. +CookieRejectedPartitionedRequiresSecure=Le cookie « %1$S » a été rejeté car il possède l’attribut « Partitioned » mais pas l’attribut « secure ». + +# LOCALIZATION NOTE (CookieForeignNoPartitionedWarning): %1$S is the cookie name. Do not translate "Partitioned" +CookieForeignNoPartitionedWarning=Le cookie « %1$S » sera bientôt rejeté car il est étranger et ne possède pas l’attribut « Partitioned ». + +# LOCALIZATION NOTE (CookieForeignNoPartitionedError): %1$S is the cookie name. Do not translate "Partitioned" +CookieForeignNoPartitionedError=Le cookie « %1$S » a été rejeté car il est étranger et ne possède pas l’attribut « Partitioned ». + # LOCALIZATION NOTE (CookieBlockedCrossSiteRedirect): %1$S is the cookie name. Do not translate "SameSite", "Lax" or "Strict". CookieBlockedCrossSiteRedirect=Le cookie « %1$S » avec la valeur « Lax » ou « Strict » de l’attribut « SameSite » a été omis à cause d’une redirection intersite. -- cgit v1.2.3