summaryrefslogtreecommitdiffstats
path: root/l10n-en-CA/netwerk/necko.properties
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-en-CA/netwerk/necko.properties')
-rw-r--r--l10n-en-CA/netwerk/necko.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/l10n-en-CA/netwerk/necko.properties b/l10n-en-CA/netwerk/necko.properties
index bf6649c4c3..53d2f5e28b 100644
--- a/l10n-en-CA/netwerk/necko.properties
+++ b/l10n-en-CA/netwerk/necko.properties
@@ -52,6 +52,9 @@ CookieAllowedForOriginByHeuristic=Storage access automatically granted for origi
# LOCALIZATION NOTE (CookieAllowedForFpiByHeuristic): %2$S and %1$S are URLs.
CookieAllowedForFpiByHeuristic=Storage access automatically granted for First-Party isolation “%2$S” on “%1$S”.
+# LOCALIZATION NOTE (CookieAllowedForDFPIByHeuristic): %2$S and %1$S are URLs.
+CookieAllowedForDFPIByHeuristic=Storage access automatically granted for Dynamic State Partitioning “%2$S” on “%1$S”.
+
# LOCALIZATION NOTE(CookieRejectedNonRequiresSecure2): %1$S is the cookie name. Do not localize "SameSite=None" and "secure".
CookieRejectedNonRequiresSecure2=Cookie “%1$S” rejected because it has the “SameSite=None” attribute but is missing the “secure” attribute.
# LOCALIZATION NOTE(CookieRejectedNonRequiresSecureForBeta3): %1$S is the cookie name. %2$S is a URL. Do not localize "SameSite", "SameSite=None" and "secure".
@@ -70,6 +73,8 @@ CookiePathOversize=Cookie “%1$S” is invalid because its path size is too big
CookieRejectedByPermissionManager=Cookie “%1$S” has been rejected by user set permissions.
# LOCALIZATION NOTE (CookieRejectedInvalidCharName): %1$S is the cookie name.
CookieRejectedInvalidCharName=Cookie “%1$S” has been rejected for invalid characters in the name.
+# LOCALIZATION NOTE (CookieRejectedInvalidCharAttributes): %1$S is the cookie name.
+CookieRejectedInvalidCharAttributes=Cookie “%1$S” has been rejected for invalid characters in the attributes.
# LOCALIZATION NOTE (CookieRejectedInvalidDomain): %1$S is the cookie name.
CookieRejectedInvalidDomain=Cookie “%1$S” has been rejected for invalid domain.
# LOCALIZATION NOTE (CookieRejectedInvalidPrefix): %1$S is the cookie name.