diff options
Diffstat (limited to 'l10n-ast/dom/chrome/security/security.properties')
-rw-r--r-- | l10n-ast/dom/chrome/security/security.properties | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/l10n-ast/dom/chrome/security/security.properties b/l10n-ast/dom/chrome/security/security.properties new file mode 100644 index 0000000000..12ee722663 --- /dev/null +++ b/l10n-ast/dom/chrome/security/security.properties @@ -0,0 +1,69 @@ +# 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 = Bloquióse la carga del conteníu visual mestu «%1$S» +BlockMixedActiveContent = Bloquióse la carga del conteníu activu mestu «%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=Solicitú dende otru orixe bloquiada: la política de mesmu orixe torga lleer el recursu remotu en %1$S (razón: CORS desactiváu). +CORSRequestNotHttp=Solicitú dende otru orixe bloquiada: la política de mesmu orixe torga lleer el recursu remotu en %1$S (razón: la solicitú CORS nun ye http). +CORSMissingAllowOrigin=Solicitú dende otru orixe bloquiada: la política de mesmu orixe torga lleer el recursu remotu en %1$S (razón: falta la testera CORS 'Access-Control-Allow-Origin'). +CORSAllowOriginNotMatchingOrigin=Solicitú dende otru orixe bloquiada: la política de mesmu orixe torga lleer el recursu remotu en %1$S (razón: la testera CORS 'Access-Control-Allow-Origin' nun concasa con '%2$S'). +CORSNotSupportingCredentials=Solicitú d'oríxenes cruciaos bloquiada: La política de mesmu orixe nun permite lleer el recursu remotu en ‘%1$S’. (Razón: La credencial nun ya sofitada si la testera CORS ‘Access-Control-Allow-Origin’ ye ‘*’). +CORSMethodNotFound=Solicitú dende otru orixe bloquiada: la política de mesmu orixe torga lleer el recursu remotu en %1$S (razón: token nun atopó'l métodu na testera CORS 'Access-Control-Allow-Methods'). +CORSMissingAllowCredentials=Solicitú dende otru orixe bloquiada: la política de mesmu orixe torga lleer el recursu remotu en %1$S (razón: esperábase 'true' na testera CORS 'Access-Control-Allow-Credentials'). +CORSInvalidAllowMethod=Solicitú dende otru orixe bloquiada: la política de mesmu orixe torga lleer el recursu remotu en %1$S (razón: token '%2$S' non válidu na testera CORS 'Access-Control-Allow-Methods'). +CORSInvalidAllowHeader=Solicitú dende otru orixe bloquiada: la política de mesmu orixe torga lleer el recursu remotu en %1$S (razón: token '%2$S' non válidu na testera CORS 'Access-Control-Allow-Headers'). + +# LOCALIZATION NOTE: Do not translate "Strict-Transport-Security", "HSTS", "max-age" or "includeSubDomains" +STSUnknownError=Strict-Transport-Security: Hebo un fallu desconocíu procesando la testera especificada pol sitiu. +STSUntrustworthyConnection=Strict-Transport-Security: La conexón al sitiu nun ye confiable, asina que la testera especificada inoróse. +STSCouldNotParseHeader=Strict-Transport-Security: el sitiu especificó una testera que nun pudo interpretase correcho. +STSNoMaxAge=Strict-Transport-Security: El sitiu especificó una testera que nun inclúi una direutiva ‘max-age’. +STSMultipleMaxAges=Strict-Transport-Security: El sitiu especificó una testera qu'inclúi más d'una direutiva ‘max-age’. +STSInvalidMaxAge=Strict-Transport-Security: el sitiu especificó una testera qu'incluyía una direutiva ‘max-age’ non válida. +STSMultipleIncludeSubdomains=Strict-Transport-Security: el sitiu especificó una testera qu'incluyía múltiples direutives 'includeSubDomains'. +STSInvalidIncludeSubdomains=Strict-Transport-Security: El sitiu especificó una direutiva ‘includeSubDomains’ inválida. +STSCouldNotSaveState=Strict-Transport-Security: hebo un fallu marcando'l sitiu como un sirvidor Strict-Transport-Security. + +# LOCALIZATION NOTE: Do not translate "SHA-1" +SHA1Sig=Esti sitiu fai usu d'un certificáu SHA-1; encamiéntase qu'uses certificaos con algoritmos de robla qu'usen funciones hash más fuertes que SHA-1. +InsecurePasswordsPresentOnPage=Campos de contraseña presentes nuna páxina insegura (http://). Esto ye un riesgu de seguridá que permite que se roben les credenciales d'aniciu de sesión de los usuarios. +InsecureFormActionPasswordsPresent=Campos de contraseña presentes nun formulariu con una aición de formulariu insegura (http://). Esto ye un riesgu de seguridá que permite que se roben les credenciales d'aniciu de sesión de los usuarios. +InsecurePasswordsPresentOnIframe=Campos de contraseña presentes nun iframe inseguru (http://). Esto ye un riesgu de seguridá que permite que se roben les credenciales d'aniciu de sesión de los usuarios. +# LOCALIZATION NOTE: "%1$S" is the URI of the insecure mixed content resource +LoadingMixedActiveContent2=Cargando conteníu activu mistu (non seguru) "%1$S" nuna páxina segura +LoadingMixedDisplayContent2=Cargando conteníu visual mistu (non seguru) "%1$S" nuna páxina segura + +# LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe" +BothAllowScriptsAndSameOriginPresent=Un iframe que tien tanto allow-scripts como allow-same-origin nel so atributu sandbox pue desaniciar la condición de confinamientu. + +# Sub-Resource Integrity +# LOCALIZATION NOTE: Do not translate "script" or "integrity". "%1$S" is the invalid token found in the attribute. +MalformedIntegrityHash=L'elementu script tien un resume (hash) mal formáu nel so atributu integrity: “%1$S”. El formatu correutu ye “<hash algorithm>-<hash value>”. +# LOCALIZATION NOTE: Do not translate "integrity" +InvalidIntegrityLength=El hash conteníu nel atributu integrity tien la llonxitú errónea. +# LOCALIZATION NOTE: Do not translate "integrity" +InvalidIntegrityBase64=El hash conteníu nel atributu integrity nun pudo descodificase. +# LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the type of hash algorithm in use (e.g. "sha256"). +IntegrityMismatch=Nengún de los hashes “%1$S” nel atributu integrity concasa col conteníu del sub-recursu. +# LOCALIZATION NOTE: "%1$S" is the URI of the sub-resource that cannot be protected using SRI. +IneligibleResource=“%1$S” nun ye aptu pa comprobaciones d'integridá porque nin tien CORS habilitáu nin ye del mesmu orixe. +# LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the invalid hash algorithm found in the attribute. +UnsupportedHashAlg=Algoritmu resume non almitíu nel atributu integrity: “%1$S” +# LOCALIZATION NOTE: Do not translate "integrity" +NoValidMetadata=L'atributu integrity nun contién nengún metadatu válidu. + +# LOCALIZATION NOTE: Do not translate "RC4". +WeakCipherSuiteWarning=Esti sitiu usa'l cifráu RC4 pa cifráu, que ta desaprobáu y ye inseguru. + +# LOCALIZATION NOTE: Do not translate "X-Content-Type-Options" and also do not trasnlate "nosniff". +XCTOHeaderValueMissing=Avisu de testera X-Content-Type-Options: el valor foi “%1$S”; ¿Seique queríes unviar “nosniff”? + +# LOCALIZATION NOTE: Do not translate "data: URI". +BlockTopLevelDataURINavigation=Navegación a los datos de nivel cimeru: URL non permitida (Bloquióse la carga de: «%1$S») + |