diff options
Diffstat (limited to 'l10n-it/dom/chrome/security/csp.properties')
-rw-r--r-- | l10n-it/dom/chrome/security/csp.properties | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/l10n-it/dom/chrome/security/csp.properties b/l10n-it/dom/chrome/security/csp.properties index 186d3d67f7..d9948f5c3d 100644 --- a/l10n-it/dom/chrome/security/csp.properties +++ b/l10n-it/dom/chrome/security/csp.properties @@ -6,6 +6,103 @@ CSPViolation = Il caricamento di una risorsa è stato bloccato dalle impostazion CSPViolationWithURI = Il caricamento di una risorsa su %2$S è stato bloccato dalle impostazioni della pagina (“%1$S”). CSPROViolation = Si è verificata la violazione di una direttiva CSP di tipo report-only (“%1$S”). Il comportamento è stato consentito ed è stata inviata una segnalazione CSP. CSPROViolationWithURI = Le impostazioni della pagina hanno rilevato il caricamento di una risorsa su %2$S (“%1$S”). È stata inviata una segnalazione CSP. + +# 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 = Le impostazioni della pagina hanno bloccato l’applicazione di uno stile in linea (%2$S) in quanto viola la seguente direttiva: “%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 = (Criterio Report-Only) Le impostazioni della pagina bloccherebbero l’applicazione di uno stile in linea (%2$S) in quanto viola la seguente direttiva: “%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 = Le impostazioni della pagina hanno bloccato l’esecuzione di uno script in linea (%2$S) in quanto viola la seguente direttiva: “%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 = (Criterio Report-Only) Le impostazioni della pagina bloccherebbero l’esecuzione di uno script in linea (%2$S) in quanto viola la seguente direttiva: “%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 = Le impostazioni della pagina hanno bloccato l’esecuzione di un gestore eventi (%2$S) in quanto viola la seguente direttiva: “%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 = (Criterio Report-Only) Le impostazioni della pagina bloccherebbero l’esecuzione di un gestore eventi (%2$S) in quanto viola la seguente direttiva: “%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 = Le impostazioni della pagina hanno bloccato l’esecuzione di un “eval” JavaScript (%2$S) in quanto viola la seguente direttiva: “%1$S” ('unsafe-eval' non presente) +# 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 = (Criterio Report-Only) Le impostazioni della pagina bloccherebbero l’esecuzione di un “eval” JavaScript (%2$S) in quanto viola la seguente direttiva: “%1$S” ('unsafe-eval' non presente) +# 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 impostazioni della pagina hanno bloccato l’esecuzione di WebAssembly (%2$S) in quanto viola la seguente direttiva: “%1$S” ('wasm-unsafe-eval' o 'unsafe-eval' non presenti) +# 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 = (Criterio Report-Only) Le impostazioni della pagina bloccherebbero l’esecuzione di WebAssembly (%2$S) in quanto viola la seguente direttiva: “%1$S” ('wasm-unsafe-eval' o 'unsafe-eval' non presenti) +# 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 = Le impostazioni della pagina hanno bloccato l’applicazione di uno stile (%3$S) da %2$S in quanto viola la seguente direttiva: “%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 = (Criterio Report-Only) Le impostazioni della pagina bloccherebbero l’applicazione di uno stile (%3$S) da %2$S in quanto viola la seguente direttiva: “%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 = Le impostazioni della pagina hanno bloccato l’esecuzione di uno script (%3$S) da %2$S in quanto viola la seguente direttiva: “%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 = (Criterio Report-Only) Le impostazioni della pagina bloccherebbero l’esecuzione di uno script (%3$S) da %2$S in quanto viola la seguente direttiva: “%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 = Le impostazioni della pagina hanno bloccato l’esecuzione di un worker script (%3$S) da %2$S in quanto viola la seguente direttiva: “%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 = (Criterio Report-Only) Le impostazioni della pagina bloccherebbero l’esecuzione di un worker script (%3$S) da %2$S in quanto viola la seguente direttiva: “%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 = Le impostazioni della pagina hanno bloccato il caricamento di una risorsa (%3$S) da %2$S in quanto viola la seguente direttiva: “%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 = (Criterio Report-Only) Le impostazioni della pagina bloccherebbero il caricamento di una risorsa (%3$S) da %2$S in quanto viola la seguente direttiva: “%1$S” + triedToSendReport = Tentativo di invio della segnalazione a URI non valido: “%1$S” tooManyReports = Impedito l’invio di un numero eccessivo di rapporti CSP in un breve intervallo di tempo. couldNotParseReportURI = Impossibile analizzare report URI: %1$S |