diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:39:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:39:18 +0000 |
commit | 353bc139ab36792cf8199d4ad06ee655f1d0ce13 (patch) | |
tree | 985e5b2434e3111cc12983a19e107d7122ace1ce /l10n-nl/netwerk/necko.properties | |
parent | Adding upstream version 115.10.0esr. (diff) | |
download | firefox-esr-353bc139ab36792cf8199d4ad06ee655f1d0ce13.tar.xz firefox-esr-353bc139ab36792cf8199d4ad06ee655f1d0ce13.zip |
Adding upstream version 115.11.0esr.upstream/115.11.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-nl/netwerk/necko.properties')
-rw-r--r-- | l10n-nl/netwerk/necko.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/l10n-nl/netwerk/necko.properties b/l10n-nl/netwerk/necko.properties index c89e0960f4..d32852a06c 100644 --- a/l10n-nl/netwerk/necko.properties +++ b/l10n-nl/netwerk/necko.properties @@ -87,6 +87,15 @@ CookieRejectedNonsecureOverSecure=Cookie ‘%1$S’ is geweigerd omdat er een be # LOCALIZATION NOTE (CookieRejectedForNonSameSiteness): %1$S is the cookie name. CookieRejectedForNonSameSiteness=Cookie ‘%1$S’ is afgewezen, omdat deze zich in een cross-site-context bevindt en de ‘SameSite’ ‘Lax’ of ‘Strict’ is. +# LOCALIZATION NOTE (CookieRejectedPartitionedRequiresSecure): %1$S is the cookie name. +CookieRejectedPartitionedRequiresSecure=Cookie ‘%1$S’ is afgewezen omdat het het attribuut ‘Partitioned’ bevat, maar het attribuut ‘secure’ ontbreekt. + +# LOCALIZATION NOTE (CookieForeignNoPartitionedWarning): %1$S is the cookie name. Do not translate "Partitioned" +CookieForeignNoPartitionedWarning=Cookie ‘%1$S’ wordt binnenkort geweigerd, omdat dit extern is en het attribuut ‘Partitioned’ niet heeft. + +# LOCALIZATION NOTE (CookieForeignNoPartitionedError): %1$S is the cookie name. Do not translate "Partitioned" +CookieForeignNoPartitionedError=Cookie ‘%1$S’ is geweigerd, omdat dit extern is en het attribuut ‘Partitioned’ niet heeft. + # LOCALIZATION NOTE (CookieBlockedCrossSiteRedirect): %1$S is the cookie name. Do not translate "SameSite", "Lax" or "Strict". CookieBlockedCrossSiteRedirect=Cookie ‘%1$S’ met de ‘SameSite’-attribuutwaarde ‘Lax’ of ‘Strict’ is weggelaten vanwege een cross-site-doorgeleiding. |