summaryrefslogtreecommitdiffstats
path: root/l10n-ia/dom/chrome/security/csp.properties
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-ia/dom/chrome/security/csp.properties')
-rw-r--r--l10n-ia/dom/chrome/security/csp.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/l10n-ia/dom/chrome/security/csp.properties b/l10n-ia/dom/chrome/security/csp.properties
index 43e9f85a53..ac9667a155 100644
--- a/l10n-ia/dom/chrome/security/csp.properties
+++ b/l10n-ia/dom/chrome/security/csp.properties
@@ -41,10 +41,12 @@ CSPROInlineScriptViolation = (Politica Report-Only) Le parametros del pagina blo
# 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 = Le parametros de pagina blocava le execution de un gestor de eventos (%2$S) perque illo viola le sequente directiva: “%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 = (Politica Report-Only) Le parametros de pagina blocarea le execution de un gestor de eventos (%2$S) perque illo viola le sequente directiva: “%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'")
@@ -55,17 +57,20 @@ CSPEvalScriptViolation = Le parametros del pagina blocava le execution de un Jav
# 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 = (Politica Report-Only) Le parametros del pagina blocarea le execution de un JavaScript eval (%2$S) perque illo viola la directiva sequente: “%1$S” (Mancante '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 = Le parametros de pagina blocava le execution de WebAssembly (%2$S) perque illo viola le sequente directiva: “%1$S” (Mancante 'wasm-unsafe-eval' o '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 = (Politica Report-Only) Le parametros de pagina blocarea le execution de WebAssembly (%2$S) perque illo viola le sequente directiva: “%1$S” (Mancante 'wasm-unsafe-eval' o '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.
@@ -103,11 +108,13 @@ CSPROWorkerViolation = (Politica Report-Only) Le parametros del pagina blocarea
# %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 = Le parametros de pagina blocava le cargamento de un ressource (%3$S) a %2$S perque illo viola le sequente directiva: “%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 = (Politica Report-Only) Le parametros de pagina blocarea le cargamento de un ressource (%3$S) a %2$S perque illo viola le sequente directiva: “%1$S”
# LOCALIZATION NOTE (triedToSendReport):
# %1$S is the URI we attempted to send a report to.
@@ -211,6 +218,16 @@ duplicateDirective = Directivas duplicate %1$S revelate. Tote le instantias, sa
# %1$S is the option that could not be understood
couldntParseInvalidSandboxFlag = Impossibile de interpretar le indicator invalide del cassa de arena ‘%1$S’
+# LOCALIZATION NOTE (invalidNumberOfTrustedTypesForDirectiveValues):
+# %1$S is the number of passed tokens.
+invalidNumberOfTrustedTypesForDirectiveValues = Recipite un numero non valide de token pro le directiva “require-trusted-types-for”: %1$S (previste 1).
+# LOCALIZATION NOTE (invalidRequireTrustedTypesForDirectiveValue):
+# %1$S is the passed token
+invalidRequireTrustedTypesForDirectiveValue = Recipite un token non valide pro le directiva “require-trusted-types-for”: %1$S; (previste ‘script‘).
+# LOCALIZATION NOTE (invalidTrustedTypesExpression):
+# %1$S is the passed token
+invalidTrustedTypesExpression = Testimonio non valide recipite pro le directiva ‘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.