From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- l10n-bs/dom/chrome/layout/layout_errors.properties | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 l10n-bs/dom/chrome/layout/layout_errors.properties (limited to 'l10n-bs/dom/chrome/layout/layout_errors.properties') diff --git a/l10n-bs/dom/chrome/layout/layout_errors.properties b/l10n-bs/dom/chrome/layout/layout_errors.properties new file mode 100644 index 0000000000..fd12d645cf --- /dev/null +++ b/l10n-bs/dom/chrome/layout/layout_errors.properties @@ -0,0 +1,35 @@ +# 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="Coords" atribut elementa nije u "lijevo,gore,desno,dole" formatu. +ImageMapCircleWrongNumberOfCoords="coords" atribut taga nije u formatu "center-x,center-y,radius". +ImageMapCircleNegativeRadius="Coords" atribut elementa ima negativan poluprečnik. +ImageMapPolyWrongNumberOfCoords="Coords" atribut elementa nije u formatu "x1,y1,x2,y2 …". +ImageMapPolyOddNumberOfCoords="coords" atribut taga ne sadrži posljednju "y" koordinatu (ispravan format је "x1,y1,x2,y2 …"). + +## 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=Animacija se ne može pokrenuti u kompozitoru jer je oblast frejma (%1$S) prevelika u odnosu na viewport (veća od %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=Animacija se ne može reproducirati na kompozitoru jer je veličina okvira (%1$S, %2$S) prevelika u odnosu na viewport (veće od (%3$S, %4$S)) ili je veća od najveće dozvoljene vrijednosti (%5$S, %6$S) +## LOCALIZATION NOTE(CompositorAnimationWarningTransformBackfaceVisibilityHidden): +## 'backface-visibility: hidden' is a CSS property, don't translate it. +CompositorAnimationWarningTransformBackfaceVisibilityHidden=Animacija ‘backface-visibility: hidden’ transformacije se ne može reproducirati na kompozitoru +## LOCALIZATION NOTE(CompositorAnimationWarningTransformSVG, +## CompositorAnimationWarningTransformWithGeometricProperties, +## CompositorAnimationWarningTransformWithSyncGeometricAnimations, +## CompositorAnimationWarningTransformFrameInactive, +## CompositorAnimationWarningOpacityFrameInactive): +## 'transform' and 'opacity' mean CSS property names, don't translate it. +CompositorAnimationWarningTransformSVG=Animacija ‘transform’ na elementima s SVG transformacijom se ne može reproducirati na kompozitoru +CompositorAnimationWarningTransformWithGeometricProperties=Animacija ‘transform’ se ne može reproducirati na kompozitoru kada se geometrijska svojstva animiraju na istom elementu u isto vrijeme +CompositorAnimationWarningTransformWithSyncGeometricAnimations=‘transform’ animacija ne može biti pokrenuta u kompozitoru jer bi je trebalo sinhronizovati sa svim animacijama geometrijskih svojstava koje su započele u isto vrijeme +CompositorAnimationWarningTransformFrameInactive=Animacija se ne može reproducirati na kompozitoru jer okvir nije označen kao aktivan za ‘transform’ animaciju +CompositorAnimationWarningOpacityFrameInactive=Animacija se ne može reproducirati na kompozitoru jer okvir nije označen kao aktivan za ‘opacity’ animaciju +CompositorAnimationWarningHasRenderingObserver=Animacija se ne može reproducirati na kompozitoru jer element ima posmatrače za rendering (-moz-element ili SVG clipping/masking) + -- cgit v1.2.3