summaryrefslogtreecommitdiffstats
path: root/l10n-el/dom/chrome/security/csp.properties
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-el/dom/chrome/security/csp.properties')
-rw-r--r--l10n-el/dom/chrome/security/csp.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/l10n-el/dom/chrome/security/csp.properties b/l10n-el/dom/chrome/security/csp.properties
index a26dfed1d9..89c3b64e04 100644
--- a/l10n-el/dom/chrome/security/csp.properties
+++ b/l10n-el/dom/chrome/security/csp.properties
@@ -218,6 +218,18 @@ duplicateDirective = Ανιχνεύθηκαν διπλοί κατάλογοι «
# %1$S is the option that could not be understood
couldntParseInvalidSandboxFlag = Δεν ήταν δυνατή η λήψη μη έγκυρης σημαίας sandbox «%1$S»
+# LOCALIZATION NOTE (invalidNumberOfTrustedTypesForDirectiveValues):
+# %1$S is the number of passed tokens.
+invalidNumberOfTrustedTypesForDirectiveValues = Ελήφθη μη έγκυρος αριθμός διακριτικών για την οδηγία ‘require-trusted-types-for‘ : %1$S; αναμενόμενο 1
+# LOCALIZATION NOTE (invalidRequireTrustedTypesForDirectiveValue):
+# %1$S is the passed token
+invalidRequireTrustedTypesForDirectiveValue = Ελήφθη μη έγκυρο διακριτικό για την οδηγία ‘require-trusted-types-for‘: %1$S; αναμενόμενο ‘script’
+
+
+# LOCALIZATION NOTE (invalidTrustedTypesExpression):
+# %1$S is the passed token
+invalidTrustedTypesExpression = Ελήφθη μη έγκυρο διακριτικό για την οδηγία ‘trusted-types‘ : %1$S
+
# LOCALIZATION NOTE (CSPMessagePrefix):
# Do not translate "Content-Security-Policy", only handle spacing for the colon.
# %S is a console message that is being prefixed here.