From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../sl/locale/sl/global/layout_errors.properties | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 thunderbird-l10n/sl/chrome/sl/locale/sl/global/layout_errors.properties (limited to 'thunderbird-l10n/sl/chrome/sl/locale/sl/global/layout_errors.properties') diff --git a/thunderbird-l10n/sl/chrome/sl/locale/sl/global/layout_errors.properties b/thunderbird-l10n/sl/chrome/sl/locale/sl/global/layout_errors.properties new file mode 100644 index 0000000000..ea76d79dbb --- /dev/null +++ b/thunderbird-l10n/sl/chrome/sl/locale/sl/global/layout_errors.properties @@ -0,0 +1,60 @@ +# 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" oznake nima oblike "levo,zgoraj,desno,spodaj". +ImageMapCircleWrongNumberOfCoords=Atribut "coords" oznake nima oblike "središče-x,središče-y,polmer". +ImageMapCircleNegativeRadius=Atribut "coords" oznake ima negativen polmer. +ImageMapPolyWrongNumberOfCoords=Atribut "coords" oznake nima oblike "x1,y1,x2,y2 …". +ImageMapPolyOddNumberOfCoords=Atributu "coords" oznake manjka zadnja koordinata "y" (pravilna oblika je "x1,y1,x2,y2 …"). + +ScrollLinkedEffectFound3=Ta stran očitno uporablja učinek nameščanja, povezanega z drsnikom, kar morda ne bo delovalo dobro v kombinaciji z asinhronim pomikanjem. Za podrobnosti si oglejte https://firefox-source-docs.mozilla.org/performance/scroll-linked_effects.html in se pridružite razpravi o povezanih orodjih in značilnostih! + +## 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=Animacije ni mogoče zagnati v sestavljalniku, ker je območje okvirja (%1$S) preveliko v primerjavi z vidnim poljem (večje 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=Animacije ni mogoče izvajati v sestavljalniku, ker je velikost okvirja (%1$S, %2$S) prevelika glede na vidno polje (večja od (%3$S, %4$S)) ali večja od največje dovoljene vrednosti (%5$S, %6$S) +## LOCALIZATION NOTE(CompositorAnimationWarningTransformBackfaceVisibilityHidden): +## 'backface-visibility: hidden' is a CSS property, don't translate it. +CompositorAnimationWarningTransformBackfaceVisibilityHidden=Animacij prehodov ‘backface-visibility: hidden’ ni mogoče zagnati v sestavljalniku +## LOCALIZATION NOTE(CompositorAnimationWarningTransformSVG, +## CompositorAnimationWarningTransformWithGeometricProperties, +## CompositorAnimationWarningTransformWithSyncGeometricAnimations, +## CompositorAnimationWarningTransformFrameInactive, +## CompositorAnimationWarningOpacityFrameInactive): +## 'transform' and 'opacity' mean CSS property names, don't translate it. +CompositorAnimationWarningTransformSVG=Animacij ‘transform’ na gradnikih s prehodi SVG ni mogoče zagnati v sestavljalniku +CompositorAnimationWarningTransformWithGeometricProperties=Animacij ‘transform’ ni mogoče zagnati v sestavljalniku, kadar so animirane geometrijske vrednosti na istem gradniku ob istem času +CompositorAnimationWarningTransformWithSyncGeometricAnimations=Animacije ‘transform’ ni mogoče izvajati v sestavljalniku, ker bi morala biti sinhronizirana z animacijami geometrijskih lastnosti, ki so se začele ob istem času +CompositorAnimationWarningTransformFrameInactive=Animacije ni mogoče zagnati v sestavljalniku, ker sličica ni bila označena kot aktivna za animacijo ‘transform’ +CompositorAnimationWarningOpacityFrameInactive=Animacije ni mogoče zagnati v sestavljalniku, ker sličica ni bila označena kot aktivna za animacijo ‘opacity’ +CompositorAnimationWarningHasRenderingObserver=Animacije ni mogoče zagnati v sestavljalniku, ker element uporablja opazovalce izrisovanja (-moz-element ali izrezovanje/prikrivanje SVG) +CompositorAnimationWarningHasCurrentColor=Animacij ‘background-color’ ni mogoče zagnati v sestavljalniku s ključno sličico ‘current-color’. + +## LOCALIZATION NOTE: Do not translate zoom, calc(), "transform", "transform-origin: 0 0" +ZoomPropertyWarning=Ta stran uporablja nestandardno lastnost »zoom«. Razmislite o uporabi calc() v ustreznih vrednostih lastnosti ali o uporabi »transform« skupaj s »transform-origin: 0 0«. + +## LOCALIZATION NOTE(PrincipalWritingModePropagationWarning): +## Do not translate , , CSS, "writing-mode", "direction", "text-orientation", :root, and "The Principal Writing Mode" because they are technical terms. + +## 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 + +ForcedLayoutStart=Postavitev strani je bila prisilno izvedena, preden se je v celoti naložila. Če se slogovne priloge še niso naložile, se lahko pojavi neoblikovana vsebina. + +CompositorAnimationWarningTransformIsBlockedByImportantRules=Transform animation cannot be run on the compositor because transform-related properties are overridden by !important rules +## LOCALIZATION NOTE(PrincipalWritingModePropagationWarning): +## Do not translate , , CSS, "writing-mode", "direction", "text-orientation", :root, and "The Principal Writing Mode" because they are technical terms. +PrincipalWritingModePropagationWarning=When rendering the element, the used values of CSS properties “writing-mode”, “direction”, and “text-orientation” on the element are taken from the computed values of the element, not from the element’s own values. Consider setting these properties on the :root CSS pseudo-class. For more information see “The Principal Writing Mode” in 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=Scroll anchoring was disabled in a scroll container because of too many consecutive adjustments (%1$S) with too little total distance (%2$S px average, %3$S px total). -- cgit v1.2.3