summaryrefslogtreecommitdiffstats
path: root/l10n-eo/dom
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
commitd8bbc7858622b6d9c278469aab701ca0b609cddf (patch)
treeeff41dc61d9f714852212739e6b3738b82a2af87 /l10n-eo/dom
parentReleasing progress-linux version 125.0.3-1~progress7.99u1. (diff)
downloadfirefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz
firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-eo/dom')
-rw-r--r--l10n-eo/dom/chrome/dom/dom.properties5
-rw-r--r--l10n-eo/dom/chrome/security/csp.properties111
2 files changed, 112 insertions, 4 deletions
diff --git a/l10n-eo/dom/chrome/dom/dom.properties b/l10n-eo/dom/chrome/dom/dom.properties
index 2139cc7219..2b4f69fb37 100644
--- a/l10n-eo/dom/chrome/dom/dom.properties
+++ b/l10n-eo/dom/chrome/dom/dom.properties
@@ -18,6 +18,7 @@ DebugScriptButton=Senerarigi skripton
WaitForScriptButton=Daŭrigi
DontAskAgain=&Ne plu demandi
WindowCloseBlockedWarning=Skriptoj ne povas fermi fenestrojn, kiuj ne estis malfermitaj de skripto.
+WindowCloseByScriptBlockedWarning=Skriptoj nur rajtas fermi fenestrojn, kiuj estis malfermitaj de skripto.
OnBeforeUnloadTitle=Ĉu vi certas?
OnBeforeUnloadMessage2=Tiu ĉi paĝo petas al vi konfirmi vian foriron. Enigitaj informoj povus ne esti konservitaj.
OnBeforeUnloadStayButton=Resti en la paĝo
@@ -309,8 +310,6 @@ WindowContentUntrustedWarning=La atributo ‘content’ de objektoj window estas
SVGRefLoopWarning=La SVG <%S> kun identigilo “%S” havas ciklan referencon.
# 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=Referenca ĉeno de SVG <%S> estis tro longa, kaj ĝi estis interrompita ĉe la elemento kun identigilo “%S”.
-# LOCALIZATION NOTE: Do not translate SVGSVGElement.deselectAll.
-SVGDeselectAll=SVGSVGElement.deselectAll estas kaduka, ĉar ĝi duobligas funkcion de la API por elektaĵoj.
# LOCALIZATION NOTE: Do not translate SVGGraphicsElement.nearestViewportElement or SVGElement.viewportElement.
SVGNearestViewportElement=SVGGraphicsElement.nearestViewportElement estas kaduka kaj estos forigita en la estonteco. Anstataŭe uzu SVGElement.viewportElement.
# LOCALIZATION NOTE: Do not translate SVGGraphicsElement.farthestViewportElement.
@@ -480,8 +479,6 @@ InstallTriggerInstallDeprecatedWarning=InstallTrigger.install() estas kaduka kaj
# LOCALIZATION NOTE: Do not translate "HTMLOptionsCollection.length". %1$S is the invalid value, %2$S is the current limit.
SelectOptionsLengthAssignmentWarning=Rifuzita etendo de listo de elektebloj en <select>, per asigno al %2$S.length (%1$S). La maksimuma subtenata grando estas %2$S.
-# LOCALIZATION NOTE: Do not translate "isExternalCTAP2SecurityKeySupported".
-IsExternalCTAP2SecurityKeySupportedWarning=isExternalCTAP2SecurityKeySupported() estas kaduka.
InvalidFormControlUnfocusable=Nevalida formulara elemento ne povas ricevi fokuson.
# LOCALIZATION NOTE: Do not translate "name="
diff --git a/l10n-eo/dom/chrome/security/csp.properties b/l10n-eo/dom/chrome/security/csp.properties
index ab9d64641a..4b50011b48 100644
--- a/l10n-eo/dom/chrome/security/csp.properties
+++ b/l10n-eo/dom/chrome/security/csp.properties
@@ -17,6 +17,105 @@ CSPROViolation = A violation occurred for a report-only CSP policy ("%1$S"). The
# %1$S is the directive that has been violated.
# %2$S is the URI of the resource which violated the directive.
CSPROViolationWithURI = The page's settings observed the loading of a resource at %2$S ("%1$S"). A CSP report is being sent.
+
+# 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 = La agordoj de la paĝo blokis la aplikon de enteksta stilo (%2$S) ĉar ĝi malobeas la jenan direktivon: “%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 = (Politiko Report-Only) La agordoj de la paĝo blokus la aplikon de enteksta stilo (%2$S) ĉar ĝi malobeas la jenan direktivon: “%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 = La agordoj de la paĝo blokis la ruladon de enteksta skripto (%2$S) ĉar ĝi malobeas la jenan direktivon: “%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 = (Politiko Report-Only) La agordoj de la paĝo blokus la ruladon de enteksta skripto (%2$S) ĉar ĝi malobeas la jenan direktivon: “%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 = La agordoj de la paĝo blokis la ruladon de traktilo de evento (%2$S) ĉar ĝi malobeas la jenan direktivon: “%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 = (Politiko Report-Only) La agordoj de la paĝo blokus la ruladon de traktilo de evento (%2$S) ĉar ĝi malobeas la jenan direktivon: “%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 = La agordoj de la paĝo blokis la ruladon de eval() en JavaScript (%2$S) ĉar ĝi malobeas la jenan direktivon: “%1$S” (Mankas la valoro '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 = (Politiko Report-Only) La agordoj de la paĝo blokus la ruladon de eval() en JavaScript (%2$S) ĉar ĝi malobeas la jenan direktivon: “%1$S” (Mankas la valoro '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 = La agordoj de la paĝo blokis la ruladon de WebAssembly (%2$S) ĉar ĝi malobeas la jenan direktivon: “%1$S” (Mankas la valoro 'wasm-unsafe-eval' aŭ '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 = (Politiko Report-Only) La agordoj de la paĝo blokus la ruladon de WebAssembly (%2$S) ĉar ĝi malobeas la jenan direktivon: “%1$S” (Mankas la valoro 'wasm-unsafe-eval' aŭ '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 = La agordoj de la pago blokis la aplikon de stilo (%3$S) ĉe %2$S ĉar ĝi malobeas la jenan direktivon: “%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 = (Politiko Report-Only) La agordoj de la pago blokis la aplikon de stilo (%3$S) ĉe %2$S ĉar ĝi malobeas la jenan direktivon: “%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 = La agordoj de la pago blokis la ruladon de skripto (%3$S) ĉe %2$S ĉar ĝi malobeas la jenan direktivon: “%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 = (Politiko Report-Only) La agordoj de la pago blokis la ruladon de skripto (%3$S) ĉe %2$S ĉar ĝi malobeas la jenan direktivon: “%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 = La agordoj de la pago blokis la ruladon de skripto worker (%3$S) ĉe %2$S ĉar ĝi malobeas la jenan direktivon: “%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 = (Politiko Report-Only) La agordoj de la pago blokis la ruladon de skripto worker (%3$S) ĉe %2$S ĉar ĝi malobeas la jenan direktivon: “%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 = La agordoj de la pago blokis la ŝargon de rimedo (%3$S) ĉe %2$S ĉar ĝi malobeas la jenan direktivon: “%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 = (Politiko Report-Only) La agordoj de la pago blokus la ŝargon de rimedo (%3$S) ĉe %2$S ĉar ĝi malobeas la jenan direktivon: “%1$S”
+
# LOCALIZATION NOTE (triedToSendReport):
# %1$S is the URI we attempted to send a report to.
triedToSendReport = Estis provo sendi raporton al nevalida URI: "%1$S"
@@ -119,6 +218,18 @@ duplicateDirective = Ekzistas %1$S duobligitaj komandoj. Nur la unua apero esto
# %1$S is the option that could not be understood
couldntParseInvalidSandboxFlag = Ne eblis analizi nevalidan izolejan flagon ‘%1$S’
+# LOCALIZATION NOTE (invalidNumberOfTrustedTypesForDirectiveValues):
+# %1$S is the number of passed tokens.
+invalidNumberOfTrustedTypesForDirectiveValues = Ricevo de nevalida nombro de ĵetonoj por la direktivo ‘require-trusted-types-for‘: %1$S; 1 ĵetono atendita
+# LOCALIZATION NOTE (invalidRequireTrustedTypesForDirectiveValue):
+# %1$S is the passed token
+invalidRequireTrustedTypesForDirectiveValue = Ricevo de nevalida ĵetono por la direktivo ‘require-trusted-types-for‘: %1$S; ‘script‘ atendita
+
+
+# LOCALIZATION NOTE (invalidTrustedTypesExpression):
+# %1$S is the passed token
+invalidTrustedTypesExpression = Ricevo de nevalida ĵetono por la direktivo ‘trusted-types‘: %1$S
+
# LOCALIZATION NOTE (CSPMessagePrefix):
# Do not translate "Content-Security-Policy", only handle spacing for the colon.
# %S is a console message that is being prefixed here.