diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:39:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:39:21 +0000 |
commit | a37d6265ace44d9abf95b01ac4837be722d89896 (patch) | |
tree | e8fa4e5590dad0cfb5aec19385a34989aa457dbe /l10n-fr/netwerk/necko.properties | |
parent | Adding debian version 115.10.0esr-1. (diff) | |
download | firefox-esr-a37d6265ace44d9abf95b01ac4837be722d89896.tar.xz firefox-esr-a37d6265ace44d9abf95b01ac4837be722d89896.zip |
Merging upstream version 115.11.0esr.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-fr/netwerk/necko.properties')
-rw-r--r-- | l10n-fr/netwerk/necko.properties | 9 |
1 files changed, 9 insertions, 0 deletions
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. |