summaryrefslogtreecommitdiffstats
path: root/l10n-nl/dom/chrome/security/csp.properties
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-nl/dom/chrome/security/csp.properties')
-rw-r--r--l10n-nl/dom/chrome/security/csp.properties109
1 files changed, 109 insertions, 0 deletions
diff --git a/l10n-nl/dom/chrome/security/csp.properties b/l10n-nl/dom/chrome/security/csp.properties
index ac4c9e8b53..3f89765fb3 100644
--- a/l10n-nl/dom/chrome/security/csp.properties
+++ b/l10n-nl/dom/chrome/security/csp.properties
@@ -17,6 +17,105 @@ CSPROViolation = Er is een overtreding van een report-only-CSP-beleid (‘%1$Sâ€
# %1$S is the directive that has been violated.
# %2$S is the URI of the resource which violated the directive.
CSPROViolationWithURI = De instellingen van de pagina hebben het laden van een bron op %2$S (‘%1$S’) waargenomen. Er wordt een CSP-rapport verzonden.
+
+# CSP Warnings:
+
+# LOCALIZATION NOTE (CSPInlineStyleViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. style-src-elem)
+CSPInlineStyleViolation = De instellingen van de pagina hebben het toepassen van een inline stijl (%2$S) geblokkeerd, omdat deze in strijd is met de volgende instructie: ‘%1$S’
+# LOCALIZATION NOTE (CSPROInlineStyleViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. style-src-elem)
+CSPROInlineStyleViolation = (Report-Only-beleid) De instellingen van de pagina zouden het toepassen van een inline stijl (%2$S) blokkeren, omdat deze in strijd is met de volgende instructie: ‘%1$S’
+# LOCALIZATION NOTE (CSPInlineScriptViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPInlineScriptViolation = De instellingen van de pagina hebben de uitvoering van een inlinescript (%2$S) geblokkeerd, omdat dit in strijd is met de volgende instructie: ‘%1$S’
+# LOCALIZATION NOTE (CSPROInlineScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPROInlineScriptViolation = (Report-Only-beleid) De instellingen van de pagina zouden de uitvoering van een inlinescript (%2$S) blokkeren, omdat dit de volgende instructie schendt: ‘%1$S’
+# LOCALIZATION NOTE (CSPEventHandlerScriptViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-attr)
+CSPEventHandlerScriptViolation = De instellingen van de pagina hebben het uitvoeren van een event handler (%2$S) geblokkeerd, omdat deze de volgende instructie schendt: ‘%1$S’
+# LOCALIZATION NOTE (CSPROEventHandlerScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-attr)
+CSPROEventHandlerScriptViolation = (Report-Only-beleid) De instellingen van de pagina zouden de uitvoering van een event handler (%2$S) blokkeren, omdat deze de volgende instructie schendt: ‘%1$S’
+# LOCALIZATION NOTE (CSPEvalScriptViolation):
+# Don't translate/change "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPEvalScriptViolation = De instellingen van de pagina hebben het uitvoeren van een JavaScript-eval (%2$S) geblokkeerd, omdat deze in strijd is met de volgende instructie: ‘%1$S’ (‘unsafe-eval’ ontbreekt)
+# LOCALIZATION NOTE (CSPROEvalScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# Don't translate/change "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPROEvalScriptViolation = (Report-Only-beleid) De instellingen van de pagina zouden het uitvoeren van een JavaScript-eval (%2$S) blokkeren, omdat deze de volgende instructie schendt: ‘%1$S’ (‘unsafe-eval’ ontbreekt)
+# LOCALIZATION NOTE (CSPWasmEvalScriptViolation):
+# WebAssembly is a feature name.
+# Don't translate/change "'wasm-unsafe-eval'" or "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPWasmEvalScriptViolation = De instellingen van de pagina hebben het uitvoeren van WebAssembly (%2$S) geblokkeerd, omdat het de volgende instructie schendt: ‘%1$S’ (‘wasm-unsafe-eval’ of ‘unsafe-eval’ ontbreekt)
+# LOCALIZATION NOTE (CSPROWasmEvalScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# WebAssembly is a feature name.
+# Don't translate/change "'wasm-unsafe-eval'" or "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPROWasmEvalScriptViolation = (Report-Only-beleid) De instellingen van de pagina zouden uitvoering van WebAssembly (%2$S) blokkeren, omdat deze in strijd is met de volgende instructie: ‘%1$S’ (‘wasm-unsafe-eval’ of ‘unsafe-eval’ ontbreekt)
+# LOCALIZATION NOTE (CSPStyleViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. style-src)
+CSPStyleViolation = De instellingen van de pagina hebben toepassing van een stijl (%3$S) op %2$S geblokkeerd, omdat deze in strijd is met de volgende instructie: ‘%1$S’
+# LOCALIZATION NOTE (CSPROStyleViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. style-src)
+CSPROStyleViolation = (Report-Only-beleid) De instellingen van de pagina zouden voorkomen dat een stijl (%3$S) op %2$S wordt toegepast, omdat deze in strijd is met de volgende instructie: ‘%1$S’
+# LOCALIZATION NOTE (CSPScriptViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPScriptViolation = De instellingen van de pagina hebben de uitvoering van een script (%3$S) op %2$S geblokkeerd, omdat dit in strijd is met de volgende instructie: ‘%1$S’
+# LOCALIZATION NOTE (CSPROScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPROScriptViolation = (Report-Only-beleid) De instellingen van de pagina zouden de uitvoering van een script (%3$S) op %2$S blokkeren, omdat het de volgende instructie schendt: ‘%1$S’
+# LOCALIZATION NOTE (CSPWorkerViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. worker-src)
+CSPWorkerViolation = De instellingen van de pagina hebben de uitvoering van een worker-script (%3$S) op %2$S geblokkeerd, omdat dit in strijd is met de volgende instructie: ‘%1$S’
+# LOCALIZATION NOTE (CSPROWorkerViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. worker-src)
+CSPROWorkerViolation = (Report-Only-beleid) De instellingen van de pagina zouden de uitvoering van een worker-script (%3$S) op %2$S blokkeren, omdat dit in strijd is met de volgende instructie: ‘%1$S’
+# LOCALIZATION NOTE (CSPGenericViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. image-src)
+CSPGenericViolation = De instellingen van de pagina hebben het laden van een bron (%3$S) op %2$S geblokkeerd, omdat deze in strijd is met de volgende instructie: ‘%1$S’
+# LOCALIZATION NOTE (CSPROGenericViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. image-src)
+CSPROGenericViolation = (Report-Only-beleid) De instellingen van de pagina zouden het laden van een bron (%3$S) op %2$S blokkeren, omdat deze in strijd is met de volgende instructie: ‘%1$S’
+
# LOCALIZATION NOTE (triedToSendReport):
# %1$S is the URI we attempted to send a report to.
triedToSendReport = Geprobeerd rapport te verzenden naar ongeldige URI: ‘%1$S’
@@ -119,6 +218,16 @@ duplicateDirective = Gelijke %1$S-instructies gedetecteerd. Alle behalve de eers
# %1$S is the option that could not be understood
couldntParseInvalidSandboxFlag = Kon ongeldige sandbox-vlag ‘%1$S’ niet parsen
+# LOCALIZATION NOTE (invalidNumberOfTrustedTypesForDirectiveValues):
+# %1$S is the number of passed tokens.
+invalidNumberOfTrustedTypesForDirectiveValues = Een ongeldig aantal tokens voor de ‘require-trusted-types-for’-instructie ontvangen: %1$S; verwacht 1
+# LOCALIZATION NOTE (invalidRequireTrustedTypesForDirectiveValue):
+# %1$S is the passed token
+invalidRequireTrustedTypesForDirectiveValue = Een ongeldig token ontvangen voor de ‘require-trusted-types-for’-instructie: %1$S; verwacht ‘script‘
+# LOCALIZATION NOTE (invalidTrustedTypesExpression):
+# %1$S is the passed token
+invalidTrustedTypesExpression = Een ongeldig token ontvangen voor de ‘trusted-types’-instructie: %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.