From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-es-CL/dom/chrome/security/caps.properties | 9 ++ l10n-es-CL/dom/chrome/security/csp.properties | 125 +++++++++++++++ l10n-es-CL/dom/chrome/security/security.properties | 167 +++++++++++++++++++++ 3 files changed, 301 insertions(+) create mode 100644 l10n-es-CL/dom/chrome/security/caps.properties create mode 100644 l10n-es-CL/dom/chrome/security/csp.properties create mode 100644 l10n-es-CL/dom/chrome/security/security.properties (limited to 'l10n-es-CL/dom/chrome/security') diff --git a/l10n-es-CL/dom/chrome/security/caps.properties b/l10n-es-CL/dom/chrome/security/caps.properties new file mode 100644 index 0000000000..ccd199a0be --- /dev/null +++ b/l10n-es-CL/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 Seguridad: Contenido en %S no podrá cargar o enlazar a %S. +CheckSameOriginError = Error de Seguridad: Contenido en %S no podrá cargar datos desde %S. +ExternalDataError = Error de seguridad: El contenido de %S intentó cargar a %S, pero no debiera cargar datos externos al ser usado como una imagen. + +CreateWrapperDenied = Permiso denegado al crear el wrapper para el objeto de la clase %S +CreateWrapperDeniedForOrigin = Permiso denegado a <%2$S> para crear el wrapper al objeto de clase %1$S diff --git a/l10n-es-CL/dom/chrome/security/csp.properties b/l10n-es-CL/dom/chrome/security/csp.properties new file mode 100644 index 0000000000..c11cb454bd --- /dev/null +++ b/l10n-es-CL/dom/chrome/security/csp.properties @@ -0,0 +1,125 @@ +# 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 = Los ajustes de la página bloquearon la carga de un recurso: %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 = Los ajustes de la página bloquearon la carga de un recurso en %2$S ("%1$S"). +# LOCALIZATION NOTE (CSPROViolation): +# %1$S is the reason why the resource has not been loaded. +CSPROViolation = Ocurrió una violación para una política CSP de solo reporte ("%1$S"). El comportamiento fue permitido, y el reporte CSP fue enviado. +# 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 = Los ajustes de la página observaron la carga de un recurso en %2$S ("%1$S"). Un reporte CSP está siendo enviado. +# LOCALIZATION NOTE (triedToSendReport): +# %1$S is the URI we attempted to send a report to. +triedToSendReport = Se intentó enviar informe a URI inválida: "%1$S" +tooManyReports = Se evitó que se enviaran demasiados informes de CSP en un corto período de tiempo. +# LOCALIZATION NOTE (couldNotParseReportURI): +# %1$S is the report URI that could not be parsed +couldNotParseReportURI = No se pudo interpretar URI del informe: %1$S +# LOCALIZATION NOTE (couldNotProcessUnknownDirective): +# %1$S is the unknown directive +couldNotProcessUnknownDirective = No se puede procesar la directiva desconocida '%1$S' +# LOCALIZATION NOTE (ignoringUnknownOption): +# %1$S is the option that could not be understood +ignoringUnknownOption = Ignorando opción desconocida %1$S +# LOCALIZATION NOTE (ignoringDuplicateSrc): +# %1$S defines the duplicate src +ignoringDuplicateSrc = Ignorando fuente %1$S duplicada +# LOCALIZATION NOTE (ignoringNonAsciiToken): +# %1$S defines the name of the directive +# %2$S is the token string containing non-ASCII characters. +ignoringNonAsciiToken = Ignorando la directiva '%1$S' con el token que no es ASCII '%2$S' +# LOCALIZATION NOTE (ignoringSrcFromMetaCSP): +# %1$S defines the ignored src +ignoringSrcFromMetaCSP = Ignorando fuente '%1$S' (No soportada cuando se envía mediante elemento meta). +# LOCALIZATION NOTE (ignoringSrcWithinNonceOrHashDirective): +# %1$S is the ignored src (e.g. "unsafe-inline") +# %2$S is the directive (e.g. "script-src-elem") +ignoringSrcWithinNonceOrHashDirective = Ignorando “%1$S” dentro de %2$S: se especificó nonce-source o hash-source +# LOCALIZATION NOTE (ignoringScriptSrcForStrictDynamic): +# %1$S is the ignored src +# %1$S is the directive src (e.g. "script-src-elem") +# 'strict-dynamic' should not be localized +ignoringScriptSrcForStrictDynamic = Ignorando "%1$S" dentro de %2$S: se especificó 'strict-dynamic' +# LOCALIZATION NOTE (ignoringStrictDynamic): +# %1$S is the ignored src +ignoringStrictDynamic = Ignorando fuente “%1$S” (Solo soportado dentro de script-src). +# LOCALIZATION NOTE (ignoringUnsafeEval): +# %1$S is the csp directive (e.g. script-src-elem) +# 'unsafe-eval' and 'wasm-unsafe-eval' should not be localized +ignoringUnsafeEval = Ignorando ‘unsafe-eval’ o ‘wasm-unsafe-eval dentro de “%1$S”. +# LOCALIZATION NOTE (strictDynamicButNoHashOrNonce): +# %1$S is the csp directive that contains 'strict-dynamic' +# 'strict-dynamic' should not be localized +strictDynamicButNoHashOrNonce = Palabra clave ‘strict-dynamic’ dentro de “%1$S” con un nonce o hash no válido puede bloquear la carga de todos los scripts +# LOCALIZATION NOTE (reportURInotHttpsOrHttp2): +# %1$S is the ETLD of the report URI that is not HTTP or HTTPS +reportURInotHttpsOrHttp2 = La URI de reporte (%1$S) debiera ser una URI HTTP o HTTPS. +# LOCALIZATION NOTE (reportURInotInReportOnlyHeader): +# %1$S is the ETLD of the page with the policy +reportURInotInReportOnlyHeader = Este sitio (%1$S) tiene una política de solo reporte sin una URI de reporte. CSP no bloqueará ni puede reportar violaciones a esta política. +# LOCALIZATION NOTE (failedToParseUnrecognizedSource): +# %1$S is the CSP Source that could not be parsed +failedToParseUnrecognizedSource = No se pudo analizar la fuente no reconocida %1$S +# LOCALIZATION NOTE (upgradeInsecureRequest): +# %1$S is the URL of the upgraded request; %2$S is the upgraded scheme. +upgradeInsecureRequest = Actualizando solicitud insegura '%1$S' para usar '%2$S' +# LOCALIZATION NOTE (ignoreSrcForDirective): +ignoreSrcForDirective = Ignorando srcs para directiva '%1$S' +# LOCALIZATION NOTE (hostNameMightBeKeyword): +# %1$S is the hostname in question and %2$S is the keyword +hostNameMightBeKeyword = Interpretando %1$S como un nombre de servidor, no como palabra clave. Si quiere usarlo como palabra clave, use '%2$S' (entre comillas simples). +# LOCALIZATION NOTE (notSupportingDirective): +# directive is not supported (e.g. 'reflected-xss') +notSupportingDirective = No se soporta la directiva '%1$S'. La directiva y los valores serán ignorados. +# LOCALIZATION NOTE (blockAllMixedContent): +# %1$S is the URL of the blocked resource load. +blockAllMixedContent = Bloqueando solicitud insegura '%1$S'. +# LOCALIZATION NOTE (ignoringDirectiveWithNoValues): +# %1$S is the name of a CSP directive that requires additional values +ignoringDirectiveWithNoValues = Ignorando ‘%1$S‘ ya que no contiene parámetro alguno. +# LOCALIZATION NOTE (ignoringReportOnlyDirective): +# %1$S is the directive that is ignored in report-only mode. +ignoringReportOnlyDirective = Ignorando directiva de aislamiento al enviar en una política de solo reporte ‘%1$S’ +# 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=Ignorando ‘%1$S’ debido a la directiva ‘%2$S’. +# LOCALIZATION NOTE (IgnoringSourceWithinDirective): +# %1$S is the ignored src +# %2$S is the directive which supports src +IgnoringSourceWithinDirective = Ignorando fuente “%1$S” (No compatible dentro de ‘%2$S’). +# LOCALIZATION NOTE (IgnoringSourceWithinDirective): +# %1$S is the ignored src +obsoleteBlockAllMixedContent = Ignorando '%1$S' porque la actualización de visualización de contenido mixto hace obsoleto el bloqueo de todo el contenido mixto. + + +# CSP Errors: +# LOCALIZATION NOTE (couldntParseInvalidSource): +# %1$S is the source that could not be parsed +couldntParseInvalidSource = No se puede analizar la fuente inválida %1$S +# LOCALIZATION NOTE (couldntParseInvalidHost): +# %1$S is the host that's invalid +couldntParseInvalidHost = No se puede interpretar el servidor inválido %1$S +# LOCALIZATION NOTE (couldntParsePort): +# %1$S is the string source +couldntParsePort = No se puede interpretar el puerto en %1$S +# LOCALIZATION NOTE (duplicateDirective): +# %1$S is the name of the duplicate directive +duplicateDirective = Detectadas directivas %1$S duplicadas. Todas las instancias salvo la primera serán ignoradas. +# LOCALIZATION NOTE (couldntParseInvalidSandboxFlag): +# %1$S is the option that could not be understood +couldntParseInvalidSandboxFlag = No se puede interpretar la bandera de aislamiento inválida ‘%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. +CSPMessagePrefix = Content-Security-Policy: %S diff --git a/l10n-es-CL/dom/chrome/security/security.properties b/l10n-es-CL/dom/chrome/security/security.properties new file mode 100644 index 0000000000..3c5d736de5 --- /dev/null +++ b/l10n-es-CL/dom/chrome/security/security.properties @@ -0,0 +1,167 @@ +# 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 = Se ha bloqueado la carga del contenido visual mixto "%1$S" +BlockMixedActiveContent = Se ha bloqueado la carga del contenido activo mixto "%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=Solicitud de origen cruzado bloqueada: La misma política de origen no permite la lectura de recursos remotos en %1$S. (Razón: CORS desactivado). +CORSDidNotSucceed2=Solicitud de origen cruzado bloqueada: La misma política de origen no permite la lectura de recursos remotos en %1$S. (Razón: Solicitud CORS no exitosa). Código de estado: %2$S. +CORSOriginHeaderNotAdded=Solicitud de origen cruzado bloqueada: La misma política de origen no permite la lectura de recursos remotos en %1$S. (Razón: La cabecera CORS "Origin" no puede ser añadida). +CORSExternalRedirectNotAllowed=Solicitud de origen cruzado bloqueada: La misma política de origen no permite la lectura de recursos remotos en %1$S. (Razón: Redirección externa de solicitud CORS no permitida). +CORSRequestNotHttp=Solicitud de origen cruzado bloqueada: La misma política de origen no permite la lectura de recursos remotos en %1$S. (Razón: Solicitud CORS no http). +CORSMissingAllowOrigin2=Solicitud de origen cruzado bloqueada: La misma política de origen no permite la lectura de recursos remotos en %1$S. (Razón: Cabecera CORS 'Access-Control-Allow-Origin' no presente). Código de estado: %2$S. +CORSMultipleAllowOriginNotAllowed=Solicitud de origen cruzado bloqueada: La política de mismo origen no permite leer el recurso remoto en %1$S. (Razón: No se permite el uso de múltiples cabeceras CORS ‘Access-Control-Allow-Origin’). +CORSAllowOriginNotMatchingOrigin=Solicitud de origen cruzado bloqueada: La misma política de origen no permite la lectura de recursos remotos en %1$S. (Razón: La cabecera CORS 'Access-Control-Allow-Origin' no coincide con '%2$S'). +CORSNotSupportingCredentials=Solicitud de origen cruzado bloqueada: La misma política de origen no permite la lectura de recursos remotos en ‘%1$S’. (Razón: La credencial no está soportada si la cabecera CORS 'Access-Control-Allow-Origin' es '*'). +CORSMethodNotFound=Solicitud de origen cruzado bloqueada: La misma política de origen no permite la lectura de recursos remotos en %1$S. (Razón: No se encontró el método en la cabecera CORS 'Access-Control-Allow-Methods'). +CORSMissingAllowCredentials=Solicitud de origen cruzado bloqueada: La misma política de origen no permite la lectura de recursos remotos en %1$S. (Razón: Se esperaba 'true' en la cabecera CORS 'Access-Control-Allow-Credentials'). +CORSPreflightDidNotSucceed3=Solicitud de origen cruzado bloqueada: La misma política de origen no permite la lectura de recursos remotos en %1$S. (Razón: Respuesta preflight CORS no exitosa). Código de estado: %2$S. +CORSInvalidAllowMethod=Solicitud de origen cruzado bloqueada: La misma política de origen no permite la lectura de recursos remotos en %1$S. (Razón: Token '%2$S' inválido en la cabecera CORS 'Access-Control-Allow-Methods'). +CORSInvalidAllowHeader=Solicitud de origen cruzado bloqueada: La misma política de origen no permite la lectura de recursos remotos en %1$S. (Razón: Token '%2$S' inválido en la cabecera CORS 'Access-Control-Allow-Headers'). +CORSMissingAllowHeaderFromPreflight2=Solicitud de origen cruzado bloqueada: La misma política de origen no permite la lectura de recursos remotos en %1$S. (Razón: La cabecera '%2$S' no está permitida de aacuerdo a la cabecera 'Access-Control-Allow-Headers' de la verificación previa de la respuesta CORS). +CORSAllowHeaderFromPreflightDeprecation=Advertencia de solicitud de origen cruzado: la política del mismo origen no permitirá leer el recurso remoto en %1$S pronto. (Razón: cuando `Access-Control-Allow-Headers` es `*`, el encabezado `Authorization` no está cubierto. Para incluir el encabezado `Authorization`, debe estar explícitamente listado en el encabezado CORS `Access-Control-Allow -Headers`). + +# LOCALIZATION NOTE: Do not translate "Strict-Transport-Security", "HSTS", "max-age" or "includeSubDomains" +STSUnknownError=Strict-Transport-Security: Ocurrió un error desconocido al procesar la cabecera especificada por el sitio. +STSCouldNotParseHeader=Strict-Transport-Security: El sitio especificó una cabecera que no pudo ser analizada exitosamente. +STSNoMaxAge=Strict-Transport-Security: El sitio especifico una cabecera que no incluye una directiva 'max-age'. +STSMultipleMaxAges=Strict-Transport-Security: El sitio especificó una cabecera que incluye múltiples directivas 'max-age'. +STSInvalidMaxAge=Strict-Transport-Security: El sitio especificó una cabecera que incluye una directiva 'max-age' inválida. +STSMultipleIncludeSubdomains=Strict-Transport-Security: El sitio especificó una cabecera que incluye múltiples directivas 'includeSubDomains'. +STSInvalidIncludeSubdomains=Strict-Transport-Security: El sitio especificó una cabecera que incluye una directiva 'includeSubDomains' inválida. +STSCouldNotSaveState=Strict-Transport-Security: Ocurrió un error notando el sitio como un servidor Strict-Transport-Security. + +InsecurePasswordsPresentOnPage=Campos de contraseña presentes en una página insegura (http://). Este es un riesgo de seguridad que permite el robo de las credenciales de inicio de sesión del usuario. +InsecureFormActionPasswordsPresent=Campos de contraseña presentes en un formulario con una acción de formulario insegura (http://). Este es un riesgo de seguridad que permite el robo de las credenciales de inicio de sesión del usuario. +InsecurePasswordsPresentOnIframe=Campos de contraseña presentes en un iframe inseguro (http://). Este es un riesgo de seguridad que permite el robo de las credenciales de inicio de sesión del usuario. +# LOCALIZATION NOTE: "%1$S" is the URI of the insecure mixed content resource +LoadingMixedActiveContent2=Cargando contenido activo mezclado (inseguro) "%1$S" en una página segura +LoadingMixedDisplayContent2=Cargando contenido para mostrar mezclado (inseguro) "%1$S" en una página segura +LoadingMixedDisplayObjectSubrequestDeprecation=La carga de contenido mixto (inseguro) “%1$S” dentro de un complemento en una página segura se desaconseja y pronto será bloqueada. +# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download +MixedContentBlockedDownload = Se bloqueó la descarga de contenido inseguro "%S". + +# LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe" +BothAllowScriptsAndSameOriginPresent=Un iframe que tiene tanto allow-scripts como allow-same-origin para su atributo de aislamiento puede removerlo de su espacio de aislamiento. +# LOCALIZATION NOTE: Do not translate "allow-top-navigation-by-user-activation", "allow-top-navigation", "sandbox" or "iframe" +BothAllowTopNavigationAndUserActivationPresent=Un iframe que tenga tanto allow-top-navigation como allow-top-navigation-by-user-activation para su atributo de aislamiento permitirá la navegación de nivel superior. + +# Sub-Resource Integrity +# LOCALIZATION NOTE: Do not translate "script" or "integrity". "%1$S" is the invalid token found in the attribute. +MalformedIntegrityHash=El elemento script tiene un hash malformado en su atributo integrity: "%1$S". El formato correcto es "-". +# LOCALIZATION NOTE: Do not translate "integrity" +InvalidIntegrityLength=El hash contenido en el atributo integrity tiene una longitud incorrecta. +# LOCALIZATION NOTE: Do not translate "integrity" +InvalidIntegrityBase64=El hash contenido en el atributo integrity no pudo ser decodificado. +# LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the type of hash algorithm in use (e.g. "sha256"). "%2$S" is the value we saw. +IntegrityMismatch2=Ninguno de los hashes "%1$S" en el atributo integrity coinciden con el contenido del subrecurso. El has calculado es “%2$S”. +# LOCALIZATION NOTE: "%1$S" is the URI of the sub-resource that cannot be protected using SRI. +IneligibleResource="%1$S" no es elegible para revisiones de integridad dado que no permite CORS ni es del mismo origen. +# LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the invalid hash algorithm found in the attribute. +UnsupportedHashAlg=Algoritmo hash no soportado en el atributo integrity: "%1$S" +# LOCALIZATION NOTE: Do not translate "integrity" +NoValidMetadata=El atributo integrity no contiene ningún metadato válido. + +# LOCALIZATION NOTE: Do not translate "RC4". +WeakCipherSuiteWarning=Este usa el cifrado RC4 para encriptar, el cual está obsoleto y es inseguro. + +DeprecatedTLSVersion2=Este sitio utiliza una versión obsoleta de TLS. Por favor, actualiza a TLS 1.2 ó 1.3. + +#XCTO: nosniff +# LOCALIZATION NOTE: Do not translate "X-Content-Type-Options: nosniff". +MimeTypeMismatch2=El recurso de “%1$S” fue bloqueado por diferencia de tipo (“%2$S”) de MIME (X-Content-Type-Options: nosniff). +# LOCALIZATION NOTE: Do not translate "X-Content-Type-Options" and also do not translate "nosniff". +XCTOHeaderValueMissing=Advertencia de cabecera X-Content-Type-Options: el valor fue “%1$S”; ¿Quizá querías enviar “nosniff”? +# LOCALIZATION NOTE: Do not translate "X-Content-Type-Options" and also do not translate "nosniff". +XTCOWithMIMEValueMissing=El recurso de “%1$S” no fue generado debido a un tipo MIME desconocido, incorrecto o ausente (X-Content-Type-Options: nosniff). + +BlockScriptWithWrongMimeType2=El script de “%1$S” fue bloqueado debido a un tipo (“%2$S”) de MIME no permitido. +WarnScriptWithWrongMimeType=El script de “%1$S” fue cargado a pesar de que su tipo MIME (“%2$S”) no es un tipo MIME de JavaScript válido. +# LOCALIZATION NOTE: Do not translate "importScripts()" +BlockImportScriptsWithWrongMimeType=La carga de script desde “%1$S” con importScripts() fue bloqueada por un tipo MIME (“%2$S”) no permitido. +BlockWorkerWithWrongMimeType=La carga del Worker de “%1$S“ fue bloqueada por un tipo MIME no permitido (“%2$S”). +BlockModuleWithWrongMimeType=La carga del módulo desde “%1$S” fue bloqueada debido a un tipo MIME (“%2$S”) no permitido. + +# LOCALIZATION NOTE: Do not translate "data: URI". +BlockTopLevelDataURINavigation=Navegación a datos de nivel superior: URI no permitida (Bloqueada la carga de: “%1$S”) +BlockRedirectToDataURI=Redireccionando a datos: URI no permitida (Bloqueada la carga de: “%1$S”) + +# LOCALIZATION NOTE: Do not translate "file: URI". “%1$S” is the whole URI of the loaded file. “%2$S” is the MIME type e.g. "text/plain". +BlockFileScriptWithWrongMimeType=Se bloqueó la carga de script desde el archivo: URI (“%1$S”) porque su tipo MIME (“%2$S”) no es un tipo MIME válido de JavaScript. + +# LOCALIZATION NOTE: “%S” is the whole URI of the loaded file. +BlockExtensionScriptWithWrongExt=Se bloqueó la carga del script con el URI "%S" porque la extensión del archivo no está permitida. + +RestrictBrowserEvalUsage=de Los usos eval() y eval-like no están permitidos en el proceso padre o en contextos del sistema (uso bloqueado en “%1$S”) + +# LOCALIZATION NOTE (MixedContentAutoUpgrade): +# %1$S is the URL of the upgraded request; %2$S is the upgraded scheme. +MixedContentAutoUpgrade=Actualizando solicitud de visualización insegura '%1$S' para usar '%2$S' +# LOCALIZATION NOTE (RunningClearSiteDataValue): +# %S is the URI of the resource whose data was cleaned up +RunningClearSiteDataValue=El encabezado Clear-Site-Data forzó la limpieza de los datos de "%S". +UnknownClearSiteDataValue=Encabezado Clear-Site-Data encontrado. Valor desconocido “%S”. + +# Reporting API +ReportingHeaderInvalidJSON=Cabecera de reporte: se recibió valor JSON inválido. +ReportingHeaderInvalidNameItem=Cabecera de reporte: nombre inválido para el grupo. +ReportingHeaderDuplicateGroup=Cabecera de reporte: ignorando nombre de grupo duplicado “%S”. +ReportingHeaderInvalidItem=Cabecera de reporte: ignorando elemento inválido llamado “%S”. +ReportingHeaderInvalidEndpoint=Cabecera de reporte: ignorando punto de término inválido para elemento llamado “%S”. +# LOCALIZATION NOTE(ReportingHeaderInvalidURLEndpoint): %1$S is the invalid URL, %2$S is the group name +ReportingHeaderInvalidURLEndpoint=Cabecera de reporte: ignorando URL de punto de término “%1$S” inválida para elemento llamado “%2$S”. + +FeaturePolicyUnsupportedFeatureName=Feature Policy: Saltándose función no soportada llamada “%S”. +# TODO: would be nice to add a link to the Feature-Policy MDN documentation here. See bug 1449501 +FeaturePolicyInvalidEmptyAllowValue= Feature Policy: Saltándose lista de autorización vacía para la función: “%S”. +# TODO: would be nice to add a link to the Feature-Policy MDN documentation here. See bug 1449501 +FeaturePolicyInvalidAllowValue=Feature Policy: Saltándose el valor permitido no soportado para “%S”. + +# LOCALIZATION NOTE: "%1$S" is the limitation length (bytes) of referrer URI, "%2$S" is the origin of the referrer URI. +ReferrerLengthOverLimitation=Encabezado de referencia HTTP: La longitud es mayor al límite de “%1$S” bytes - acortando el encabezado de referencia hasta el origen: "%2$S" +# LOCALIZATION NOTE: "%1$S" is the limitation length (bytes) of referrer URI, "%2$S" is the origin of the referrer URI. +ReferrerOriginLengthOverLimitation=Encabezado de referencia HTTP: La longitud del origen dentro del referente es mayor al límite de “%1$S” bytes - eliminando referente con el origen "%2$S". + +# LOCALIZATION NOTE: Do not translate "no-referrer-when-downgrade", "origin-when-cross-origin" and "unsafe-url". %S is the URI of the loading channel. +ReferrerPolicyDisallowRelaxingWarning=Política de referentes: Políticas menos restringidas, incluidas las de "no-referrer-when-downgrade", "origin-when-cross-origin" y "unsafe-url", serán ignoradas pronto para la solicitud de sitios cruzados: %S +# LOCALIZATION NOTE: %1$S is the ignored referrer policy, %2$S is the URI of the loading channel. +ReferrerPolicyDisallowRelaxingMessage=Política de referentes: Ignorando la política de referencias menos restringida "%1$S" para la solicitud de sitios cruzados: %2$S + +# X-Frame-Options +# LOCALIZATION NOTE(XFrameOptionsInvalid): %1$S is the header value, %2$S is frame URI. Do not translate "X-Frame-Options". +XFrameOptionsInvalid = Cabecera X-Frame-Options inválida encontrada al cargar “%2$S”: “%1$S” no es una directiva válida. +# LOCALIZATION NOTE(XFrameOptionsDeny): %1$S is the header value, %2$S is frame URI and %3$S is the parent document URI. Do not translate "X-Frame-Options". +XFrameOptionsDeny=La carga de “%2$S” en un marco es denegada por una directiva “X-Frame-Options“ ajustada a “%1$S“. + +# HTTPS-Only Mode +# LOCALIZATION NOTE: %1$S is the URL of the upgraded request; %2$S is the upgraded scheme. +HTTPSOnlyUpgradeRequest = Actualizando solicitud insegura “%1$S” para usar “%2$S”. +# LOCALIZATION NOTE: %1$S is the URL of request. +HTTPSOnlyNoUpgradeException = No se actualiza solicitud insegura “%1$S” por que está exenta. +# LOCALIZATION NOTE: %1$S is the URL of the failed request; %2$S is an error-code. +HTTPSOnlyFailedRequest = Falló la actualización solicitud insegura “%1$S”. (%2$S) +# LOCALIZATION NOTE: %S is the URL of the failed request; +HTTPSOnlyFailedDowngradeAgain = Falló la actualización de la solicitud insegura “%S”. Regresando nuevamente a “http”. +# LOCALIZATION NOTE: Hints or indicates a new transaction for a URL is likely coming soon. We use +# a speculative connection to start a TCP connection so that the resource is immediately ready +# when the transaction is actually submitted. HTTPS-Only and HTTPS-First will upgrade such +# speculative TCP connections from http to https. +# %1$S is the URL of the upgraded speculative TCP connection; %2$S is the upgraded scheme. +HTTPSOnlyUpgradeSpeculativeConnection = Actualización de la conexión TCP especulativa insegura “%1$S” para usar “%2$S”. + +HTTPSFirstSchemeless = Actualizando URL cargada en la barra de direcciones sin esquema de protocolo explícito para que use HTTPS. + +# LOCALIZATION NOTE: %S is the URL of the blocked request; +IframeSandboxBlockedDownload = La descarga de “%S” fue bloqueada porque el iframe desencadenante tiene la bandera de aislamiento establecida. + +# LOCALIZATION NOTE: %S is the URL of the blocked request; +SandboxBlockedCustomProtocols = Navegación bloqueada al protocolo personalizado “%S” desde un contexto de espacio de aislamiento. + +# Sanitizer API +# LOCALIZATION NOTE: Please do not localize "DocumentFragment". It's the name of an API. +SanitizerRcvdNoInput = Se recibió vacío o sin contenido. Devolviendo un DocumentFragment vacío. -- cgit v1.2.3