summaryrefslogtreecommitdiffstats
path: root/l10n-eu/dom/chrome/security
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-eu/dom/chrome/security')
-rw-r--r--l10n-eu/dom/chrome/security/caps.properties9
-rw-r--r--l10n-eu/dom/chrome/security/csp.properties107
-rw-r--r--l10n-eu/dom/chrome/security/security.properties136
3 files changed, 252 insertions, 0 deletions
diff --git a/l10n-eu/dom/chrome/security/caps.properties b/l10n-eu/dom/chrome/security/caps.properties
new file mode 100644
index 0000000000..ff282e25f5
--- /dev/null
+++ b/l10n-eu/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 = Segurtasun Errorea: Agian %S-ko edukia ez da kargatzen edo ez du %S-ra lotura.
+CheckSameOriginError = Segurtasun Errorea: Agian %S-ko edukiak ez ditu %S-ko datuak kargatzen.
+ExternalDataError = Segurtasun-errorea: %S helbideko edukia %S kargatzen saiatu da, baina ezin da kanpoko daturik kargatu irudi gisa erabiltzean.\u0020
+
+CreateWrapperDenied = %S klaseko objektuarentzako wrapperra sortzeko baimenik ez.
+CreateWrapperDeniedForOrigin = <%2$S>-ri %1$S klaseko objektuari bildukia sortzeko baimenik ez.
diff --git a/l10n-eu/dom/chrome/security/csp.properties b/l10n-eu/dom/chrome/security/csp.properties
new file mode 100644
index 0000000000..7af4999b94
--- /dev/null
+++ b/l10n-eu/dom/chrome/security/csp.properties
@@ -0,0 +1,107 @@
+# 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 = Orriaren ezarpenek baliabide baten karga blokeatu dute: ("%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 = Orriaren ezarpenek baliabide baten (%2$S) karga blokeatu dute ("%1$S").
+# LOCALIZATION NOTE (CSPROViolation):
+# %1$S is the reason why the resource has not been loaded.
+CSPROViolation = Report-only CSP politika baten bortxaketa gertatu da ("%1$S"). Portaera baimendu egin da eta CSP txostena bidali da.
+# 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 = Orriaren ezarpenek %2$S URIko baliabidea kargatzea antzeman dute ("%1$S"). CSP txostena bidaltzen ari da.
+# LOCALIZATION NOTE (triedToSendReport):
+# %1$S is the URI we attempted to send a report to.
+triedToSendReport = Txostena URI baliogabera bidaltzen saiatu da: "%1$S"
+# LOCALIZATION NOTE (couldNotParseReportURI):
+# %1$S is the report URI that could not be parsed
+couldNotParseReportURI = ezin izan da txostenaren URIa analizatu: %1$S
+# LOCALIZATION NOTE (couldNotProcessUnknownDirective):
+# %1$S is the unknown directive
+couldNotProcessUnknownDirective = Ezin izan da prozesatu '%1$S' direktiba ezezaguna
+# LOCALIZATION NOTE (ignoringUnknownOption):
+# %1$S is the option that could not be understood
+ignoringUnknownOption = %1$S aukera ezezaguna ezikusten
+# LOCALIZATION NOTE (ignoringDuplicateSrc):
+# %1$S defines the duplicate src
+ignoringDuplicateSrc = %1$S iturburu bikoiztua ezikusten
+# LOCALIZATION NOTE (ignoringSrcFromMetaCSP):
+# %1$S defines the ignored src
+ignoringSrcFromMetaCSP = '%1$S' iturburua ezikusten (ez da onartzen meta elementuaren bidez jakinaraztean).
+# LOCALIZATION NOTE (ignoringSrcWithinScriptStyleSrc):
+# %1$S is the ignored src
+# script-src and style-src are directive names and should not be localized
+ignoringSrcWithinScriptStyleSrc = script-src edo style-src barruko "%1$S" ezikusten: nonce-source edo hash-source zehaztu da
+# LOCALIZATION NOTE (ignoringSrcForStrictDynamic):
+# %1$S is the ignored src
+# script-src, as well as 'strict-dynamic' should not be localized
+ignoringSrcForStrictDynamic = "%1$S" ezikusten script-src barruan: 'strict-dynamic' zehaztu da
+# LOCALIZATION NOTE (ignoringStrictDynamic):
+# %1$S is the ignored src
+ignoringStrictDynamic = "%1$S" iturburua ezikusten (script-src barruan onartzen da soilik).\u0020
+# LOCALIZATION NOTE (strictDynamicButNoHashOrNonce):
+# %1$S is the csp directive that contains 'strict-dynamic'
+# 'strict-dynamic' should not be localized
+strictDynamicButNoHashOrNonce = Baliogabeko nonce edo hasha duen "%1$S" direktibako 'strict-dynamic' gako-hitzak script guztiak kargatzetik blokea ditzake
+# LOCALIZATION NOTE (reportURInotHttpsOrHttp2):
+# %1$S is the ETLD of the report URI that is not HTTP or HTTPS
+reportURInotHttpsOrHttp2 = Txostenaren URIak (%1$S) HTTP edo HTTPS URIa izan behar du.
+# LOCALIZATION NOTE (reportURInotInReportOnlyHeader):
+# %1$S is the ETLD of the page with the policy
+reportURInotInReportOnlyHeader = Gune honek (%1$S) Report-Only politika dauka baina URIa falta da. CSPak ez du blokeatuko eta ezingo du politika honen bortxaketen berri eman.
+# LOCALIZATION NOTE (failedToParseUnrecognizedSource):
+# %1$S is the CSP Source that could not be parsed
+failedToParseUnrecognizedSource = Huts egin du %1$S iturburu ezezaguna analizatzean
+# LOCALIZATION NOTE (upgradeInsecureRequest):
+# %1$S is the URL of the upgraded request; %2$S is the upgraded scheme.
+upgradeInsecureRequest = Segurua ez den '%1$S' eskaera '%2$S' erabiltzeko bertsio-berritzen
+# LOCALIZATION NOTE (ignoreSrcForDirective):
+ignoreSrcForDirective = srcs ezikusten '%1$S' direktibarentzat
+# LOCALIZATION NOTE (hostNameMightBeKeyword):
+# %1$S is the hostname in question and %2$S is the keyword
+hostNameMightBeKeyword = %1$S ostalari-izen gisa interpretatzen, ez gako-hitz gisa. Gako-hitza izatea nahi bazenuen, erabili '%2$S' (kakotx bakunez inguratuta).
+# LOCALIZATION NOTE (notSupportingDirective):
+# directive is not supported (e.g. 'reflected-xss')
+notSupportingDirective = Ez da '%1$S' direktiba onartzen. Direktiba eta balioak ezikusi egingo dira.
+# LOCALIZATION NOTE (blockAllMixedContent):
+# %1$S is the URL of the blocked resource load.
+blockAllMixedContent = %1$S' eskaera ez-segurua blokeatzen.
+# LOCALIZATION NOTE (ignoringDirectiveWithNoValues):
+# %1$S is the name of a CSP directive that requires additional values
+ignoringDirectiveWithNoValues = '%1$S' ezikusten ez daukalako parametrorik.
+# LOCALIZATION NOTE (ignoringReportOnlyDirective):
+# %1$S is the directive that is ignored in report-only mode.
+ignoringReportOnlyDirective = Isolamenduko direktiba ezikusten report-only '%1$S' politika bidez banatzen denean
+# 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='%1$S' ezikusten '%2$S' direktiba dela-eta.
+
+# LOCALIZATION NOTE (IgnoringSourceWithinDirective):
+# %1$S is the ignored src
+# %2$S is the directive which supports src
+IgnoringSourceWithinDirective = "%1$S" iturburua ezikusten (ez da onartzen '%2$S' barruan).
+
+# CSP Errors:
+# LOCALIZATION NOTE (couldntParseInvalidSource):
+# %1$S is the source that could not be parsed
+couldntParseInvalidSource = Ezin izan da %1$S iturburu baliogabea analizatu
+# LOCALIZATION NOTE (couldntParseInvalidHost):
+# %1$S is the host that's invalid
+couldntParseInvalidHost = Ezin da %1$S ostalari baliogabea analizatu
+# LOCALIZATION NOTE (couldntParsePort):
+# %1$S is the string source
+couldntParsePort = Ezin izan da %1$S iturburuko ataka analizatu
+# LOCALIZATION NOTE (duplicateDirective):
+# %1$S is the name of the duplicate directive
+duplicateDirective = %1$S direktiba bikoiztuak antzeman dira. Instantzia guztiak, lehena salbu, ezikusi egingo dira.
+# LOCALIZATION NOTE (couldntParseInvalidSandboxFlag):
+# %1$S is the option that could not be understood
+couldntParseInvalidSandboxFlag = Ezin da analizatu isolamenduko '%1$S' marka baliogabea
diff --git a/l10n-eu/dom/chrome/security/security.properties b/l10n-eu/dom/chrome/security/security.properties
new file mode 100644
index 0000000000..14079ae401
--- /dev/null
+++ b/l10n-eu/dom/chrome/security/security.properties
@@ -0,0 +1,136 @@
+# 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 = Bistaratzeko eduki mistoa kargatzea blokeatuta "%1$S"
+BlockMixedActiveContent = Eduki aktibo mistoa kargatzea blokeatuta "%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=Jatorri gurutzatuaren eskaera (CORS) blokeatuta: jatorri bereko politikak ez du baimentzen %1$S helbideko baliabidea irakurtzea. (Arrazoia: CORS desgaituta).
+CORSDidNotSucceed=Jatorri gurutzatuaren eskaera (CORS) blokeatuta: jatorri bereko politikak ez du baimentzen %1$S helbideko baliabidea irakurtzea. (Arrazoia: CORS eskaera ez da ondo burutu).
+CORSOriginHeaderNotAdded=Jatorri gurutzatuaren eskaera (CORS) blokeatuta: jatorri bereko politikak ez du baimentzen %1$S helbideko baliabidea irakurtzea. (Arrazoia: ezin da gehitu 'Origin' CORS goiburua).
+CORSExternalRedirectNotAllowed=Jatorri gurutzatuaren eskaera (CORS) blokeatuta: jatorri bereko politikak ez du baimentzen %1$S helbideko baliabidea irakurtzea. (Arrazoia: ez da onartzen CORS eskaeren kanpoko berbideratzerik).
+CORSRequestNotHttp=Jatorri gurutzatuaren eskaera (CORS) blokeatuta: jatorri bereko politikak ez du baimentzen %1$S helbideko baliabidea irakurtzea. (Arrazoia: CORS eskaera ez da http).
+CORSMissingAllowOrigin=Jatorri gurutzatuaren eskaera (CORS) blokeatuta: jatorri bereko politikak ez du baimentzen %1$S helbideko baliabidea irakurtzea. (Arrazoia: 'Access-Control-Allow-Origin' CORS goiburua falta da).
+CORSMultipleAllowOriginNotAllowed=Jatorri gurutzatuaren eskaera (CORS) blokeatuta: jatorri bereko politikak ez du baimentzen %1$S helbideko baliabidea irakurtzea. (Arrazoia: ez dira baimentzen hainbat 'Access-Control-Allow-Origin' CORS goiburu).
+CORSAllowOriginNotMatchingOrigin=Jatorri gurutzatuaren eskaera (CORS) blokeatuta: jatorri bereko politikak ez du baimentzen %1$S helbideko baliabidea irakurtzea. (Arrazoia: 'Access-Control-Allow-Origin' CORS goiburua ez dator '%2$S'(r)ekin bat).
+CORSNotSupportingCredentials=Jatorri gurutzatuaren eskaera (CORS) blokeatuta: jatorri bereko politikak ez du baimentzen %1$S helbideko baliabidea irakurtzea. (Arrazoia: kredentziala ez da onartzen 'Access-Control-Allow-Origin' goiburua '*' denean).
+CORSMethodNotFound=Jatorri gurutzatuaren eskaera (CORS) blokeatuta: jatorri bereko politikak ez du baimentzen %1$S helbideko baliabidea irakurtzea. (Arrazoia: ez da metodorik aurkitu 'Access-Control-Allow-Methods' CORS goiburuan).
+CORSMissingAllowCredentials=Jatorri gurutzatuaren eskaera (CORS) blokeatuta: jatorri bereko politikak ez du baimentzen %1$S helbideko baliabidea irakurtzea. (Arrazoia: 'true' espero zen 'Access-Control-Allow-Credentials' goiburuan).
+CORSPreflightDidNotSucceed2=Jatorri gurutzatuaren eskaera (CORS) blokeatuta: jatorri bereko politikak ez du baimentzen %1$S helbideko baliabidea irakurtzea. (Arrazoia: CORS preflight erantzunak huts egin du).
+CORSInvalidAllowMethod=Jatorri gurutzatuaren eskaera (CORS) blokeatuta: jatorri bereko politikak ez du baimentzen %1$S helbideko baliabidea irakurtzea. (Arrazoia: '%2$S' tokena baliogabea da 'Access-Control-Allow-Methods' CORS goiburuan).
+CORSInvalidAllowHeader=Jatorri gurutzatuaren eskaera (CORS) blokeatuta: jatorri bereko politikak ez du baimentzen %1$S helbideko baliabidea irakurtzea. (Arrazoia: '%2$S' tokena baliogabea da 'Access-Control-Allow-Headers' CORS goiburuan).
+
+CORSMissingAllowHeaderFromPreflight2=Jatorri gurutzatuaren eskaera (CORS) blokeatuta: jatorri bereko politikak ez du baimentzen %1$S helbideko baliabidea irakurtzea. (Arrazoia: '%2$S' ez da onartzen CORS preflight erantzuneko 'Access-Control-Allow-Headers' goiburuaren arabera).
+
+# LOCALIZATION NOTE: Do not translate "Strict-Transport-Security", "HSTS", "max-age" or "includeSubDomains"
+STSUnknownError=Strict-Transport-Security: errore ezezaguna gertatu da guneak zehaztutako goiburua prozesatzerakoan.
+STSUntrustworthyConnection=Strict-Transport-Security: gunerako konexioa fidagaitza da, beraz zehaztutako goiburua ezikusi egin da.
+STSCouldNotParseHeader=Strict-Transport-Security: guneak zehaztutako goiburua ezin da ondo analizatu.
+STSNoMaxAge=Strict-Transport-Security: guneak zehaztutako goiburuak ez dauka 'max-age' direktibarik.
+STSMultipleMaxAges=Strict-Transport-Security: guneak zehaztutako goiburuak hainbat 'max-age' direktiba ditu.
+STSInvalidMaxAge=Strict-Transport-Security: guneak zehaztutako goiburuak 'max-age' baliogabea du.
+STSMultipleIncludeSubdomains=Strict-Transport-Security: guneak zehaztutako goiburuak hainbat 'includeSubDomains' direktiba ditu.
+STSInvalidIncludeSubdomains=Strict-Transport-Security: guneak zehaztutako goiburuak includeSubDomains' direktiba baliogabea du.
+STSCouldNotSaveState=Strict-Transport-Security: errorea gertatu da gunea Strict-Transport-Security ostalari gisa tratatzean.
+
+# LOCALIZATION NOTE: Do not translate "SHA-1"
+SHA1Sig=Gune honek SHA-1 ziurtagiri bat darabil; gomendagarria da SHA-1 hash funtzioa baino sinadura-algoritmo sendoagoak erabiltzen dituzten ziurtagiriak erabiltzea.
+InsecurePasswordsPresentOnPage=Pasahitz-eremuak daude orri ez-seguru batean (http://). Erabiltzaileen kredentzialak lapurtzea baimentzen duen segurtasun-arrisku bat da hau.
+InsecureFormActionPasswordsPresent=Pasahitz-eremuak daude ekintza ez-segurua duen inprimaki batean (http://). Erabiltzaileen kredentzialak lapurtzea baimentzen duen segurtasun-arrisku bat da hau.
+InsecurePasswordsPresentOnIframe=Pasahitz-eremuak daude iframe ez-seguru batean (http://). Erabiltzaileen kredentzialak lapurtzea baimentzen duen segurtasun-arrisku bat da hau.
+# LOCALIZATION NOTE: "%1$S" is the URI of the insecure mixed content resource
+LoadingMixedActiveContent2=Eduki aktibo misto ez-segurua kargatzen ("%1$S") orri seguru batean
+LoadingMixedDisplayContent2=Bistaratzeko eduki misto ez-segurua kargatzen ("%1$S") orri seguru batean
+
+# LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe"
+BothAllowScriptsAndSameOriginPresent=Bere sandbox atributuan bai allow-scripts bai eta allow-same-origin dituen iframe batek bere sanboxing-a ken dezake.
+
+# Sub-Resource Integrity
+# LOCALIZATION NOTE: Do not translate "script" or "integrity". "%1$S" is the invalid token found in the attribute.
+MalformedIntegrityHash=Script elementuak gaizki eratutako hash-a dauka bere osotasun-atributuan: "%1$S". Formatu zuzena "<hash algorithm><hash value>" da.
+# LOCALIZATION NOTE: Do not translate "integrity"
+InvalidIntegrityLength=Osotasun-atributuan dagoen hash-ak luzera okerra dauka.
+# LOCALIZATION NOTE: Do not translate "integrity"
+InvalidIntegrityBase64=Osotasun-atributuan dagoen hash-a ezin da deskodetu.
+# LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the type of hash algorithm in use (e.g. "sha256").
+IntegrityMismatch=Osotasun-atributuan dauden "%1$S" motako hash-ak ez datoz azpibaliabidearen edukiarekin bat.
+# LOCALIZATION NOTE: "%1$S" is the URI of the sub-resource that cannot be protected using SRI.
+IneligibleResource="%1$S" URIa ez da osotasun-egiaztapenetarako egokia ez baita CORS-gaitua edo jatorri berekoa.
+# LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the invalid hash algorithm found in the attribute.
+UnsupportedHashAlg=Onartzen ez den hash algoritmoa osotasun-atributuan: "%1$S"
+# LOCALIZATION NOTE: Do not translate "integrity"
+NoValidMetadata=Osotasun-atributuak ez dauka baliozko metadaturik.
+
+# LOCALIZATION NOTE: Do not translate "RC4".
+WeakCipherSuiteWarning=Gune honek RC4 zifratzea darabil zifraketarako, baina zaharkituta dago eta ez da segurua.
+
+#XCTO: nosniff
+# LOCALIZATION NOTE: Do not translate "X-Content-Type-Options: nosniff".
+MimeTypeMismatch2="%1$S"(e)ko baliabidea blokeatu egin da MIME motak ("%2$S") ez datozelako bat (X-Content-Type-Options: nosniff).
+# LOCALIZATION NOTE: Do not translate "X-Content-Type-Options" and also do not translate "nosniff".
+XCTOHeaderValueMissing=X-Content-Type-Options goiburuaren abisua: balioa "%1$S" da; "nosniff" bidali nahi zenuen?
+
+# LOCALIZATION NOTE: Do not translate "X-Content-Type-Options" and also do not translate "nosniff".
+XTCOWithMIMEValueMissing="%1$S" helbideko baliabidea ez da errendatu MIME mota falta delako edo ezezaguna edo okerra delako (X-Content-Type-Options: nosniff).
+
+BlockScriptWithWrongMimeType2="%1$S"(e)ko scripta blokeatu egin da baimendu gabeko MIME motarengatik ("%2$S").
+WarnScriptWithWrongMimeType="%1$S"(e)ko scripta kargatu egin da nahiz eta bere MIME mota ("%2$S") ez den baliozko JavaScript MIME mota.
+# LOCALIZATION NOTE: Do not translate "importScripts()"
+BlockImportScriptsWithWrongMimeType=Blokeatu egin da "%1$S"(e)etik scripta 'importScripts()' bidez kargatzea baimendu gabeko MIME mota dela-eta ("%2$S").
+BlockWorkerWithWrongMimeType=Blokeatu egin da "%1$S"(e)etik langilea kargatzea baimendu gabeko MIME mota dela-eta ("%2$S").
+BlockModuleWithWrongMimeType=Blokeatu egin da "%1$S"(e)etik modulua kargatzea baimendu gabeko MIME mota dela-eta ("%2$S").
+
+# LOCALIZATION NOTE: Do not translate "data: URI".
+BlockTopLevelDataURINavigation=Goi mailako data: URIrako nabigazioa ez da onartzen (honen karga blokeatuta: "%1$S")
+BlockSubresourceRedirectToData=Ez da onartzen data: URI ez-segururako birbideraketa (honen karga blokeatuta: "%1$S")
+
+BlockSubresourceFTP=Ez da onartzen http(s) orrian FTP azpibaliabidea kargatzea (Honen karga blokeatuta: "%1$S")
+
+RestrictBrowserEvalUsage=eval() eta antzerako erabilpenak ez dira baimentzen guraso-prozesuan edo sistemaren testuinguruetan (erabilpena blokeatuta "%1$S"(e)n)
+
+# LOCALIZATION NOTE (BrowserUpgradeInsecureDisplayRequest):
+# %1$S is the browser name "brandShortName"; %2$S is the URL of the upgraded request; %1$S is the upgraded scheme.
+BrowserUpgradeInsecureDisplayRequest = Segurua ez den '%2$S' bistaratze-eskaera '%3$S' erabiltzeko bertsio-berritzen ari da %1$S
+# LOCALIZATION NOTE (RunningClearSiteDataValue):
+# %S is the URI of the resource whose data was cleaned up
+RunningClearSiteDataValue=Clear-Site-Data goiburuak "%S" guneko datuak garbitzea behartu du.
+UnknownClearSiteDataValue=Clear-Site-Data goiburua aurkitu da. "%S" balio ezezaguna.
+
+# Reporting API
+ReportingHeaderInvalidJSON=Reporting goiburua: JSON balio baliogabea jaso da.
+ReportingHeaderInvalidNameItem=Reporting goiburua: talde-izen baliogabea.
+ReportingHeaderDuplicateGroup=Reporting goiburua: bikoiztutako "%S" talde-izena ezikusten.
+ReportingHeaderInvalidItem=Reporting goiburua: "%S" izeneko elementu baliogabea ezikusten.
+ReportingHeaderInvalidEndpoint=Reporting goiburua: amaiera-izen baliogabea ezikusten "%S" izena duen elementuarentzat.
+# LOCALIZATION NOTE(ReportingHeaderInvalidURLEndpoint): %1$S is the invalid URL, %2$S is the group name
+ReportingHeaderInvalidURLEndpoint=Reporting goiburua: "%1$S" amaiera-izenaren URL baliogabea ezikusten "%2$S" izena duen elementuarentzat.
+
+FeaturePolicyUnsupportedFeatureName=Eginbideen politika: euskarririk gabeko "%S" eginbide-izena saltatzen.
+# TODO: would be nice to add a link to the Feature-Policy MDN documentation here. See bug 1449501
+FeaturePolicyInvalidEmptyAllowValue= Eginbideen politika: onarpen-zerrenda hutsa saltatzen "%S" eginbidearentzat.
+# TODO: would be nice to add a link to the Feature-Policy MDN documentation here. See bug 1449501
+FeaturePolicyInvalidAllowValue=Eginbideen politika: euskarririk gabeko "%S" onartze-balioa saltatzen.
+
+# LOCALIZATION NOTE: "%1$S" is the limitation length (bytes) of referrer URI, "%2$S" is the origin of the referrer URI.
+ReferrerLengthOverLimitation=HTTP Referrer goiburua: luzera "%1$S" byten mugaz gaindi dago - erreferentzia-egileen goiburua moztu egingo da origin: "%2$S" baliora arte
+# LOCALIZATION NOTE: "%1$S" is the limitation length (bytes) of referrer URI, "%2$S" is the origin of the referrer URI.
+ReferrerOriginLengthOverLimitation=HTTP Referrer goiburua: erreferentzia-egilearen barruko origin balioaren luzera "%1$S" byten mugaz gaindi dago - "%2$S" origin balioa duen erreferentzia-egilea kendu egingo da.
+
+# X-Frame-Options
+# LOCALIZATION NOTE(XFrameOptionsInvalid): %1$S is the header value, %2$S is frame URI. Do not translate "X-Frame-Options".
+XFrameOptionsInvalid = X-Frame-Options goiburu baliogabea aurkitu da "%2$S" kargatzean: "%1$S" ez da baliozko direktiba.
+# 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="X-Frame-Options" direktibaren "%1$S" balioak "%2$S" markoa kargatzea eragozten du.
+
+# HTTPS-Only Mode
+# LOCALIZATION NOTE: %1$S is the URL of the upgraded request; %2$S is the upgraded scheme.
+HTTPSOnlyUpgradeRequest = Segurua ez den "%1$S" eskaera "%2$S" erabiltzeko bertsio-berritzen.
+# LOCALIZATION NOTE: %1$S is the URL of request.
+HTTPSOnlyNoUpgradeException = Ez da ā€œ%1$Sā€-(e)ra eskari ez segurua bertsio-berritu salbuetsita dagoelako
+# LOCALIZATION NOTE: %1$S is the URL of the failed request; %2$S is an error-code.
+HTTPSOnlyFailedRequest = Segurua ez den "%1$S" eskaera bertsio-berritzeak huts egin du. (%2$S)
+