summaryrefslogtreecommitdiffstats
path: root/l10n-en-GB/netwerk/necko.properties
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:39:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:39:21 +0000
commita37d6265ace44d9abf95b01ac4837be722d89896 (patch)
treee8fa4e5590dad0cfb5aec19385a34989aa457dbe /l10n-en-GB/netwerk/necko.properties
parentAdding debian version 115.10.0esr-1. (diff)
downloadfirefox-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-en-GB/netwerk/necko.properties')
-rw-r--r--l10n-en-GB/netwerk/necko.properties9
1 files changed, 9 insertions, 0 deletions
diff --git a/l10n-en-GB/netwerk/necko.properties b/l10n-en-GB/netwerk/necko.properties
index 3e2a5d23cc..133391231a 100644
--- a/l10n-en-GB/netwerk/necko.properties
+++ b/l10n-en-GB/netwerk/necko.properties
@@ -87,6 +87,15 @@ CookieRejectedNonsecureOverSecure=Cookie “%1$S” has been rejected because th
# LOCALIZATION NOTE (CookieRejectedForNonSameSiteness): %1$S is the cookie name.
CookieRejectedForNonSameSiteness=Cookie “%1$S” has been rejected because it is in a cross-site context and its “SameSite” is “Lax” or “Strict”.
+# LOCALIZATION NOTE (CookieRejectedPartitionedRequiresSecure): %1$S is the cookie name.
+CookieRejectedPartitionedRequiresSecure=Cookie “%1$S” has been rejected because it has the “Partitioned” attribute but is missing the “secure” attribute.
+
+# LOCALIZATION NOTE (CookieForeignNoPartitionedWarning): %1$S is the cookie name. Do not translate "Partitioned"
+CookieForeignNoPartitionedWarning=Cookie “%1$S” will soon be rejected because it is foreign and does not have the “Partitioned“ attribute.
+
+# LOCALIZATION NOTE (CookieForeignNoPartitionedError): %1$S is the cookie name. Do not translate "Partitioned"
+CookieForeignNoPartitionedError=Cookie “%1$S” has been rejected because it is foreign and does not have the “Partitioned“ attribute.
+
# LOCALIZATION NOTE (CookieBlockedCrossSiteRedirect): %1$S is the cookie name. Do not translate "SameSite", "Lax" or "Strict".
CookieBlockedCrossSiteRedirect=Cookie “%1$S” with the “SameSite” attribute value “Lax” or “Strict” was omitted because of a cross-site redirect.