summaryrefslogtreecommitdiffstats
path: root/l10n-sk/dom/chrome/layout/layout_errors.properties
blob: c04b0336ac3cbf2144d569d9b4d972878d9fc076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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=Atribút "coords" príkazu <area shape="rect"> nie je vo formáte "left,top,right,bottom".
ImageMapCircleWrongNumberOfCoords=Atribút "coords" príkazu <area shape="circle"> nie je v požadovanom formáte "center-x,center-y,radius".
ImageMapCircleNegativeRadius=Atribút "coords" príkazu <area shape="circle"> má záporný polomer.
ImageMapPolyWrongNumberOfCoords=Atribút "coords" príkazu <area shape="poly"> nie je v požadovanom formáte "x1,y1,x2,y2 …".
ImageMapPolyOddNumberOfCoords=Atribútu "coords" s príkazom <area shape="poly"> chýba posledná súradnica "y". Správny formát je "x1,y1,x2,y2 …".

TablePartRelPosWarning=Relatívne umiestňovanie riadkov a skupín riadkov tabuliek je teraz podporované. Táto stránka môže vyžadovať aktualizáciu, pretože môžete byť závislá na tejto funkcii.
ScrollLinkedEffectFound2=Táto stránka používa polohovací efekt scroll-linked. Ten však ale nemusí správne fungovať s asynchrónnym panningom. Pre viac podrobností o tomto i ďalších nástrojoch a funkciách navštívte https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects.

## 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=Animáciu nemožno spustiť, pretože oblasť rámca (%1$S) je príliš veľká vzhľadom k výrezu (väčšia ako %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=Animáciu nemožno spustiť, pretože veľkosť rámca (%1$S, %2$S) je príliš veľká vzhľadom k výrezu (väčšia ako (%3$S, %4$S)) alebo väčšia ako najväčšia povolená hodnota (%5$S, %6$S)
## LOCALIZATION NOTE(CompositorAnimationWarningTransformBackfaceVisibilityHidden):
## 'backface-visibility: hidden' is a CSS property, don't translate it.
CompositorAnimationWarningTransformBackfaceVisibilityHidden=Animácie transformácií „backface-visibility: hidden“ nemožno spustiť
## LOCALIZATION NOTE(CompositorAnimationWarningTransformSVG,
##                   CompositorAnimationWarningTransformWithGeometricProperties,
##                   CompositorAnimationWarningTransformWithSyncGeometricAnimations,
##                   CompositorAnimationWarningTransformFrameInactive,
##                   CompositorAnimationWarningOpacityFrameInactive):
## 'transform' and 'opacity' mean CSS property names, don't translate it.
CompositorAnimationWarningTransformSVG=Animácia 'transform' na prvkoch s SVG transformáciami nie je podporovaná na kompozitore
CompositorAnimationWarningTransformWithGeometricProperties=Animácie 'transform' nie je možné spúšťať na kompozitore, ak sú v rovnakom momente a na rovnakom prvku animované geometrické vlastnosti
CompositorAnimationWarningTransformWithSyncGeometricAnimations=Animácie ‘transform’ nie je možné spúšťať na kompozitore, pretože by mali byť synchronizované s animáciami geometrických vlastností, ktoré sa spúšťajú v rovnakom čase
CompositorAnimationWarningTransformFrameInactive=Animáciu nemožno spustiť, pretože rámec nebol označený ako aktívny pre „transform“ animácie
CompositorAnimationWarningOpacityFrameInactive=Animáciu nemožno spustiť, pretože rámec nebol označený ako aktívny pre „opacity“ animácie
CompositorAnimationWarningHasRenderingObserver=Animáciu nemožno spustiť, pretože má element nastavený observer prekreslovania (-moz-element alebo SVG clipping/masking)