summaryrefslogtreecommitdiffstats
path: root/l10n-be/dom
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /l10n-be/dom
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-be/dom')
-rw-r--r--l10n-be/dom/chrome/dom/dom.properties6
-rw-r--r--l10n-be/dom/chrome/security/csp.properties99
2 files changed, 100 insertions, 5 deletions
diff --git a/l10n-be/dom/chrome/dom/dom.properties b/l10n-be/dom/chrome/dom/dom.properties
index ba25fed791..a3d81c9bf6 100644
--- a/l10n-be/dom/chrome/dom/dom.properties
+++ b/l10n-be/dom/chrome/dom/dom.properties
@@ -18,6 +18,7 @@ DebugScriptButton=Адладзіць скрыпт
WaitForScriptButton=Працягнуць
DontAskAgain=&Больш не пытацца
WindowCloseBlockedWarning=Сцэнары не могуць закрываць вокны, якія не былі адкрыты сцэнарамі.
+WindowCloseByScriptBlockedWarning=Скрыпты могуць закрываць толькі тыя вокны, якія былі адкрыты скрыптам.
OnBeforeUnloadTitle=Вы ўпэўнены?
OnBeforeUnloadMessage2=Старонка запытвае пацвярджэнне вашага намеру пакінуць яе — інфармацыя, якую вы ўвялі, можа не захавацца.
OnBeforeUnloadStayButton=Застацца на старонцы
@@ -309,8 +310,6 @@ WindowContentUntrustedWarning=Атрыбут ‘content’ аб'екта Window
SVGRefLoopWarning=SVG <%S> з ідэнтыфікатарам “%S” мае рэферэнсны цыкл.
# LOCALIZATION NOTE: The first %S is the tag name of the element in the chain where the chain was broken, the second %S is the element's ID.
SVGRefChainLengthExceededWarning=Занадта доўгі рэферэнсны ланцуг SVG <%S> быў пакінуты ў элеменце з ідэнтыфікатарам “%S”.
-# LOCALIZATION NOTE: Do not translate SVGSVGElement.deselectAll.
-SVGDeselectAll=SVGSVGElement.deselectAll прызнаны састарэлым, паколькі ён дублюе функцыі Selection API.
# LOCALIZATION NOTE: Do not translate SVGGraphicsElement.nearestViewportElement or SVGElement.viewportElement.
SVGNearestViewportElement=SVGGraphicsElement.nearestViewportElement з'яўляецца састарэлым і будзе выдалены ў будучыні. Замест яго выкарыстоўвайце SVGElement.viewportElement.
# LOCALIZATION NOTE: Do not translate SVGGraphicsElement.farthestViewportElement.
@@ -480,9 +479,6 @@ InstallTriggerInstallDeprecatedWarning=InstallTrigger.install() састарэл
# LOCALIZATION NOTE: Do not translate "HTMLOptionsCollection.length". %1$S is the invalid value, %2$S is the current limit.
SelectOptionsLengthAssignmentWarning=Адмоўлена ў пашырэнні спісу параметраў <select> праз прызначэнне HTMLOptionsCollection.length (значэнне %1$S). Максімальна падтрымліваемы памер %2$S.
-# LOCALIZATION NOTE: Do not translate "isExternalCTAP2SecurityKeySupported".
-IsExternalCTAP2SecurityKeySupportedWarning=isExternalCTAP2SecurityKeySupported() састарэлы.
-
InvalidFormControlUnfocusable=Нядзейсны элемент кіравання формай не можа быць сфакусаваны.
# LOCALIZATION NOTE: Do not translate "name="
InvalidNamedFormControlUnfocusable=Недапушчальны элемент кіравання формай з name=‘%S’ не можа быць сфакусаваны.
diff --git a/l10n-be/dom/chrome/security/csp.properties b/l10n-be/dom/chrome/security/csp.properties
index 7a46f8d72a..b981f1a1f9 100644
--- a/l10n-be/dom/chrome/security/csp.properties
+++ b/l10n-be/dom/chrome/security/csp.properties
@@ -17,6 +17,105 @@ CSPROViolation = Адбылося парушэнне палітыкі CSP тол
# %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 дасылаецца.
+
+# CSP Warnings:
+
+# LOCALIZATION NOTE (CSPInlineStyleViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. style-src-elem)
+CSPInlineStyleViolation = Налады старонкі заблакавалі прымяненне ўбудаванага стылю (%2$S), таму што ён парушае наступную дырэктыву: «%1$S»
+# LOCALIZATION NOTE (CSPROInlineStyleViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. style-src-elem)
+CSPROInlineStyleViolation = (Палітыка Report-Only) Налады старонкі будуць блакаваць прымяненне ўбудаванага стылю (%2$S), таму што ён парушае наступную дырэктыву: «%1$S»
+# LOCALIZATION NOTE (CSPInlineScriptViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPInlineScriptViolation = Налады старонкі заблакавалі выкананне ўбудаванага сцэнарыя (%2$S), таму што ён парушае наступную дырэктыву: «%1$S»
+# LOCALIZATION NOTE (CSPROInlineScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPROInlineScriptViolation = (Палітыка Report-Only) Налады старонкі будуць блакаваць выкананне ўбудаванага скрыпта (%2$S), таму што ён парушае наступную дырэктыву: «%1$S»
+# LOCALIZATION NOTE (CSPEventHandlerScriptViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-attr)
+CSPEventHandlerScriptViolation = Налады старонкі заблакавалі выкананне апрацоўшчыка падзеі (%2$S), таму што ён парушае наступную дырэктыву: «%1$S»
+# LOCALIZATION NOTE (CSPROEventHandlerScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-attr)
+CSPROEventHandlerScriptViolation = (Палітыка Report-Only) Налады старонкі будуць блакаваць выкананне апрацоўшчыка падзеі (%2$S), таму што ён парушае наступную дырэктыву: «%1$S»
+# LOCALIZATION NOTE (CSPEvalScriptViolation):
+# Don't translate/change "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPEvalScriptViolation = Налады старонкі заблакавалі выкананне JavaScript eval (%2$S), таму што ён парушае наступную дырэктыву: «%1$S» (адсутнічае 'unsafe-eval')
+# LOCALIZATION NOTE (CSPROEvalScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# Don't translate/change "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPROEvalScriptViolation = (Палітыка Report-Only) Налады старонкі будуць блакаваць выкананне JavaScript eval (%2$S), таму што ён парушае наступную дырэктыву: «%1$S» (адсутнічае 'unsafe-eval')
+# LOCALIZATION NOTE (CSPWasmEvalScriptViolation):
+# WebAssembly is a feature name.
+# Don't translate/change "'wasm-unsafe-eval'" or "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPWasmEvalScriptViolation = Налады старонкі заблакавалі выкананне WebAssembly (%2$S), таму што ён парушае наступную дырэктыву: «%1$S» (адсутнічае 'wasm-unsafe-eval' або 'unsafe-eval')
+# LOCALIZATION NOTE (CSPROWasmEvalScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# WebAssembly is a feature name.
+# Don't translate/change "'wasm-unsafe-eval'" or "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPROWasmEvalScriptViolation = (Палітыка Report-Only) Налады старонкі будуць блакаваць выкананне WebAssembly (%2$S), таму што ён парушае наступную дырэктыву: «%1$S» (адсутнічае 'wasm-unsafe-eval' або 'unsafe-eval')
+# LOCALIZATION NOTE (CSPStyleViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. style-src)
+CSPStyleViolation = Налады старонкі заблакавалі прымяненне стылю (%3$S) на %2$S, таму што ён парушае наступную дырэктыву: «%1$S»
+# LOCALIZATION NOTE (CSPROStyleViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. style-src)
+CSPROStyleViolation = (Палітыка Report-Only) Налады старонкі будуць блакаваць прымяненне стылю (%3$S) на %2$S, таму што ён парушае наступную дырэктыву: «%1$S»
+# LOCALIZATION NOTE (CSPScriptViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPScriptViolation = Налады старонкі заблакавалі выкананне сцэнарыя (%3$S) на %2$S, таму што ён парушае наступную дырэктыву: «%1$S»
+# LOCALIZATION NOTE (CSPROScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPROScriptViolation = (Палітыка Report-Only) Налады старонкі будуць блакаваць выкананне скрыпта (%3$S) на %2$S, таму што ён парушае наступную дырэктыву: «%1$S»
+# LOCALIZATION NOTE (CSPWorkerViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. worker-src)
+CSPWorkerViolation = Налады старонкі заблакавалі выкананне worker-скрыпта (%3$S) на %2$S, таму што ён парушае наступную дырэктыву: «%1$S»
+# LOCALIZATION NOTE (CSPROWorkerViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. worker-src)
+CSPROWorkerViolation = (Палітыка Report-Only) Налады старонкі будуць блакаваць выкананне worker-скрыпта (%3$S) на %2$S, таму што ён парушае наступную дырэктыву: «%1$S»
+# LOCALIZATION NOTE (CSPGenericViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. image-src)
+CSPGenericViolation = Налады старонкі заблакавалі загрузку рэсурсу (%3$S) на %2$S, таму што гэта парушае наступную дырэктыву: «%1$S»
+# LOCALIZATION NOTE (CSPROGenericViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. image-src)
+CSPROGenericViolation = (Палітыка Report-Only) Налады старонкі будуць блакаваць загрузку рэсурсу (%3$S) на %2$S, таму што гэта парушае наступную дырэктыву: «%1$S»
+
# LOCALIZATION NOTE (triedToSendReport):
# %1$S is the URI we attempted to send a report to.
triedToSendReport = Спроба даслаць справаздачу на няспраўны URI: "%1$S"