summaryrefslogtreecommitdiffstats
path: root/l10n-cs/dom/chrome/layout/layout_errors.properties
blob: 9693771bb2fa5c1547d5359f07c82e54ad311ee8 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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=Atribut „coords“ prvku <area shape="rect">  není v požadovaném formátu „left,top,right,bottom“.
ImageMapCircleWrongNumberOfCoords=Atribut „coords“ prvku <area shape="circle">  není v požadovaném formátu „center-x,center-y,radius“.
ImageMapCircleNegativeRadius=Atribut „coords“ prvku <area shape="circle">  má záporný poloměr.
ImageMapPolyWrongNumberOfCoords=Atribut „coords“ prvku <area shape="poly">  není v požadovaném formátu „x1,y1,x2,y2“.
ImageMapPolyOddNumberOfCoords=Atribut „coords“ prvku <area shape="poly"> postrádá poslední „y“ souřadnici. Správný formát je „x1,y1,x2,y2“.

ScrollLinkedEffectFound3=Zdá se, že tento web používá efekt pozicování na základě události scroll. To nemusí dobře fungovat při asynchronním posouvání; další podrobnosti najdete na adrese https://firefox-source-docs.mozilla.org/performance/scroll-linked_effects.html, kde se můžete zapojit do diskuse o souvisejících nástrojích a funkcích!

## 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=Animaci nelze spustit, protože oblast rámce (%1$S) je příliš veliká v poměru k výřezu (větší než %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=Animaci nelze spustit, protože je velikost rámce (%1$S, %2$S) příliš velká vzhledem k výřezu (větší než (%3$S, %4$S)) nebo větší než maximální povolená (%5$S, %6$S)
## LOCALIZATION NOTE(CompositorAnimationWarningTransformBackfaceVisibilityHidden):
## 'backface-visibility: hidden' is a CSS property, don't translate it.
CompositorAnimationWarningTransformBackfaceVisibilityHidden=Animace transformací „backface-visibility: hidden“ nelze spustit
## LOCALIZATION NOTE(CompositorAnimationWarningTransformSVG,
##                   CompositorAnimationWarningTransformWithGeometricProperties,
##                   CompositorAnimationWarningTransformWithSyncGeometricAnimations,
##                   CompositorAnimationWarningTransformFrameInactive,
##                   CompositorAnimationWarningOpacityFrameInactive):
## 'transform' and 'opacity' mean CSS property names, don't translate it.
CompositorAnimationWarningTransformSVG=Animace „transform“ na prvcích se SVG transformacemi nelze spustit
CompositorAnimationWarningTransformWithGeometricProperties=Animace 'transform' nelze spustit na jednom prvku jsou-li ve stejný okamžik animovány geometrické vlastnosti
CompositorAnimationWarningTransformWithSyncGeometricAnimations=Animace 'transform' nelze spustit, protože by měla být synchronizována s animacemi geometrických vlastností spuštěných ve stejný čas
CompositorAnimationWarningTransformFrameInactive=Animaci nelze spustit, protože rámec nebyl označen jako aktivní pro „transform“ animace
CompositorAnimationWarningTransformIsBlockedByImportantRules=Animaci vlastnosti ‘transform‘ nelze spustit v kompozitoru, protože vlastnosti související s transformací jsou přepsány pravidly !important
CompositorAnimationWarningOpacityFrameInactive=Animaci nelze spustit, protože rámec nebyl označen jako aktivní pro „opacity“ animace
CompositorAnimationWarningHasRenderingObserver=Animaci nelze spustit, protože má prvek nastaven observer překreslování (-moz-element nebo SVG clipping/masking)
CompositorAnimationWarningHasCurrentColor=Animace ’background-color’ nelze spustit v kompozitoru s klíčovým rámcem ’current-color’.

## LOCALIZATION NOTE: Do not translate zoom, calc(), "transform", "transform-origin: 0 0"
ZoomPropertyWarning=Tato stránka používá nestandardní vlastnost “zoom“. Zvažte použití funkce calc() v příslušných hodnotách vlastnosti nebo použití “transform“ spolu s “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=Při vykreslování prvku <html> se použité hodnoty vlastností CSS ”writing-mode”, ”direction” a ”text-orientation” prvku <html> přebírají z vypočtených hodnot prvku <body>, nikoli z vlastních hodnot prvku <html>. Zvažte nastavení těchto vlastností na pseudotřídě CSS :root. Další informace naleznete v části ”The Principal Writing Mode” na adrese 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=Ukotvení rolování bylo v kontejneru procházení zakázáno kvůli příliš mnoha po sobě jdoucím úpravám (%1$S) s příliš malou celkovou vzdáleností (%2$S px průměr, %3$S px celkem).

ForcedLayoutStart=Rozvržení bylo vynuceno před úplným načtením stránky. Pokud ještě nejsou načteny šablony stylů, může to způsobit probliknutí obsahu bez stylu.