summaryrefslogtreecommitdiffstats
path: root/l10n-eo/dom/chrome/layout/layout_errors.properties
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-eo/dom/chrome/layout/layout_errors.properties')
-rw-r--r--l10n-eo/dom/chrome/layout/layout_errors.properties53
1 files changed, 53 insertions, 0 deletions
diff --git a/l10n-eo/dom/chrome/layout/layout_errors.properties b/l10n-eo/dom/chrome/layout/layout_errors.properties
new file mode 100644
index 0000000000..32e3d69311
--- /dev/null
+++ b/l10n-eo/dom/chrome/layout/layout_errors.properties
@@ -0,0 +1,53 @@
+# 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/.
+
+ImageMapRectBoundsError=La atributo "coords" de la etikedo <area shape="rect"> ne estas en la formo "left,top,right,bottom".
+ImageMapCircleWrongNumberOfCoords=La atributo "coords" de la etikedo <area shape="circle"> ne estas en la "center-x,center-y,radius" formo.
+ImageMapCircleNegativeRadius=La atributo "coords" de la etikedo <area shape="circle"> havas negativan radiuson.
+ImageMapPolyWrongNumberOfCoords=La atributo "coords" de la etikedo <area shape="poly"> tag ne estas en la formo "x1,y1,x2,y2 …".
+ImageMapPolyOddNumberOfCoords=Al la atributo "coords" attribute de la etikedo <area shape="poly"> mankas la lasta "y" koordinato (la ĝusta formo estas "x1,y1,x2,y2 …").
+
+ScrollLinkedEffectFound3=Tiu ĉi retejo ŝajne uzas efekton, kiu ligas pozicion kun ŝovo. Tio ĉi povus ne bone funkcii kun nesinkrona ŝovo; vidu https://firefox-source-docs.mozilla.org/performance/scroll-linked_effects.html por havi pli da detaloj kaj por partopreni la diskuton pri rilatitaj iloj kaj trajtoj!
+
+## LOCALIZATION NOTE(CompositorAnimationWarningContentTooLargeArea):
+## %1$S is an integer value of the area of the frame
+## %2$S is an integer value of the area of a limit based on the viewport size
+CompositorAnimationWarningContentTooLargeArea=Ne eblas ruli la animacion en la komponisto ĉar la grando de kadro (%1$S) estas tro granda, rilate al tiu de la vidrektangulo (pli granda ol %2$S)
+## LOCALIZATION NOTE(CompositorAnimationWarningContentTooLarge2):
+## (%1$S, %2$S) is a pair of integer values of the frame size
+## (%3$S, %4$S) is a pair of integer values of a limit based on the viewport size
+## (%5$S, %6$S) is a pair of integer values of an absolute limit
+CompositorAnimationWarningContentTooLarge2=Ne eblas ruli la animacion en la komponisto ĉar la grando de kadro (%1$S, %2$S) estas tro granda, rilate al tiu de la vidrektangulo ((pli granda ol (%3$S, %4$S) aŭ pli granda ol la maksimuma permesata valoro (%5$S, %6$S)
+## LOCALIZATION NOTE(CompositorAnimationWarningTransformBackfaceVisibilityHidden):
+## 'backface-visibility: hidden' is a CSS property, don't translate it.
+CompositorAnimationWarningTransformBackfaceVisibilityHidden=Ne eblas ruli en la komponisto animaciojn de transformadoj ‘backface-visibility: hidden’
+## LOCALIZATION NOTE(CompositorAnimationWarningTransformSVG,
+## CompositorAnimationWarningTransformWithGeometricProperties,
+## CompositorAnimationWarningTransformWithSyncGeometricAnimations,
+## CompositorAnimationWarningTransformFrameInactive,
+## CompositorAnimationWarningOpacityFrameInactive):
+## 'transform' and 'opacity' mean CSS property names, don't translate it.
+CompositorAnimationWarningTransformSVG=Ne eblas ruli en la komponisto animaciojn de ‘transform’ sur elementoj kun transformadoj SVG
+CompositorAnimationWarningTransformWithGeometricProperties=Ne eblas ruli en la komponisto animaciojn de ‘transform’, kiam la geometriaj atributoj estas animaciataj en la sama elemento en la sama momento
+CompositorAnimationWarningTransformWithSyncGeometricAnimations=Ne eblas ruli animacion de ‘transform’ en la komponisto, ĉar ĝi devus esti samtempigita kun animacioj de geometriaj atributoj, kiuj startis samtempe
+CompositorAnimationWarningTransformFrameInactive=Ne eblas ruli en la komponisto animacion, ĉar la kadro ne estis markita kiel aktiva por animacioj ‘transform’
+CompositorAnimationWarningTransformIsBlockedByImportantRules=Ne eblas ruli en la komponisto animacion, ĉar la atributoj, kiuj rilatas la transformon, estas superregitaj de reguloj '!important'
+CompositorAnimationWarningOpacityFrameInactive=Ne eblas ruli en la komponisto animacion, ĉar la kadro ne estis markita kiel aktiva por animacioj ‘opacity’
+CompositorAnimationWarningHasRenderingObserver=Ne eblas ruli en la komponisto animacion, ĉar la elemento havas observantojn de videbligo (-moz-element aŭ maskado/eltondo de SVG)
+CompositorAnimationWarningHasCurrentColor=Animacioj de ‘background-color’ ne estas ruleblaj en la komponisto kun la ŝlosilkadro ‘current-color’.
+
+## LOCALIZATION NOTE: Do not translate zoom, calc(), "transform", "transform-origin: 0 0"
+ZoomPropertyWarning=Tiu ĉi paĝo uzas la nenorman atributon “zoom”. Konsideru uzi calc() en la valoroj de la koncernaj atributoj, aŭ uzi “transform“ kune kun “transform-origin: 0 0”.
+
+## LOCALIZATION NOTE(PrincipalWritingModePropagationWarning):
+## Do not translate <html>, <body>, CSS, "writing-mode", "direction", "text-orientation", :root, and "The Principal Writing Mode" because they are technical terms.
+PrincipalWritingModePropagationWarning=Dum la videbligo de la elemento <html>, la valoroj uzitaj por la atributoj CSS “writing-mode”, “direction”, kaj “text-orientation” en la elemento <html> ne estas propraj, ili estas kalkulitaj surbaze de tiuj, de la elemento <body>. Konsideru doni valorojn al tiuj atributoj en la pseŭdoklaso CSS :root. Pli da informo en “The Principal Writing Mode” ĉe https://www.w3.org/TR/css-writing-modes-3/#principal-flow
+
+## LOCALIZATION NOTE(ScrollAnchoringDisabledInContainer):
+## %1$S is an integer value with the total number of adjustments
+## %2$S is a floating point value with the average distance adjusted
+## %3$S is a floating point value with the total adjusted distance
+ScrollAnchoringDisabledInContainer=Ankrado de ŝovado estis malaktivigita en ŝovebla ingo pro tio ke estis tro multe da sinsekvaj alĝustigoj (%1$S) kiuj moviĝis tro malmulte (%2$S px mezume, %3$S px entute).
+
+ForcedLayoutStart=La aranĝo estis devige prezentita antaŭ ol la paĝo tute ŝargiĝis. Se stilfolioj ankoraŭ ne ŝargiĝis oni povus vidi momente nestiligitan enhavon.