From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- l10n-ia/dom/chrome/security/csp.properties | 17 +++++++++++++++++ l10n-ia/dom/chrome/security/security.properties | 3 +++ 2 files changed, 20 insertions(+) (limited to 'l10n-ia/dom/chrome') 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. diff --git a/l10n-ia/dom/chrome/security/security.properties b/l10n-ia/dom/chrome/security/security.properties index f8a91dd232..e445c366a9 100644 --- a/l10n-ia/dom/chrome/security/security.properties +++ b/l10n-ia/dom/chrome/security/security.properties @@ -46,6 +46,9 @@ LoadingMixedDisplayObjectSubrequestDeprecation=Le cargamento del contexto mixte # LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download MixedContentBlockedDownload = Discargamento de contento insecur “%S” blocate. +# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download +BlockedInsecureDownload = Nos blocava un discargamento non secur: “%S”. + # LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe" BothAllowScriptsAndSameOriginPresent=Un iframe que ha tanto allow-scripts e allow-same-origin pro su attributo sandbox pote remover su condition de sandbox. # LOCALIZATION NOTE: Do not translate "allow-top-navigation-by-user-activation", "allow-top-navigation", "sandbox" or "iframe" -- cgit v1.2.3