From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- l10n-ta/dom/chrome/security/caps.properties | 9 +++ l10n-ta/dom/chrome/security/csp.properties | 98 +++++++++++++++++++++++++ l10n-ta/dom/chrome/security/security.properties | 45 ++++++++++++ 3 files changed, 152 insertions(+) create mode 100644 l10n-ta/dom/chrome/security/caps.properties create mode 100644 l10n-ta/dom/chrome/security/csp.properties create mode 100644 l10n-ta/dom/chrome/security/security.properties (limited to 'l10n-ta/dom/chrome/security') diff --git a/l10n-ta/dom/chrome/security/caps.properties b/l10n-ta/dom/chrome/security/caps.properties new file mode 100644 index 0000000000..7c5ac2f1f4 --- /dev/null +++ b/l10n-ta/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-ta/dom/chrome/security/csp.properties b/l10n-ta/dom/chrome/security/csp.properties new file mode 100644 index 0000000000..86bb79f41e --- /dev/null +++ b/l10n-ta/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 = \u0020%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 +# LOCALIZATION NOTE (ignoringSrcWithinScriptStyleSrc): +# %1$S is the ignored src +# script-src and style-src are directive names and should not be localized +# LOCALIZATION NOTE (ignoringSrcForStrictDynamic): +# %1$S is the ignored src +# script-src, as well as 'strict-dynamic' should not be localized +# LOCALIZATION NOTE (ignoringStrictDynamic): +# %1$S is the ignored src +# 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 = அறிக்கைக்கான URI இல்லாமலே இந்த தளம் (%1$S) அறிக்கை-மட்டுமே என்ற கொள்கையை வைத்திருக்கிறது. 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. +# LOCALIZATION NOTE (ignoreSrcForDirective): +# 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') +# LOCALIZATION NOTE (ignoringReportOnlyDirective): +# %1$S is the directive that is ignored in report-only mode. +# 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. +IgnoringSrcBecauseOfDirective='%2$S' உத்தரவின் காரணமாக'%1$S' தவிர்க்கப்படுகிறது. + +# 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 + diff --git a/l10n-ta/dom/chrome/security/security.properties b/l10n-ta/dom/chrome/security/security.properties new file mode 100644 index 0000000000..1da899ff0e --- /dev/null +++ b/l10n-ta/dom/chrome/security/security.properties @@ -0,0 +1,45 @@ +# 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 + +# LOCALIZATION NOTE: Do not translate "Strict-Transport-Security", "HSTS", "max-age" or "includeSubDomains" + +# LOCALIZATION NOTE: Do not translate "Public-Key-Pins", "HPKP", "max-age", "report-uri" or "includeSubDomains" + +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: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe" +BothAllowScriptsAndSameOriginPresent=ஒரு iframe ஆனது allow-scripts மற்றும் allow-same-origin sandbox பண்புக் கூறுக்கு வைத்திருந்தால் அதன் sandboxing நீக்க முடியும். + +# Sub-Resource Integrity +# LOCALIZATION NOTE: Do not translate "script" or "integrity". "%1$S" is the invalid token found in the attribute. +# LOCALIZATION NOTE: Do not translate "integrity" +# LOCALIZATION NOTE: Do not translate "integrity" +# LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the type of hash algorithm in use (e.g. "sha256"). +# LOCALIZATION NOTE: "%1$S" is the URI of the sub-resource that cannot be protected using SRI. +# LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the invalid hash algorithm found in the attribute. +# LOCALIZATION NOTE: Do not translate "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 trasnlate "nosniff". + + +# LOCALIZATION NOTE: Do not translate "data: URI". + -- cgit v1.2.3