summaryrefslogtreecommitdiffstats
path: root/l10n-eo/dom/chrome/security/csp.properties
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-eo/dom/chrome/security/csp.properties')
-rw-r--r--l10n-eo/dom/chrome/security/csp.properties111
1 files changed, 111 insertions, 0 deletions
diff --git a/l10n-eo/dom/chrome/security/csp.properties b/l10n-eo/dom/chrome/security/csp.properties
index ab9d64641a..4b50011b48 100644
--- a/l10n-eo/dom/chrome/security/csp.properties
+++ b/l10n-eo/dom/chrome/security/csp.properties
@@ -17,6 +17,105 @@ CSPROViolation = A violation occurred for a report-only CSP policy ("%1$S"). The
# %1$S is the directive that has been violated.
# %2$S is the URI of the resource which violated the directive.
CSPROViolationWithURI = The page's settings observed the loading of a resource at %2$S ("%1$S"). A CSP report is being sent.
+
+# 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 = La agordoj de la paĝo blokis la aplikon de enteksta stilo (%2$S) ĉar ĝi malobeas la jenan direktivon: “%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 = (Politiko Report-Only) La agordoj de la paĝo blokus la aplikon de enteksta stilo (%2$S) ĉar ĝi malobeas la jenan direktivon: “%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 = La agordoj de la paĝo blokis la ruladon de enteksta skripto (%2$S) ĉar ĝi malobeas la jenan direktivon: “%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 = (Politiko Report-Only) La agordoj de la paĝo blokus la ruladon de enteksta skripto (%2$S) ĉar ĝi malobeas la jenan direktivon: “%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 = La agordoj de la paĝo blokis la ruladon de traktilo de evento (%2$S) ĉar ĝi malobeas la jenan direktivon: “%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 = (Politiko Report-Only) La agordoj de la paĝo blokus la ruladon de traktilo de evento (%2$S) ĉar ĝi malobeas la jenan direktivon: “%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 = La agordoj de la paĝo blokis la ruladon de eval() en JavaScript (%2$S) ĉar ĝi malobeas la jenan direktivon: “%1$S” (Mankas la valoro 'unsafe-eval')
+# 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 = (Politiko Report-Only) La agordoj de la paĝo blokus la ruladon de eval() en JavaScript (%2$S) ĉar ĝi malobeas la jenan direktivon: “%1$S” (Mankas la valoro 'unsafe-eval')
+# 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 = La agordoj de la paĝo blokis la ruladon de WebAssembly (%2$S) ĉar ĝi malobeas la jenan direktivon: “%1$S” (Mankas la valoro 'wasm-unsafe-eval' aŭ 'unsafe-eval')
+# 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 = (Politiko Report-Only) La agordoj de la paĝo blokus la ruladon de WebAssembly (%2$S) ĉar ĝi malobeas la jenan direktivon: “%1$S” (Mankas la valoro 'wasm-unsafe-eval' aŭ 'unsafe-eval')
+# 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 = La agordoj de la pago blokis la aplikon de stilo (%3$S) ĉe %2$S ĉar ĝi malobeas la jenan direktivon: “%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 = (Politiko Report-Only) La agordoj de la pago blokis la aplikon de stilo (%3$S) ĉe %2$S ĉar ĝi malobeas la jenan direktivon: “%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 = La agordoj de la pago blokis la ruladon de skripto (%3$S) ĉe %2$S ĉar ĝi malobeas la jenan direktivon: “%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 = (Politiko Report-Only) La agordoj de la pago blokis la ruladon de skripto (%3$S) ĉe %2$S ĉar ĝi malobeas la jenan direktivon: “%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 = La agordoj de la pago blokis la ruladon de skripto worker (%3$S) ĉe %2$S ĉar ĝi malobeas la jenan direktivon: “%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 = (Politiko Report-Only) La agordoj de la pago blokis la ruladon de skripto worker (%3$S) ĉe %2$S ĉar ĝi malobeas la jenan direktivon: “%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 = La agordoj de la pago blokis la ŝargon de rimedo (%3$S) ĉe %2$S ĉar ĝi malobeas la jenan direktivon: “%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 = (Politiko Report-Only) La agordoj de la pago blokus la ŝargon de rimedo (%3$S) ĉe %2$S ĉar ĝi malobeas la jenan direktivon: “%1$S”
+
# LOCALIZATION NOTE (triedToSendReport):
# %1$S is the URI we attempted to send a report to.
triedToSendReport = Estis provo sendi raporton al nevalida URI: "%1$S"
@@ -119,6 +218,18 @@ duplicateDirective = Ekzistas %1$S duobligitaj komandoj. Nur la unua apero esto
# %1$S is the option that could not be understood
couldntParseInvalidSandboxFlag = Ne eblis analizi nevalidan izolejan flagon ‘%1$S’
+# LOCALIZATION NOTE (invalidNumberOfTrustedTypesForDirectiveValues):
+# %1$S is the number of passed tokens.
+invalidNumberOfTrustedTypesForDirectiveValues = Ricevo de nevalida nombro de ĵetonoj por la direktivo ‘require-trusted-types-for‘: %1$S; 1 ĵetono atendita
+# LOCALIZATION NOTE (invalidRequireTrustedTypesForDirectiveValue):
+# %1$S is the passed token
+invalidRequireTrustedTypesForDirectiveValue = Ricevo de nevalida ĵetono por la direktivo ‘require-trusted-types-for‘: %1$S; ‘script‘ atendita
+
+
+# LOCALIZATION NOTE (invalidTrustedTypesExpression):
+# %1$S is the passed token
+invalidTrustedTypesExpression = Ricevo de nevalida ĵetono por la direktivo ‘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.