diff options
Diffstat (limited to 'l10n-nl/dom/chrome/layout/layout_errors.properties')
-rw-r--r-- | l10n-nl/dom/chrome/layout/layout_errors.properties | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/l10n-nl/dom/chrome/layout/layout_errors.properties b/l10n-nl/dom/chrome/layout/layout_errors.properties new file mode 100644 index 0000000000..f21e7c5faf --- /dev/null +++ b/l10n-nl/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=Het ‘coords’-attribuut van de <area shape="rect">-tag heeft niet de ‘linkerkant, bovenkant, rechterkant, onderkant’-indeling. +ImageMapCircleWrongNumberOfCoords=Het ‘coords’-attribuut van de <area shape="circle">-tag heeft niet de ‘midden-x, midden-y, straal’-indeling. +ImageMapCircleNegativeRadius=Het ‘coords’-attribuut van de <area shape="circle">-tag heeft een negatieve straal. +ImageMapPolyWrongNumberOfCoords=Het ‘coords’-attribuut van de <area shape="poly">-tag heeft niet de ‘x1, y1, x2, y2 …’-indeling. +ImageMapPolyOddNumberOfCoords=Het ‘coords’-attribuut van de <area shape="poly">-tag mist de laatste ‘y’-coördinaat (de juiste indeling is ‘x1, y1, x2, y2 …’). + +ScrollLinkedEffectFound3=Deze website lijkt een ‘scroll-linked’ positioneringseffect te gebruiken. Mogelijk werkt dit niet goed met asynchrone panning; zie https://firefox-source-docs.mozilla.org/performance/scroll-linked_effects.html voor verdere details en het bijdragen aan de discussie over gerelateerde hulpmiddelen en functies! + +## 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=Animatie kan niet op de compositor worden uitgevoerd, omdat het gebied van het frame (%1$S) te groot is ten opzichte van de viewport (groter dan %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=Animatie kan niet op de compositor worden uitgevoerd, omdat de framegrootte (%1$S, %2$S) te groot is ten opzichte van de viewport (groter dan (%3$S, %4$S)) of groter is dan de maximaal toegestane waarde (%5$S, %6$S) +## LOCALIZATION NOTE(CompositorAnimationWarningTransformBackfaceVisibilityHidden): +## 'backface-visibility: hidden' is a CSS property, don't translate it. +CompositorAnimationWarningTransformBackfaceVisibilityHidden=Animaties van ‘backface-visibility: hidden’-transformaties kunnen niet op de compositor worden uitgevoerd +## LOCALIZATION NOTE(CompositorAnimationWarningTransformSVG, +## CompositorAnimationWarningTransformWithGeometricProperties, +## CompositorAnimationWarningTransformWithSyncGeometricAnimations, +## CompositorAnimationWarningTransformFrameInactive, +## CompositorAnimationWarningOpacityFrameInactive): +## 'transform' and 'opacity' mean CSS property names, don't translate it. +CompositorAnimationWarningTransformSVG=Animaties van ‘transform’ op elementen met SVG-transformaties kunnen niet op de compositor worden uitgevoerd +CompositorAnimationWarningTransformWithGeometricProperties=Animaties van ‘transform’ kunnen niet op de compositor worden uitgevoerd als geometrische eigenschappen tegelijkertijd op hetzelfde element geanimeerd zijn +CompositorAnimationWarningTransformWithSyncGeometricAnimations=Animaties van ‘transform’ kunnen niet op de compositor worden uitgevoerd, omdat dit dient te worden gesynchroniseerd met animaties van geometrische eigenschappen die op hetzelfde moment zijn gestart +CompositorAnimationWarningTransformFrameInactive=Animatie kan niet op de compositor worden uitgevoerd, omdat het frame niet actief is gemarkeerd voor ‘transform’-animatie +CompositorAnimationWarningTransformIsBlockedByImportantRules=Transformeringsanimatie kan niet op de compositor worden uitgevoerd omdat transformatie-gerelateerde eigenschappen door !important-regels worden onderdrukt +CompositorAnimationWarningOpacityFrameInactive=Animatie kan niet op de compositor worden uitgevoerd, omdat het frame niet actief is gemarkeerd voor ‘opacity’-animatie +CompositorAnimationWarningHasRenderingObserver=Animatie kan niet op de compositor worden uitgevoerd, omdat het element rendering observers heeft (-moz-element of SVG clipping/masking) +CompositorAnimationWarningHasCurrentColor=Animaties van het type ‘background-color’ kunnen niet op de compositor worden uitgevoerd met het keyframe ‘current-color’. + +## LOCALIZATION NOTE: Do not translate zoom, calc(), "transform", "transform-origin: 0 0" +ZoomPropertyWarning=Deze pagina gebruikt de niet-standaard property ‘zoom’. Overweeg het gebruik van calc() in de relevante propertywaarden of gebruik ‘transform’ samen met ‘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=Bij het renderen van het element <html> worden de gebruikte waarden van CSS-eigenschappen ‘writing mode’, ‘direction’ en ‘text-orientiation’ op het element <html> overgenomen uit de berekende waarden van het element <body>, en niet uit de eigen waarden van het element <html>. Overweeg deze eigenschappen in te stellen op de :root CSS pseudoklasse. Zie ‘The Principal Writing Mode’ op https://www.w3.org/TR/css-writing-modes-3/#principal-flow voor meer informatie. + +## 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=Scrollverankering is uitgeschakeld in een scrollcontainer vanwege te veel opeenvolgende aanpassingen (%1$S) met te weinig totale afstand (%2$S px gemiddeld, %3$S px totaal). + +ForcedLayoutStart=Lay-out werd geforceerd voordat de pagina volledig was geladen. Als stylesheets nog niet zijn geladen, kan dit een flits van onopgemaakte inhoud veroorzaken. |