diff options
Diffstat (limited to 'l10n-si/dom/chrome/security/csp.properties')
-rw-r--r-- | l10n-si/dom/chrome/security/csp.properties | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/l10n-si/dom/chrome/security/csp.properties b/l10n-si/dom/chrome/security/csp.properties new file mode 100644 index 0000000000..5528015561 --- /dev/null +++ b/l10n-si/dom/chrome/security/csp.properties @@ -0,0 +1,43 @@ +# 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 (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 +# 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. +# 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. + +# CSP Errors: +# LOCALIZATION NOTE (couldntParseInvalidSource): +# %1$S is the source that could not be parsed +# LOCALIZATION NOTE (couldntParseInvalidHost): +# %1$S is the host that's invalid +# LOCALIZATION NOTE (couldntParseScheme): +# %1$S is the string source +# LOCALIZATION NOTE (couldntParsePort): +# %1$S is the string source +# LOCALIZATION NOTE (duplicateDirective): +# %1$S is the name of the duplicate directive +# LOCALIZATION NOTE (deprecatedDirective): +# %1$S is the name of the deprecated directive, %2$S is the name of the replacement. +# LOCALIZATION NOTE (couldntParseInvalidSandboxFlag): +# %1$S is the option that could not be understood + |