From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../dom/chrome/security/caps.properties | 9 ++ .../dom/chrome/security/csp.properties | 99 ++++++++++++++++++++++ .../dom/chrome/security/security.properties | 75 ++++++++++++++++ 3 files changed, 183 insertions(+) create mode 100644 l10n-ca-valencia/dom/chrome/security/caps.properties create mode 100644 l10n-ca-valencia/dom/chrome/security/csp.properties create mode 100644 l10n-ca-valencia/dom/chrome/security/security.properties (limited to 'l10n-ca-valencia/dom/chrome/security') diff --git a/l10n-ca-valencia/dom/chrome/security/caps.properties b/l10n-ca-valencia/dom/chrome/security/caps.properties new file mode 100644 index 0000000000..4751779a7f --- /dev/null +++ b/l10n-ca-valencia/dom/chrome/security/caps.properties @@ -0,0 +1,9 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +CheckLoadURIError = Error de seguretat: és possible que el contingut de %S no es puga carregar o enllaçar a %S. +CheckSameOriginError = Error de seguretat: és possible que el contingut de %S no puga carregar dades des de %S. +ExternalDataError = Error de seguretat: el contingut de %S ha intentat carregar %S, però és possible que no carregue dades externes quan s'utilitza com una imatge. + +CreateWrapperDenied = S'ha denegat el permís per crear l'embolcall per l'objecte de classe %S +CreateWrapperDeniedForOrigin = S'ha denegat el permís a <%2$S> per crear l'embolcall per l'objecte de classe %1$S diff --git a/l10n-ca-valencia/dom/chrome/security/csp.properties b/l10n-ca-valencia/dom/chrome/security/csp.properties new file mode 100644 index 0000000000..db6d543b12 --- /dev/null +++ b/l10n-ca-valencia/dom/chrome/security/csp.properties @@ -0,0 +1,99 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# CSP Warnings: +# LOCALIZATION NOTE (CSPViolation): +# %1$S is the reason why the resource has not been loaded. +CSPViolation = Els paràmetres de la pàgina han blocat la càrrega d'un recurs: %1$S +# LOCALIZATION NOTE (CSPViolationWithURI): +# %1$S is the directive that has been violated. +# %2$S is the URI of the resource which violated the directive. +CSPViolationWithURI = Els paràmetres de la pàgina han blocat la càrrega d'un recurs a %2$S («%1$S»). +# LOCALIZATION NOTE (CSPROViolation): +# %1$S is the reason why the resource has not been loaded. +CSPROViolation = S'ha produït una infracció d'una política CSP de tipus «Report-Only» («%1$S»). S'ha permés el comportament i s'ha enviat un informe CSP. +# LOCALIZATION NOTE (CSPROViolationWithURI): +# %1$S is the directive that has been violated. +# %2$S is the URI of the resource which violated the directive. +CSPROViolationWithURI = Els paràmetres de la pàgina han implicat la càrrega d'un recurs a %2$S («%1$S»). S'ha enviat un informe CSP. +# LOCALIZATION NOTE (triedToSendReport): +# %1$S is the URI we attempted to send a report to. +triedToSendReport = S'ha provat d'enviar un informe a un URI no vàlid: «%1$S» +# LOCALIZATION NOTE (couldNotParseReportURI): +# %1$S is the report URI that could not be parsed +couldNotParseReportURI = no s'ha pogut analitzar l'URI de l'informe: %1$S +# LOCALIZATION NOTE (couldNotProcessUnknownDirective): +# %1$S is the unknown directive +couldNotProcessUnknownDirective = No s'ha pogut processar la directiva desconeguda «%1$S» +# LOCALIZATION NOTE (ignoringUnknownOption): +# %1$S is the option that could not be understood +ignoringUnknownOption = S'ignorarà l'opció desconeguda «%1$S» +# LOCALIZATION NOTE (ignoringDuplicateSrc): +# %1$S defines the duplicate src +ignoringDuplicateSrc = S'ignorarà la font duplicada «%1$S» +# LOCALIZATION NOTE (ignoringSrcFromMetaCSP): +# %1$S defines the ignored src +ignoringSrcFromMetaCSP = S'ignorarà la font «%1$S» (no es permet quan s'obté mitjançant un element meta). +# LOCALIZATION NOTE (ignoringStrictDynamic): +# %1$S is the ignored src +ignoringStrictDynamic = S'ignorarà l'origen «%1$S» (només s'admet dins de script-src). +# LOCALIZATION NOTE (strictDynamicButNoHashOrNonce): +# %1$S is the csp directive that contains 'strict-dynamic' +# 'strict-dynamic' should not be localized +strictDynamicButNoHashOrNonce = És possible que la paraula clau «strict-dynamic» dins de «%1$S» amb un «nonce» o «hash» no vàlids bloqui la càrrega de tots els scripts +# LOCALIZATION NOTE (reportURInotHttpsOrHttp2): +# %1$S is the ETLD of the report URI that is not HTTP or HTTPS +reportURInotHttpsOrHttp2 = L'URI de l'informe (%1$S) ha de ser HTTP or HTTPS. +# LOCALIZATION NOTE (reportURInotInReportOnlyHeader): +# %1$S is the ETLD of the page with the policy +reportURInotInReportOnlyHeader = Este lloc (%1$S) té una política «Report-Only» sense cap URI d'informe. CSP no blocarà les infraccions d'esta política ni podrà notificar-les. +# LOCALIZATION NOTE (failedToParseUnrecognizedSource): +# %1$S is the CSP Source that could not be parsed +failedToParseUnrecognizedSource = No s'ha pogut analitzar la font %1$S +# LOCALIZATION NOTE (upgradeInsecureRequest): +# %1$S is the URL of the upgraded request; %2$S is the upgraded scheme. +upgradeInsecureRequest = S'està actualitzant la sol·licitud no segura «%1$S» per tal que utilitze «%2$S» +# LOCALIZATION NOTE (ignoreSrcForDirective): +ignoreSrcForDirective = S'estan ignorant srcs per a la directiva «%1$S» +# LOCALIZATION NOTE (hostNameMightBeKeyword): +# %1$S is the hostname in question and %2$S is the keyword +hostNameMightBeKeyword = S'està interpretant %1$S com nom d'ordinador central, no com paraula clau. Si volíeu que fos una paraula clau, utilitzeu '%2$S' (entre cometes simples). +# LOCALIZATION NOTE (notSupportingDirective): +# directive is not supported (e.g. 'reflected-xss') +notSupportingDirective = No s'admet la directiva «%1$S». La directiva i els valors s'ignoraran. +# LOCALIZATION NOTE (blockAllMixedContent): +# %1$S is the URL of the blocked resource load. +blockAllMixedContent = S'està blocant la sol·licitud no segura «%1$S». +# LOCALIZATION NOTE (ignoringDirectiveWithNoValues): +# %1$S is the name of a CSP directive that requires additional values +ignoringDirectiveWithNoValues = «%1$S» s'ignorarà perquè no conté cap paràmetre. +# LOCALIZATION NOTE (ignoringReportOnlyDirective): +# %1$S is the directive that is ignored in report-only mode. +ignoringReportOnlyDirective = La directiva d'entorn de proves «%1$S» s'ignorarà si està inclosa en una política de tipus «report-only» +# LOCALIZATION NOTE (IgnoringSrcBecauseOfDirective): +# %1$S is the name of the src that is ignored. +# %2$S is the name of the directive that causes the src to be ignored. +IgnoringSrcBecauseOfDirective=S'ignorarà «%1$S» a causa de la directiva «%2$S». +# LOCALIZATION NOTE (IgnoringSourceWithinDirective): +# %1$S is the ignored src +# %2$S is the directive which supports src +IgnoringSourceWithinDirective = S'ignorarà la font «%1$S» (no s'admet dins de «%2$S»). + +# CSP Errors: +# LOCALIZATION NOTE (couldntParseInvalidSource): +# %1$S is the source that could not be parsed +couldntParseInvalidSource = No s'ha pogut analitzar la font no vàlida %1$S +# LOCALIZATION NOTE (couldntParseInvalidHost): +# %1$S is the host that's invalid +couldntParseInvalidHost = No s'ha pogut analitzar el servidor central no vàlid %1$S +# LOCALIZATION NOTE (couldntParsePort): +# %1$S is the string source +couldntParsePort = No s'ha pogut analitzar el port en %1$S +# LOCALIZATION NOTE (duplicateDirective): +# %1$S is the name of the duplicate directive +duplicateDirective = S'han detectat %1$S directives duplicades. S'ignoraran totes excepte la primera. +# LOCALIZATION NOTE (couldntParseInvalidSandboxFlag): +# %1$S is the option that could not be understood +couldntParseInvalidSandboxFlag = No s'ha pogut analitzar l'indicador d'entorn de proves no vàlid «%1$S» + diff --git a/l10n-ca-valencia/dom/chrome/security/security.properties b/l10n-ca-valencia/dom/chrome/security/security.properties new file mode 100644 index 0000000000..e5604a3b00 --- /dev/null +++ b/l10n-ca-valencia/dom/chrome/security/security.properties @@ -0,0 +1,75 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Mixed Content Blocker +# LOCALIZATION NOTE: "%1$S" is the URI of the blocked mixed content resource +BlockMixedDisplayContent = S'ha blocat la càrrega del contingut mixt visual «%1$S» +BlockMixedActiveContent = S'ha blocat la càrrega del contingut mixt actiu «%1$S» + +# CORS +# LOCALIZATION NOTE: Do not translate "Access-Control-Allow-Origin", Access-Control-Allow-Credentials, Access-Control-Allow-Methods, Access-Control-Allow-Headers +CORSDisabled=S'ha blocat una sol·licitud multiorigen: La política de mateix origen impedeix llegir el recurs remot en %1$S. (Motiu: CORS està inhabilitat). +CORSOriginHeaderNotAdded=S'ha blocat una sol·licitud multiorigen: La política de mateix origen impedeix llegir el recurs remot en %1$S. (Motiu: No es pot afegir la capçalera CORS «Origin»). +CORSExternalRedirectNotAllowed=S'ha blocat una sol·licitud multiorigen: La política de mateix origen impedeix llegir el recurs remot en %1$S. (Motiu: No es permet la redirecció externa de la sol·licitud CORS). +CORSRequestNotHttp=S'ha blocat una sol·licitud multiorigen: La política de mateix origen impedeix llegir el recurs remot en %1$S. (Motiu: La sol·licitud CORS no és http). +CORSMultipleAllowOriginNotAllowed=S'ha blocat una sol·licitud multiorigen: La política de mateix origen impedeix llegir el recurs remot en %1$S. (Motiu: No es permeten diverses capçaleres CORS «Access-Control-Allow-Origin»). +CORSAllowOriginNotMatchingOrigin=S'ha blocat una sol·licitud multiorigen: La política de mateix origen impedeix llegir el recurs remot en %1$S. (Motiu: La capçalera CORS «Access-Control-Allow-Origin» no coincideix amb «%2$S»). +CORSNotSupportingCredentials=S'ha blocat una sol·licitud multiorigen: La política de mateix origen impedeix llegir el recurs remot en «%1$S». (Motiu: No s'admet la credencial si la capçalera CORS «Access-Control-Allow-Origin» és «*»). +CORSMethodNotFound=S'ha blocat una sol·licitud multiorigen: La política de mateix origen impedeix llegir el recurs remot en %1$S. (Motiu: No s'ha trobat el mètode a la capçalera CORS «Access-Control-Allow-Methods»). +CORSMissingAllowCredentials=S'ha blocat una sol·licitud multiorigen: La política de mateix origen impedeix llegir el recurs remot en %1$S. (Motiu: S'esperava que el valor «true» a la capçalera CORS «Access-Control-Allow-Credentials»). +CORSInvalidAllowMethod=S'ha blocat una sol·licitud multiorigen: La política de mateix origen impedeix llegir el recurs remot en %1$S. (Motiu: El testimoni «%2$S» de la capçalera CORS «Access-Control-Allow-Methods» no és vàlid). +CORSInvalidAllowHeader=S'ha blocat una sol·licitud multiorigen: La política de mateix origen impedeix llegir el recurs remot en %1$S. (Motiu: El testimoni «%2$S» de la capçalera CORS «Access-Control-Allow-Headers» no és vàlid). + +# LOCALIZATION NOTE: Do not translate "Strict-Transport-Security", "HSTS", "max-age" or "includeSubDomains" +STSUnknownError=Strict-Transport-Security: S'ha produït un error en processar la capçalera que el lloc ha indicat. +STSCouldNotParseHeader=Strict-Transport-Security: El lloc ha indicat una capçalera que no s'ha pogut analitzar correctament. +STSNoMaxAge=Strict-Transport-Security: El lloc ha indicat una capçalera que no inclou cap directiva «max-age». +STSMultipleMaxAges=Strict-Transport-Security: El lloc ha indicat una capçalera que inclou diverses directives «max-age». +STSInvalidMaxAge=Strict-Transport-Security: El lloc ha indicat una capçalera que inclou una directiva «max-age» no vàlida. +STSMultipleIncludeSubdomains=Strict-Transport-Security: El lloc ha indicat una capçalera que inclou diverses directives «includeSubDomains». +STSInvalidIncludeSubdomains=Strict-Transport-Security: El lloc ha indicat una capçalera que inclou una directiva «includeSubDomains» no vàlida. +STSCouldNotSaveState=Strict-Transport-Security: S'ha produït un error en anotar el lloc com a amfitrió Strict-Transport-Security. + +InsecurePasswordsPresentOnPage=Hi ha camps de contrasenya en una pàgina insegura (http://). Això suposa un risc de seguretat, ja que permet robar les credencials d'inici de sessió de l'usuari. +InsecureFormActionPasswordsPresent=Hi ha camps de contrasenya en un formulari amb una acció de formulari insegura (http://). Això suposa un risc de seguretat, ja que permet robar les credencials d'inici de sessió de l'usuari. +InsecurePasswordsPresentOnIframe=Hi ha camps de contrasenya en un marc iframe insegur (http://). Això suposa un risc de seguretat, ja que permet robar les credencials d'inici de sessió de l'usuari. +# LOCALIZATION NOTE: "%1$S" is the URI of the insecure mixed content resource +LoadingMixedActiveContent2=S'està carregant contingut mixt actiu (insegur) «%1$S» en una pàgina segura +LoadingMixedDisplayContent2=S'està carregant contingut mixt visual (insegur) «%1$S» en una pàgina segura + +# LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe" +BothAllowScriptsAndSameOriginPresent=Un iframe que conté tant «allow-scripts» com «allow-same-origin» en l'atribut «sandbox» pot eliminar el seu entorn de proves. + +# Sub-Resource Integrity +# LOCALIZATION NOTE: Do not translate "script" or "integrity". "%1$S" is the invalid token found in the attribute. +MalformedIntegrityHash=L'element de l'script té un hash amb format incorrecte en l'atribut «integrity»: «%1$S». El format correcte és «». +# LOCALIZATION NOTE: Do not translate "integrity" +InvalidIntegrityLength=El hash inclòs en l'atribut «integrity» té una longitud incorrecta. +# LOCALIZATION NOTE: Do not translate "integrity" +InvalidIntegrityBase64=No s'ha pogut descodificar el hash inclòs en l'atribut «integrity». +# LOCALIZATION NOTE: "%1$S" is the URI of the sub-resource that cannot be protected using SRI. +IneligibleResource=«%1$S» no es pot utilitzar per a les comprovacions d'integritat perquè no té activat CORS ni té el mateix origen. +# LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the invalid hash algorithm found in the attribute. +UnsupportedHashAlg=L'atribut «integrity» conté un algorisme de hash incompatible: «%1$S» +# LOCALIZATION NOTE: Do not translate "integrity" +NoValidMetadata=L'atribut «integrity» no conté cap metadada vàlida. + +# LOCALIZATION NOTE: Do not translate "RC4". +WeakCipherSuiteWarning=Este lloc utilitza el xifratge RC4, que és obsolet i insegur. + +# LOCALIZATION NOTE: Do not translate "X-Content-Type-Options" and also do not trasnlate "nosniff". +XCTOHeaderValueMissing=Avís de la capçalera X-Content-Type-Options: el valor era «%1$S»; potser volíeu enviar «nosniff»? + +# LOCALIZATION NOTE: Do not translate "data: URI". + + +# LOCALIZATION NOTE (RunningClearSiteDataValue): +# %S is the URI of the resource whose data was cleaned up + +# Reporting API +# LOCALIZATION NOTE(ReportingHeaderInvalidURLEndpoint): %1$S is the invalid URL, %2$S is the group name + +# TODO: would be nice to add a link to the Feature-Policy MDN documentation here. See bug 1449501 +# TODO: would be nice to add a link to the Feature-Policy MDN documentation here. See bug 1449501 + -- cgit v1.2.3