summaryrefslogtreecommitdiffstats
path: root/l10n-el/dom/chrome/layout/layout_errors.properties
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-el/dom/chrome/layout/layout_errors.properties')
-rw-r--r--l10n-el/dom/chrome/layout/layout_errors.properties53
1 files changed, 53 insertions, 0 deletions
diff --git a/l10n-el/dom/chrome/layout/layout_errors.properties b/l10n-el/dom/chrome/layout/layout_errors.properties
new file mode 100644
index 0000000000..67956eacb4
--- /dev/null
+++ b/l10n-el/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=Η ιδιότητα «coords» της ετικέτας <area shape="rect"> δεν είναι στη μορφή «left,top,right,bottom».
+ImageMapCircleWrongNumberOfCoords=Η ιδιότητα «coords» της ετικέτας <area shape="circle"> δεν είναι στη μορφή «center-x,center-y,radius».
+ImageMapCircleNegativeRadius=Η ιδιότητα «coords» της ετικέτας <area shape="circle"> έχει αρνητική ακτίνα.
+ImageMapPolyWrongNumberOfCoords=Η ιδιότητα «coords» της ετικέτας <area shape="poly"> δεν είναι στη μορφή «x1,y1,x2,y2 …».
+ImageMapPolyOddNumberOfCoords=Η ιδιότητα «coords» της ετικέτας <area shape="poly"> δεν έχει την τελευταία συντεταγμένη «y» (η σωστή μορφή είναι «x1,y1,x2,y2 …»).
+
+ScrollLinkedEffectFound3=Αυτός ο ιστότοπος φαίνεται να χρησιμοποιεί ένα εφέ τοποθέτησης συνδεδεμένο με κύλιση. Αυτό ενδέχεται να μη λειτουργήσει καλά με ασύγχρονο panning· δείτε το https://firefox-source-docs.mozilla.org/performance/scroll-linked_effects.html για περισσότερες λεπτομέρειες και για να συμμετάσχετε στη συζήτηση για σχετικά εργαλεία και λειτουργίες!
+
+## 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=Το εφέ κίνησης δεν μπορεί να εκτελεστεί στο συνθέτη επειδή η περιοχή του κάδρου (%1$S) είναι πολύ μεγάλη σχετικά με το πεδίο προβολής (μεγαλύτερη από %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=Το εφέ κίνησης δεν μπορεί να εκτελεστεί στο συνθέτη επειδή το μέγεθος κάδρου (%1$S, %2$S) είναι πολύ μεγάλο σε σχέση με το παράθυρο προβολής (μεγαλύτερο από (%3$S, %4$S)) ή μεγαλύτερο από τη μέγιστη επιτρεπτή τιμή (%5$S, %6$S)
+## LOCALIZATION NOTE(CompositorAnimationWarningTransformBackfaceVisibilityHidden):
+## 'backface-visibility: hidden' is a CSS property, don't translate it.
+CompositorAnimationWarningTransformBackfaceVisibilityHidden=Τα εφέ κίνησης των μεταμορφώσεων ‘backface-visibility: hidden’ δεν μπορούν να εκτελεστούν στο συνθέτη
+## LOCALIZATION NOTE(CompositorAnimationWarningTransformSVG,
+## CompositorAnimationWarningTransformWithGeometricProperties,
+## CompositorAnimationWarningTransformWithSyncGeometricAnimations,
+## CompositorAnimationWarningTransformFrameInactive,
+## CompositorAnimationWarningOpacityFrameInactive):
+## 'transform' and 'opacity' mean CSS property names, don't translate it.
+CompositorAnimationWarningTransformSVG=Τα εφέ κίνησης του ‘transform’ στα στοιχεία με μεταμορφώσεις SVG δεν μπορούν να εκτελεστούν στο συνθέτη
+CompositorAnimationWarningTransformWithGeometricProperties=Τα εφέ κίνησης του ‘transform’ δεν μπορούν να εκτελεστούν στο συνθέτη όταν οι γεωμετρικές ιδιότητες εκτελούνται στο ίδιο στοιχείο ταυτόχρονα
+CompositorAnimationWarningTransformWithSyncGeometricAnimations=Το εφέ κίνησης του ‘transform’ δεν μπορεί να εκτελεστεί στο συνθέτη επειδή πρέπει να συγχρονιστεί με εφέ κίνησης των γεωμετρικών ιδιοτήτων που ξεκίνησαν ταυτόχρονα
+CompositorAnimationWarningTransformFrameInactive=Το εφέ κίνησης δεν μπορεί να εκτελεστεί στο συνθέτη επειδή το κάδρο δεν επισημάνθηκε ως ενεργό για το εφέ κίνησης ‘transform’
+CompositorAnimationWarningTransformIsBlockedByImportantRules=Το εφέ κίνησης «transform» δεν μπορεί να εκτελεστεί στο πρόγραμμα σύνθεσης, επειδή οι ιδιότητες σχετικά με το «transform» παρακάμπτονται από κανόνες !important
+CompositorAnimationWarningOpacityFrameInactive=Το εφέ κίνησης δεν μπορεί να εκτελεστεί στο συνθέτη επειδή το κάδρο δεν επισημάνθηκε ως ενεργό για το εφέ κίνησης ‘opacity’
+CompositorAnimationWarningHasRenderingObserver=Το εφέ κίνησης δεν μπορεί να εκτελεστεί στο συνθέτη επειδή το στοιχείο έχει παρατηρητές απόδοσης (-moz-element ή απόκομμα/μεταμφίεση SVG)
+CompositorAnimationWarningHasCurrentColor=Τα εφέ κίνησης του ‘background-color’ δεν μπορούν να εκτελεστούν στο πρόγραμμα σύνθεσης με το βασικό καρέ ‘current-color’.
+
+## LOCALIZATION NOTE: Do not translate zoom, calc(), "transform", "transform-origin: 0 0"
+ZoomPropertyWarning=Αυτή η σελίδα χρησιμοποιεί τη μη τυπική ιδιότητα «zoom». Εξετάστε το ενδεχόμενο να χρησιμοποιήσετε την calc() στις τιμές της σχετικής ιδιότητας, ή να χρησιμοποιήσετε το «transform» μαζί με το «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=Κατά την απεικόνιση του στοιχείου <html>, οι χρησιμοποιούμενες τιμές των ιδιοτήτων CSS «writing-mode», «direction» και «text-orientation» στο στοιχείο <html> λαμβάνονται από τις υπολογισμένες τιμές του στοιχείου <body>, όχι από τις ίδιες τις τιμές του στοιχείου <html>. Σκεφτείτε το ενδεχόμενο να ορίσετε αυτές τις ιδιότητες στην ψευδοκλάση :root CSS. Για περισσότερες πληροφορίες, δείτε το «The Principal Writing Mode» στο 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=Η αγκύρωση κύλισης απενεργοποιήθηκε σε ένα πλαίσιο κύλισης εξαιτίας υπερβολικά πολλών διαδοχικών προσαρμογών (%1$S) με πολύ λίγη συνολική απόσταση (μέσος όρος: %2$S px, σύνολο: %3$S px).
+
+ForcedLayoutStart=Η διάταξη επιβλήθηκε πριν από την πλήρη φόρτωση της σελίδας. Αν τα φύλλα στυλ δεν έχουν φορτωθεί ακόμα, μπορεί να προκληθεί μια αναλαμπή περιεχομένου χωρίς στυλ.