diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-te/dom/chrome/security/caps.properties | 9 | ||||
-rw-r--r-- | l10n-te/dom/chrome/security/csp.properties | 109 | ||||
-rw-r--r-- | l10n-te/dom/chrome/security/security.properties | 108 |
3 files changed, 226 insertions, 0 deletions
diff --git a/l10n-te/dom/chrome/security/caps.properties b/l10n-te/dom/chrome/security/caps.properties new file mode 100644 index 0000000000..cfecc4e04f --- /dev/null +++ b/l10n-te/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 = భద్రతా లోపం: %S లోని విషయం %Sని లోడుచేయకూడదు లేదా లంకె చేయకూడదు. +CheckSameOriginError = భద్రతా లోపం: %S లోని విషయం %S నుండి డేటాను లోడుచేయకూడదు. +ExternalDataError = భద్రతా లోపం: %S లోని విషయం %Sను లోడుచెయ్యడానికి ప్రయత్నించింది, కానీ ఒక బొమ్మగా వాడుతున్నప్పుడు బయటి డేటాను లేడుచెయ్యకూడదు. + +CreateWrapperDenied = %S తరగతి వస్తువుపై ర్యాపరును సృష్టించుటకు అనుమతి నిరాకరించబడింది +CreateWrapperDeniedForOrigin = %1$S తరగతి వస్తువుకి ర్యాపరు సృష్టించుటకు <%2$S>కు అనుమతి నిరాకరించబడింది diff --git a/l10n-te/dom/chrome/security/csp.properties b/l10n-te/dom/chrome/security/csp.properties new file mode 100644 index 0000000000..c9f86e0e9f --- /dev/null +++ b/l10n-te/dom/chrome/security/csp.properties @@ -0,0 +1,109 @@ +# 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 = పేజీ అమరికలు వనరు లోడవడాన్ని నిరోధించాయి: %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 = పేజీ అమరికలు %2$S వద్దనున్న వనరు లోడవడాన్ని నిరోధించాయి (“%1$S”). +# LOCALIZATION NOTE (CSPROViolation): +# %1$S is the reason why the resource has not been loaded. +CSPROViolation = నివేదిక-మాత్రమే CSP విధానానికి ఉల్లంఘన ఎదురైంది (“%1$S”). ఆ ప్రవర్తన అనుమతించబడింది, ఆపై 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 = పేజీ అమరికలు %2$S వద్దనున్న వనరు లోడవడాన్ని గమనించాయి (“%1$S”). CSP నివేదిక పంపబడుతోంది. +# LOCALIZATION NOTE (triedToSendReport): +# %1$S is the URI we attempted to send a report to. +triedToSendReport = చెల్లని URIకు నివేదిక పంపడానికి ప్రయత్నించారు: “%1$S” +# LOCALIZATION NOTE (couldNotParseReportURI): +# %1$S is the report URI that could not be parsed +couldNotParseReportURI = నివేదిక URIను పార్స్ చేయలేకపోయాం: %1$S +# LOCALIZATION NOTE (couldNotProcessUnknownDirective): +# %1$S is the unknown directive +couldNotProcessUnknownDirective = తెలియని డైరెక్టివ్ ‘%1$S’ను ప్రోసెస్ చేయలేకపోయాం +# LOCALIZATION NOTE (ignoringUnknownOption): +# %1$S is the option that could not be understood +ignoringUnknownOption = తెలియని ఎంపిక %1$Sను విస్మరిస్తున్నాం +# LOCALIZATION NOTE (ignoringDuplicateSrc): +# %1$S defines the duplicate src +ignoringDuplicateSrc = నకలు మూలం %1$Sను విస్మరిస్తున్నాం +# LOCALIZATION NOTE (ignoringSrcFromMetaCSP): +# %1$S defines the ignored src +ignoringSrcFromMetaCSP = ‘%1$S’ మూలాన్ని విస్మరిస్తున్నాం (మెటా మూలకం ద్వారా పంపిస్తే తోడ్పాటు లేదు). +# 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 లేదా style-src లలో “%1$S”ను విస్మరిస్తున్నాం: nonce-source లేదా hash-source పేర్కొనబడింది +# LOCALIZATION NOTE (ignoringSrcForStrictDynamic): +# %1$S is the ignored src +# script-src, as well as 'strict-dynamic' should not be localized +ignoringSrcForStrictDynamic = script-src లోని “%1$S”ని విస్మరిస్తున్నాం: ‘strict-dynamic’ పేర్కొనబడింది +# LOCALIZATION NOTE (ignoringStrictDynamic): +# %1$S is the ignored src +ignoringStrictDynamic = “%1$S” మూలాన్ని విస్మరిస్తున్నాం (కేవలం script-srcలో మాత్రమే తోడ్పాటు ఉంది). +# LOCALIZATION NOTE (strictDynamicButNoHashOrNonce): +# %1$S is the csp directive that contains 'strict-dynamic' +# 'strict-dynamic' should not be localized +strictDynamicButNoHashOrNonce = “%1$S” లోని ‘strict-dynamic’ అనే కీపదం సరైన నన్స్ లేదా హాష్ లేకుంటే స్క్రిప్టులు ఏమీ లోడవకుండా నిరోధించవచ్చు +# LOCALIZATION NOTE (reportURInotHttpsOrHttp2): +# %1$S is the ETLD of the report URI that is not HTTP or HTTPS +reportURInotHttpsOrHttp2 = నివేదిక URI (%1$S) ఒక HTTP లేదా HTTPS URI అయివుండాలి. +# LOCALIZATION NOTE (reportURInotInReportOnlyHeader): +# %1$S is the ETLD of the page with the policy +reportURInotInReportOnlyHeader = ఈ సైటు (%1$S) కి నివేదిక-మాత్రమే అనే విధానం ఉంది కానీ నివేదిక URI లేదు. ఈ విధానపు ఉల్లంఘనలను CSP నిరోధించబోదు మరియు నివేదించలేదు. +# LOCALIZATION NOTE (failedToParseUnrecognizedSource): +# %1$S is the CSP Source that could not be parsed +failedToParseUnrecognizedSource = గుర్తుతెలియని %1$S మూలాన్ని పార్స్ చేయడం విఫలమైంది +# LOCALIZATION NOTE (upgradeInsecureRequest): +# %1$S is the URL of the upgraded request; %2$S is the upgraded scheme. +upgradeInsecureRequest = సురక్షితం కాని ‘%1$S’ అభ్యర్థనను ‘%2$S’ వాడేలా ఉన్నతీకరిస్తున్నాం +# LOCALIZATION NOTE (ignoreSrcForDirective): +ignoreSrcForDirective = ‘%1$S’ డైరెక్టివ్ srcs లను విస్మరిస్తున్నాం +# LOCALIZATION NOTE (hostNameMightBeKeyword): +# %1$S is the hostname in question and %2$S is the keyword +hostNameMightBeKeyword = %1$S ని కీపదంగా కాక, హోస్టు పేరుగా భావిస్తున్నాం. దీన్ని మీరు కీపదంగా ఉద్దేశిస్తే, ‘%2$S’ (సింగిల్ కొటేషన్ మార్కుల మధ్యలో పెట్టి) వాడండి. +# LOCALIZATION NOTE (notSupportingDirective): +# directive is not supported (e.g. 'reflected-xss') +notSupportingDirective = ‘%1$S’ అనే డైరెక్టివుకి తోడ్పాటు లేదు. డైరెక్టివ్, దాని విలువ విస్మరించబడతాయి. +# LOCALIZATION NOTE (blockAllMixedContent): +# %1$S is the URL of the blocked resource load. +blockAllMixedContent = సురక్షితంకాని ‘%1$S’ అభ్యర్థనను నిరోధిస్తున్నాం. +# LOCALIZATION NOTE (ignoringDirectiveWithNoValues): +# %1$S is the name of a CSP directive that requires additional values +ignoringDirectiveWithNoValues = పరామితులేమీ లేనందువల్ల ‘%1$S’ను విస్మరిస్తున్నాం. +# LOCALIZATION NOTE (ignoringReportOnlyDirective): +# %1$S is the directive that is ignored in report-only mode. +ignoringReportOnlyDirective = నివేదిక-మాత్రమే విధానంలో పంపించినందువల్ల ‘%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=‘%2$S’ ఆదేశం కారణంగా ‘%1$S’ ని విస్మరించబడింది. + +# LOCALIZATION NOTE (IgnoringSourceWithinDirective): +# %1$S is the ignored src +# %2$S is the directive which supports src + +# CSP Errors: +# LOCALIZATION NOTE (couldntParseInvalidSource): +# %1$S is the source that could not be parsed +couldntParseInvalidSource = చెల్లని మూలం %1$S ను పార్స్ చేయలేకపోయాం +# LOCALIZATION NOTE (couldntParseInvalidHost): +# %1$S is the host that's invalid +couldntParseInvalidHost = చెల్లని హోస్టు %1$Sను పార్స్ చేయలేకపోయాం +# LOCALIZATION NOTE (couldntParsePort): +# %1$S is the string source +couldntParsePort = %1$S లోని పోర్టును పార్స్ చేయలేకపోయాం +# LOCALIZATION NOTE (duplicateDirective): +# %1$S is the name of the duplicate directive +duplicateDirective = నకలు %1$S నిర్దేశకాలను గుర్తించాం. మొదటిదాన్ని తప్ప తతిమావి విస్మరించబడతాయి. +# LOCALIZATION NOTE (deprecatedChildSrcDirective): +# %1$S is the value of the deprecated directive. +# Do not localize: worker-src, frame-src +# LOCALIZATION NOTE (couldntParseInvalidSandboxFlag): +# %1$S is the option that could not be understood +couldntParseInvalidSandboxFlag = చెల్లని శాండ్బాక్స్ ఫ్లాగు ‘%1$S’ని పార్స్ చేయలేకపోయాం diff --git a/l10n-te/dom/chrome/security/security.properties b/l10n-te/dom/chrome/security/security.properties new file mode 100644 index 0000000000..7bc2900ef7 --- /dev/null +++ b/l10n-te/dom/chrome/security/security.properties @@ -0,0 +1,108 @@ +# 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 = మిశ్రమ ప్రదర్శన విషయం “%1$S”ని లోడుచేయడం నిరోధించబడింది +BlockMixedActiveContent = మిశ్రమ క్రియాశీల విషయం “%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=క్రాస్-ఆరిజిన్ అభ్యర్థన నిరోధించబడింది: %1$S వద్దనున్న దూరపు వనరును చదవడానికి సేమ్ ఆరిజన్ విధానం అనుమతించదు. (కారణం: CORS అచేతనమైవుంది). +CORSRequestNotHttp=క్రాస్-ఆరిజిన్ అభ్యర్థన నిరోధించబడింది: %1$S వద్దనున్న దూరపు వనరును చదవడానికి సేమ్ ఆరిజన్ విధానం అనుమతించదు. (కారణం: CORS అభ్యర్థన http కాదు). +CORSMissingAllowOrigin=క్రాస్-ఆరిజిన్ అభ్యర్థన నిరోధించబడింది: %1$S వద్దనున్న దూరపు వనరును చదవడానికి సేమ్ ఆరిజన్ విధానం అనుమతించదు. (కారణం: CORS హెడర్ ‘Access-Control-Allow-Origin’ లేదు). +CORSAllowOriginNotMatchingOrigin=క్రాస్-ఆరిజిన్ అభ్యర్థన నిరోధించబడింది: %1$S వద్దనున్న దూరపు వనరును చదవడానికి సేమ్ ఆరిజన్ విధానం అనుమతించదు. (కారణం: CORS హెడర్ ‘Access-Control-Allow-Origin’ విలువ ‘%2$S’కి సరిపోలేదు). +CORSNotSupportingCredentials=క్రాస్-ఆరిజిన్ అభ్యర్థన నిరోధించబడింది: ‘%1$S’ వద్దనున్న దూరపు వనరును చదవడానికి సేమ్ ఆరిజన్ విధానం అనుమతించదు. (కారణం: CORS హెడర్ ‘Access-Control-Allow-Origin’ విలువ ‘*’ అయితే క్రెడెన్షియల్ తోడ్పాటు లేదు). +CORSMethodNotFound=క్రాస్-ఆరిజిన్ అభ్యర్థన నిరోధించబడింది: %1$S వద్దనున్న దూరపు వనరును చదవడానికి సేమ్ ఆరిజన్ విధానం అనుమతించదు. (కారణం: CORS హెడర్ ‘Access-Control-Allow-Methods’లో మెథడ్ లేదు). +CORSMissingAllowCredentials=క్రాస్-ఆరిజిన్ అభ్యర్థన నిరోధించబడింది: %1$S వద్దనున్న దూరపు వనరును చదవడానికి సేమ్ ఆరిజన్ విధానం అనుమతించదు. (కారణం: CORS హెడర్ ‘Access-Control-Allow-Credentials’లో ‘true’ ఆశించాం). +CORSInvalidAllowMethod=క్రాస్-ఆరిజిన్ అభ్యర్థన నిరోధించబడింది: %1$S వద్దనున్న దూరపు వనరును చదవడానికి సేమ్ ఆరిజన్ విధానం అనుమతించదు. (కారణం: CORS హెడర్ ‘Access-Control-Allow-Methods’లో చెల్లని టోకెన్ ‘%2$S’ ఉంది). +CORSInvalidAllowHeader=క్రాస్-ఆరిజిన్ అభ్యర్థన నిరోధించబడింది: %1$S వద్దనున్న దూరపు వనరును చదవడానికి సేమ్ ఆరిజన్ విధానం అనుమతించదు. (కారణం: CORS హెడర్ ‘Access-Control-Allow-Headers’లో చెల్లని టోకెన్ ‘%2$S’ ఉంది). + + +# LOCALIZATION NOTE: Do not translate "Strict-Transport-Security", "HSTS", "max-age" or "includeSubDomains" +STSUnknownError=కఠిన-ట్రాన్స్పోర్ట్-సెక్యూరిటీ: సైటు పేర్కొన్న హెడర్ను ప్రాసెస్ చేయడంలో ఏదో తెలియని పొరపాటు జరిగింది. +STSUntrustworthyConnection=కఠిన-ట్రాన్స్పోర్ట్-సెక్యూరిటీ: సైటుకు అనుసంధానం విశ్వసనీయంగా లేదు, కాబట్టి పేర్కొన్న హెడర్ను పట్టించుకోలేదు. +STSCouldNotParseHeader=కఠిన-ట్రాన్స్పోర్ట్-సెక్యూరిటీ: విజయవంతంగా పార్స్ చేయలేని హెడర్ను సైటు పేర్కొంది. +STSNoMaxAge=కఠిన-ట్రాన్స్పోర్ట్-సెక్యూరిటీ: ‘max-age’ నిర్దేశకం లేని హెడర్ను సైటు పేర్కొంది. +STSMultipleMaxAges=కఠిన-ట్రాన్స్పోర్ట్-సెక్యూరిటీ: పలు ‘max-age’ నిర్ధేశకాలు ఉన్న హెడర్ను సైటు పేర్కొంది. +STSInvalidMaxAge=కఠిన-ట్రాన్స్పోర్ట్-సెక్యూరిటీ: చెల్లని ‘max-age’ నిర్దేశకం ఉన్న హెడర్ను సైటు పేర్కొంది. +STSMultipleIncludeSubdomains=కఠిన-ట్రాన్స్పోర్ట్-సెక్యూరిటీ: పలు ‘includeSubDomains’ నిర్దేశకాలు ఉన్న హెడర్ను సైటు పేర్కొంది. +STSInvalidIncludeSubdomains=కఠిన-ట్రాన్స్పోర్ట్-సెక్యూరిటీ: చెల్లని ‘includeSubDomains’ నిర్దేశకం ఉన్న హెడర్ను సైటు పేర్కొంది. +STSCouldNotSaveState=కఠిన-ట్రాన్స్పోర్ట్-సెక్యూరిటీ: సైటును కఠిన-ట్రాన్స్పోర్ట్-సెక్యూరిటీ హోస్టుగా గుర్తించేప్పుడు పొరపాటు జరిగింది. + +# LOCALIZATION NOTE: Do not translate "SHA-1" +SHA1Sig=ఈ సైటు SHA-1 సర్టిఫికెట్ వాడుతోంది; SHA-1 కన్నా బలమైన హాష్ ప్రమేయాలు వాడిన సంతపు పద్ధతులతో కూడిన సర్టిఫికెట్లను వాడమని మీకు సిఫారసు చేస్తున్నాం. +InsecurePasswordsPresentOnPage=సురక్షితం కాని (http://) పేజీలో సంకేతపద పేటికలు ఉన్నాయి. ఇది వాడుకరి ప్రవేశ వివరాలను దొగింలించడానికి వీలుకల్పించే భద్రతా సమస్య. +InsecureFormActionPasswordsPresent=సురక్షితం కాని (http://) ఫారం చర్య గల ఫారంలో సంకేతపద పేటికలు ఉన్నాయి. ఇది వాడుకరి ప్రవేశ వివరాలను దొగింలించడానికి వీలుకల్పించే భద్రతా సమస్య. +InsecurePasswordsPresentOnIframe=సురక్షితం కాని (http://) iframeలో సంకేతపద పేటికలు ఉన్నాయి. ఇది వాడుకరి ప్రవేశ వివరాలను దొగింలించడానికి వీలుకల్పించే భద్రతా సమస్య. +# LOCALIZATION NOTE: "%1$S" is the URI of the insecure mixed content resource +LoadingMixedActiveContent2=సురక్షిత పేజీలో మిశ్రమ (సురక్షితంకాని) క్రియాశీల కాంటెంట్ “%1$S”ను లోడు చేస్తోంది +LoadingMixedDisplayContent2=సురక్షిత పేజీలో మిశ్రమ (సురక్షితంకాని) ప్రదర్శన విషయం “%1$S”ను లోడు చేస్తోంది +# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download + +# LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe" +BothAllowScriptsAndSameOriginPresent=Sandbox ఆట్రిబ్యూటుకి allow-scripts మరియు allow-same-origin రెండూ కలిగివున్న iframe దాని శాండ్బాక్సింగును తీసివేసుకోగలదు. + +# LOCALIZATION NOTE: Do not translate "allow-top-navigation-by-user-activation", "allow-top-navigation", "sandbox" or "iframe" + +# Sub-Resource Integrity +# LOCALIZATION NOTE: Do not translate "script" or "integrity". "%1$S" is the invalid token found in the attribute. +MalformedIntegrityHash=script మూలకం దాని integrity ఆట్రిబ్యూటులో తప్పుడు హ్యాషు కలిగివుంది: “%1$S”. దాని సరైన ఫార్మాటు “<hash algorithm>-<hash value>”. +# LOCALIZATION NOTE: Do not translate "integrity" +InvalidIntegrityLength=Integrity ఆట్రిబ్యూటులో ఉన్న హ్యాషు పొడవు తప్పుగా ఉంది. +# LOCALIZATION NOTE: Do not translate "integrity" +InvalidIntegrityBase64=సమగ్రత ఆట్రిబ్యూటులో ఉన్న హ్యాషును డీకోడు చేయలేకపోయాం. +# LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the type of hash algorithm in use (e.g. "sha256"). +IntegrityMismatch=Integrity ఆట్రిబ్యూటు లోని “%1$S” హ్యాషులేమీ ఉపవనరు విషయానికి సరిపోలలేదు. +# LOCALIZATION NOTE: "%1$S" is the URI of the sub-resource that cannot be protected using SRI. +IneligibleResource=CORS-చేతనంగా లేదు మరియు same-origin కాకపోవడం వల్ల “%1$S” సమగ్రతా తనిఖీకి అర్హం కాదు. +# LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the invalid hash algorithm found in the attribute. +UnsupportedHashAlg=Integrity ఆట్రిబ్యూటులో తోడ్పాటు లేని హ్యాష్ విధానం : “%1$S” +# LOCALIZATION NOTE: Do not translate "integrity" +NoValidMetadata=Integrity ఆట్రిబ్యూటులో సరైన మెటాడేటా ఏమీ లేదు. + +# LOCALIZATION NOTE: Do not translate "RC4". +WeakCipherSuiteWarning=ఈ సైటు నిగూహనం కొరకు RC4 సైపర్ను వాడుతోంది, అది సురక్షితం కానిది, కాలం చెల్లబోతూంది. + + + +#XCTO: nosniff +# LOCALIZATION NOTE: Do not translate "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 హెడర్ హెచ్చరిక: విలువ “%1$S”; మీరు “nosniff” అని పంపాలనుకున్నారా? + +# LOCALIZATION NOTE: Do not translate "X-Content-Type-Options" and also do not translate "nosniff". + +# LOCALIZATION NOTE: Do not translate "importScripts()" + +# LOCALIZATION NOTE: Do not translate "data: URI". +BlockTopLevelDataURINavigation=పైస్థాయి డేటాకి మార్గదర్శకం: URI అనుమతించబడలేదు (తెరవడం నిరోధించబడింది: “%1$S”) + + + +# 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. +# 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 + +# LOCALIZATION NOTE: "%1$S" is the limitation length (bytes) of referrer URI, "%2$S" is the origin of the referrer URI. +# LOCALIZATION NOTE: "%1$S" is the limitation length (bytes) of referrer URI, "%2$S" is the origin of the referrer URI. + +# X-Frame-Options +# LOCALIZATION NOTE(XFrameOptionsInvalid): %1$S is the header value, %2$S is frame URI. Do not translate "X-Frame-Options". +# 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". + +# HTTPS-Only Mode +# LOCALIZATION NOTE: %1$S is the URL of the upgraded request; %2$S is the upgraded scheme. +# LOCALIZATION NOTE: %1$S is the URL of request. +# LOCALIZATION NOTE: %1$S is the URL of the failed request; %2$S is an error-code. + +# LOCALIZATION NOTE: %S is the URL of the blocked request; + |