diff options
Diffstat (limited to 'l10n-bn/dom/chrome/security')
-rw-r--r-- | l10n-bn/dom/chrome/security/caps.properties | 9 | ||||
-rw-r--r-- | l10n-bn/dom/chrome/security/csp.properties | 98 | ||||
-rw-r--r-- | l10n-bn/dom/chrome/security/security.properties | 78 |
3 files changed, 185 insertions, 0 deletions
diff --git a/l10n-bn/dom/chrome/security/caps.properties b/l10n-bn/dom/chrome/security/caps.properties new file mode 100644 index 0000000000..4e869502b3 --- /dev/null +++ b/l10n-bn/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 লোড করার চেষ্টা করেছে, কিন্তু হয়তো বহিরাগত ডাটা লোড করতে পারবে না একটি ছবি ব্যবহার করার সময়।\u0020 + +CreateWrapperDenied = %S ক্লাসের অবজেক্টের জন্য মোড়ক তৈরি করার অনুমতি দেয়া হয়নি +CreateWrapperDeniedForOrigin = <%2$S> কে %1$S ক্লাসের অবজেক্টের জন্য মোড়ক তৈরি করার অনুমতি দেয়া হয়নি diff --git a/l10n-bn/dom/chrome/security/csp.properties b/l10n-bn/dom/chrome/security/csp.properties new file mode 100644 index 0000000000..37c45ad314 --- /dev/null +++ b/l10n-bn/dom/chrome/security/csp.properties @@ -0,0 +1,98 @@ +# 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 (ignoringStrictDynamic): +# %1$S is the ignored src +ignoringStrictDynamic = সোর্স “%1$S” (কেবল script-src সমর্থিত) উপেক্ষিত।\u0020 +# LOCALIZATION NOTE (strictDynamicButNoHashOrNonce): +# %1$S is the csp directive that contains 'strict-dynamic' +# 'strict-dynamic' should not be localized +# 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 ছাড়া একটি Report-Only নীতি আছে। 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' নির্দেশনার জন্য চাপ অগ্রাহ্য হচ্ছে। +# 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 (e.g., 'require-sri-for') +ignoringDirectiveWithNoValues = ‘%1$S’ উপেক্ষা করা হচ্ছে যেহেতু এটা কোনো প্যারামিটার ধারণ করেনি। +# LOCALIZATION NOTE (ignoringReportOnlyDirective): +# %1$S is the directive that is ignored in report-only mode. +ignoringReportOnlyDirective = sandbox directive কে উপেক্ষা করা হল যখন report-only policy ‘%1$S’ বিতরণ করে +# LOCALIZATION NOTE (deprecatedReferrerDirective): +# %1$S is the value of the deprecated Referrer Directive. +# 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. + +# 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-bn/dom/chrome/security/security.properties b/l10n-bn/dom/chrome/security/security.properties new file mode 100644 index 0000000000..27b1d1a002 --- /dev/null +++ b/l10n-bn/dom/chrome/security/security.properties @@ -0,0 +1,78 @@ +# 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=Cross-Origin আবেদন ব্লককৃত: এই একই অরিজিন নীতি রিমোট রিসোর্সকে %1$S-এ পড়তে অনুমতি দেয় না। (কারণ: CORS আবেদন বন্ধ রয়েছে)। +CORSRequestNotHttp=Cross-Origin আবেদন ব্লককৃত: এই একই অরিজিন নীতি রিমোট রিসোর্সকে %1$S-এ পড়তে অনুমতি দেয় না। (কারণ: CORS আবেদন http নয়)। +CORSAllowOriginNotMatchingOrigin=ক্রস-ওরিজিন অনুরোধ বাধাগ্রস্থ: %1$S তে একই ওরিজিন নীতি দূরবর্তী রিসোর্সকে পড়ার অনুমতি দিচ্ছে না। '(কারণ: CORS হেডার একসেস-কন্ট্রোল-অনুমতি-ওরিজিন' %2$S -এর সাথে মিল নেই)। +CORSNotSupportingCredentials=Cross-Origin আবেদন ব্লককৃত: এই একই উৎস নীতি রিমোট রিসোর্সকে %1$S এ পড়তে অনুমতি দেয় না। (কারণ: প্রসংসাপত্র সাপোর্ট করবে না যদি CORS হেডার 'Access-Control-Allow-Credentials' এ '*')। +CORSMethodNotFound=ক্রস-ওরিজিন অনুরোধ বাধাগ্রস্থ: %1$S তে একই ওরিজিন নীতি দূরবর্তী রিসোর্সকে পড়ার অনুমতি দিচ্ছে না। (কারণ: CORS হেডার 'একসেস-কন্ট্রোল-অনুমতি-ওরিজিন' এ মেথড পাওয়া যায় নি)। +CORSMissingAllowCredentials=Cross-Origin আবেদন ব্লককৃত: এই একই অরিজিন নীতি রিমোট রিসোর্সকে %1$S-এ পড়তে অনুমতি দেয় না। (কারণ: CORS হেডার 'Access-Control-Allow-Credentials' এ 'true' প্রত্যাশিত)। +CORSInvalidAllowMethod=Cross-Origin আবেদন ব্লককৃত: এই একই অরিজিন নীতি রিমোট রিসোর্সকে %1$S-এ পড়তে অনুমতি দেয় না। (কারণ: অবৈধ টোকেন '%2$S' CORS হেডারের মধ্যে 'Access-Control-Allow-Methods' অনুমতি দেয়)। +CORSInvalidAllowHeader=Cross-Origin আবেদন ব্লককৃত: এই একই অরিজিন নীতি রিমোট রিসোর্সকে %1$S-এ পড়তে অনুমতি দেয় না। (কারণ: CORS হেডারের মধ্যে 'Access-Control-Allow-Headers' এ অকার্যকর টোকেন '%2$S')। + +# LOCALIZATION NOTE: Do not translate "Strict-Transport-Security", "HSTS", "max-age" or "includeSubDomains" +STSUnknownError=কঠিন-পরিবহন-নিরাপত্তা: সাইট নির্ধারিত হেডার প্রক্রিয়াকরণে অজানা ত্রুটি ঘটেছে। +STSCouldNotParseHeader=কঠোর-পরিবহন-নিরাপত্তা: সাইটে সফলভাবে পাস করা যায়নি যে একটি হেডার নির্দিষ্ট. +STSNoMaxAge=কঠিন-পরিবহন-নিরাপত্তা: সাইট নির্ধারিত হেডারে 'max-age' নির্দেশনা নেই। +STSMultipleMaxAges=কঠিন-পরিবহন-নিরাপত্তা: এই সাইটটি বিশেষ একটি শিরোনাম যেটি বহুবিধ 'সর্বোচ্চ-বয়স' নিরদেশনা অন্তর্ভুক্ত করেছে। +STSInvalidMaxAge=কঠিন-পরিবহন-নিরাপত্তা: সাইটটির বিশেষ একটি শিরোনাম যেটি অন্তর্ভুক্ত হয়েছে একটি অকার্যকর 'সর্বোচ্চ-বয়স' নির্দেশনায়। +STSMultipleIncludeSubdomains=কঠোর-পরিবহন-নিরাপত্তা: সাইটের একাধিক 'includeSubDomains' নির্দেশনা অন্তর্ভুক্ত একটি হেডার নির্দিষ্ট। +STSInvalidIncludeSubdomains=কঠোর-পরিবহন-নিরাপত্তা: সাইটে একটি অকার্যকর 'includeSubDomains' নির্দেশনা অন্তর্ভুক্ত একটি হেডার নির্দিষ্ট। +STSCouldNotSaveState=কঠিন-পরিবহন-নিরাপত্তা: সাইট কঠিন-পরিবহন-নিরাপত্তা হোস্ট হিসাবে নির্দেশে ত্রুটি ঘটেছে। + +InsecurePasswordsPresentOnPage=একটি ঝুঁকিপূর্ন পাতায় (http://) পাসওয়ার্ড ফীল্ড দৃশ্যমান। এটি একটি নিরাপত্তা ঝুঁকি যার ফলে লগ ইন তথ্য চুরি হতে পারে। +InsecureFormActionPasswordsPresent=একটি ফর্মে ঝুঁকিপূর্ন (http://) ফর্ম একশনসহ পাসওয়ার্ড ফীল্ড বিদ্যমান। এটি নিরাপদ নয় এবং এর ফলে ব্যবহারকারীদের লগইন তথ্য চুরি হতে পারে। +InsecurePasswordsPresentOnIframe=একটি ঝুঁকিপূর্ন(http://) আইফ্রেমে পাসওয়ার্ড ফীল্ড বিদ্যমান। এটি একটি নিরাপত্তা ঝুঁকি যার ফলে ব্যবহারকারীর লগইন তথ্য চুরি হতে পারে। +# LOCALIZATION NOTE: "%1$S" is the URI of the insecure mixed content resource +LoadingMixedActiveContent2=একটী নিরাপদ পাতা "%1$S" এ সক্রিয় (ঝুঁকিপূর্ন) কন্টেন্ট লোড করা হচ্ছে। +LoadingMixedDisplayContent2=একটি নিরাপদ পাতা "%1$S" এ (ঝুকিপূর্ন) প্রদর্শনের জন্য বাহারী কন্টেন্ট লোড করা হচ্ছে। + +# LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe" +BothAllowScriptsAndSameOriginPresent=একটি iframe যার allow-scripts এবং allow-same-origin উভয়ই আছে, যা এর স্যান্ডবক্স বৈশিষ্ট্যের জন্য স্যান্ডবক্সিং অপসারণ করতে পারে। + +# Sub-Resource Integrity +# LOCALIZATION NOTE: Do not translate "script" or "integrity". "%1$S" is the invalid token found in the attribute. +MalformedIntegrityHash=স্ক্রিপ্ট উপাদানের ইন্টিগ্রিটি অ্যাট্রিবিউটে একটি নষ্ট হ্যাস রয়েছে: "%1$S"। সঠিক ফরমেট হল "<hash algorithm>-<hash value>"। +# LOCALIZATION NOTE: Do not translate "integrity" +InvalidIntegrityLength=ইন্টিগ্রিটি অ্যাট্রিবিউটের মধ্যে থাকা হ্যাসের দৈর্ঘ ভুল। +# LOCALIZATION NOTE: Do not translate "integrity" +InvalidIntegrityBase64=ইন্টিগ্রিটি অ্যাট্রিবিউটের মধ্যে থাকা হ্যাস ডিকোড করা সম্ভব নয়। +# LOCALIZATION NOTE: "%1$S" is the URI of the sub-resource that cannot be protected using SRI. +IneligibleResource=CORS-সক্রিয় বা একই-অরিজিনের না হওয়াতে "%1$S" ইন্টিগ্রিটি চেকের জন্য যোগ্য নয়। +# LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the invalid hash algorithm found in the attribute. +UnsupportedHashAlg=ইন্টিগ্রিটি অ্যাট্রিবিউটে অসমর্থিত হ্যাস অ্যালগরিদম: "%1$S" +# LOCALIZATION NOTE: Do not translate "integrity" +NoValidMetadata=ইন্টিগ্রিটি অ্যাট্রিবিউট কোন সঠিক মেটাডাটা নেই। + +# 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 header warning: value was “%1$S”; আপনি কি “nosniff” কে পাঠাতে বুঝিয়েছেন? + +# LOCALIZATION NOTE: Do not translate "importScripts()" + + +# 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. + |