summaryrefslogtreecommitdiffstats
path: root/l10n-el/dom
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-el/dom')
-rw-r--r--l10n-el/dom/chrome/dom/dom.properties6
-rw-r--r--l10n-el/dom/chrome/security/csp.properties99
2 files changed, 100 insertions, 5 deletions
diff --git a/l10n-el/dom/chrome/dom/dom.properties b/l10n-el/dom/chrome/dom/dom.properties
index 8cce393298..c194b495bb 100644
--- a/l10n-el/dom/chrome/dom/dom.properties
+++ b/l10n-el/dom/chrome/dom/dom.properties
@@ -18,6 +18,7 @@ DebugScriptButton=Εκσφαλμάτωση σεναρίου
WaitForScriptButton=Συνέχεια
DontAskAgain=&Να μην ερωτηθώ ξανά
WindowCloseBlockedWarning=Τα σενάρια ενεργειών δεν θα μπορούν να κλείσουν παράθυρα που δεν ανοίχθηκαν από ένα σενάριο.
+WindowCloseByScriptBlockedWarning=Τα σενάρια μπορούν να κλείνουν μόνο τα παράθυρα που ανοίχθηκαν από κάποιο σενάριο.
OnBeforeUnloadTitle=Σίγουρα;
OnBeforeUnloadMessage2=Αυτή η σελίδα ζητά να επιβεβαιώσετε την αποχώρησή σας — τα δεδομένα που έχετε εισαγάγει ίσως να μην αποθηκευτούν.
OnBeforeUnloadStayButton=Παραμονή στη σελίδα
@@ -309,8 +310,6 @@ WindowContentUntrustedWarning=Η ιδιότητα ‘content’ των αντι
SVGRefLoopWarning=Το SVG <%S> με ID “%S” έχει βρόγχο αναφοράς.
# LOCALIZATION NOTE: The first %S is the tag name of the element in the chain where the chain was broken, the second %S is the element's ID.
SVGRefChainLengthExceededWarning=Μια αλυσίδα αναφοράς SVG <%S>, που είναι πολύ μεγάλη, εγκαταλείφθηκε στο στοιχείο με ID “%S”.
-# LOCALIZATION NOTE: Do not translate SVGSVGElement.deselectAll.
-SVGDeselectAll=Το SVGSVGElement.deselectAll είναι παρωχημένο καθώς αντιγράφει λειτουργίες από το Selection API.
# LOCALIZATION NOTE: Do not translate SVGGraphicsElement.nearestViewportElement or SVGElement.viewportElement.
SVGNearestViewportElement=Το SVGGraphicsElement.nearestViewportElement είναι παρωχημένο και θα αφαιρεθεί σε μελλοντική ημερομηνία. Χρησιμοποιήστε το SVGElement.viewportElement.
# LOCALIZATION NOTE: Do not translate SVGGraphicsElement.farthestViewportElement.
@@ -480,9 +479,6 @@ InstallTriggerInstallDeprecatedWarning=Το InstallTrigger.install() είναι
# LOCALIZATION NOTE: Do not translate "HTMLOptionsCollection.length". %1$S is the invalid value, %2$S is the current limit.
SelectOptionsLengthAssignmentWarning=Δεν έγινε επέκταση της λίστας επιλογών <select> μέσω ανάθεσης στο HTMLOptionsCollection.length (τιμή %1$S). Το μέγιστο υποστηριζόμενο μέγεθος είναι %2$S.
-# LOCALIZATION NOTE: Do not translate "isExternalCTAP2SecurityKeySupported".
-IsExternalCTAP2SecurityKeySupportedWarning=Το isExternalCTAP2SecurityKeySupported() είναι παρωχημένο.
-
InvalidFormControlUnfocusable=Δεν είναι δυνατή η εστίαση σε μη έγκυρο στοιχείο ελέγχου φόρμας.
# LOCALIZATION NOTE: Do not translate "name="
InvalidNamedFormControlUnfocusable=Δεν είναι δυνατή η εστίαση στο μη έγκυρο στοιχείο ελέγχου φόρμας με name=«%S».
diff --git a/l10n-el/dom/chrome/security/csp.properties b/l10n-el/dom/chrome/security/csp.properties
index 10477ce8e4..a26dfed1d9 100644
--- a/l10n-el/dom/chrome/security/csp.properties
+++ b/l10n-el/dom/chrome/security/csp.properties
@@ -17,6 +17,105 @@ CSPROViolation = Παρουσιάστηκε μια παραβίαση πολιτ
# %1$S is the directive that has been violated.
# %2$S is the URI of the resource which violated the directive.
CSPROViolationWithURI = Οι ρυθμίσεις της σελίδας διαπίστωσαν την φόρτωση ενός πόρου στο %2$S («%1$S»). Αποστέλλεται μια αναφορά CSP.
+
+# CSP Warnings:
+
+# LOCALIZATION NOTE (CSPInlineStyleViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. style-src-elem)
+CSPInlineStyleViolation = Οι ρυθμίσεις της σελίδας απέτρεψαν την εφαρμογή ενός ενσωματωμένου στυλ (%2$S) επειδή παραβιάζει την εξής οδηγία: «%1$S»
+# LOCALIZATION NOTE (CSPROInlineStyleViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. style-src-elem)
+CSPROInlineStyleViolation = (Πολιτική «Report-Only») Οι ρυθμίσεις της σελίδας θα απέτρεπαν την εφαρμογή ενός ενσωματωμένου στυλ (%2$S) επειδή παραβιάζει την εξής οδηγία: «%1$S»
+# LOCALIZATION NOTE (CSPInlineScriptViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPInlineScriptViolation = Οι ρυθμίσεις της σελίδας απέτρεψαν την εκτέλεση ενός ενσωματωμένου σεναρίου (%2$S) επειδή παραβιάζει την εξής οδηγία: «%1$S»
+# LOCALIZATION NOTE (CSPROInlineScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPROInlineScriptViolation = (Πολιτική «Report-Only») Οι ρυθμίσεις της σελίδας θα απέτρεπαν την εκτέλεση ενός ενσωματωμένου σεναρίου (%2$S) επειδή παραβιάζει την εξής οδηγία: «%1$S»
+# LOCALIZATION NOTE (CSPEventHandlerScriptViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-attr)
+CSPEventHandlerScriptViolation = Οι ρυθμίσεις της σελίδας απέτρεψαν την εκτέλεση μιας υπηρεσίας χειρισμού συμβάντων (%2$S) επειδή παραβιάζει την εξής οδηγία: «%1$S»
+# LOCALIZATION NOTE (CSPROEventHandlerScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-attr)
+CSPROEventHandlerScriptViolation = (Πολιτική «Report-Only») Οι ρυθμίσεις της σελίδας θα απέτρεπαν την εκτέλεση μιας υπηρεσίας χειρισμού συμβάντων (%2$S) επειδή παραβιάζει την εξής οδηγία: «%1$S»
+# LOCALIZATION NOTE (CSPEvalScriptViolation):
+# Don't translate/change "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPEvalScriptViolation = Οι ρυθμίσεις της σελίδας απέτρεψαν την εκτέλεση μιας μεθόδου eval της JavaScript (%2$S) επειδή παραβιάζει την εξής οδηγία: «%1$S» (Απουσία «unsafe-eval»)
+# LOCALIZATION NOTE (CSPROEvalScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# Don't translate/change "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPROEvalScriptViolation = (Πολιτική «Report-Only») Οι ρυθμίσεις της σελίδας θα απέτρεπαν την εκτέλεση μιας μεθόδου eval της JavaScript (%2$S) επειδή παραβιάζει την εξής οδηγία: «%1$S» (Απουσία «unsafe-eval»)
+# LOCALIZATION NOTE (CSPWasmEvalScriptViolation):
+# WebAssembly is a feature name.
+# Don't translate/change "'wasm-unsafe-eval'" or "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPWasmEvalScriptViolation = Οι ρυθμίσεις της σελίδας απέτρεψαν την εκτέλεση του WebAssembly (%2$S) επειδή παραβιάζει την εξής οδηγία: «%1$S» (Απουσία «wasm-unsafe-eval» ή «unsafe-eval»)
+# LOCALIZATION NOTE (CSPROWasmEvalScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# WebAssembly is a feature name.
+# Don't translate/change "'wasm-unsafe-eval'" or "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPROWasmEvalScriptViolation = (Πολιτική «Report-Only») Οι ρυθμίσεις της σελίδας θα απέτρεπαν την εκτέλεση του WebAssembly (%2$S) επειδή παραβιάζει την εξής οδηγία: «%1$S» (Απουσία «wasm-unsafe-eval» ή «unsafe-eval»)
+# LOCALIZATION NOTE (CSPStyleViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. style-src)
+CSPStyleViolation = Οι ρυθμίσεις της σελίδας απέτρεψαν την εφαρμογή ενός στυλ (%3$S) στο %2$S επειδή παραβιάζει την εξής οδηγία: «%1$S»
+# LOCALIZATION NOTE (CSPROStyleViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. style-src)
+CSPROStyleViolation = (Πολιτική «Report-Only») Οι ρυθμίσεις της σελίδας θα απέτρεπαν την εφαρμογή ενός στυλ (%3$S) στο %2$S επειδή παραβιάζει την εξής οδηγία: «%1$S»
+# LOCALIZATION NOTE (CSPScriptViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPScriptViolation = Οι ρυθμίσεις της σελίδας απέτρεψαν την εκτέλεση ενός σεναρίου (%3$S) στο %2$S επειδή παραβιάζει την εξής οδηγία: «%1$S»
+# LOCALIZATION NOTE (CSPROScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPROScriptViolation = (Πολιτική «Report-Only») Οι ρυθμίσεις της σελίδας θα απέτρεπαν την εκτέλεση ενός σεναρίου (%3$S) στο %2$S επειδή παραβιάζει την εξής οδηγία: «%1$S»
+# LOCALIZATION NOTE (CSPWorkerViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. worker-src)
+CSPWorkerViolation = Οι ρυθμίσεις της σελίδας απέτρεψαν την εκτέλεση ενός σεναρίου worker (%3$S) στο %2$S επειδή παραβιάζει την εξής οδηγία: «%1$S»
+# LOCALIZATION NOTE (CSPROWorkerViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. worker-src)
+CSPROWorkerViolation = (Πολιτική «Report-Only») Οι ρυθμίσεις της σελίδας θα απέτρεπαν την εκτέλεση ενός σεναρίου worker (%3$S) στο %2$S επειδή παραβιάζει την εξής οδηγία: «%1$S»
+# LOCALIZATION NOTE (CSPGenericViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. image-src)
+CSPGenericViolation = Οι ρυθμίσεις της σελίδας απέτρεψαν τη φόρτωση ενός πόρου (%3$S) στο %2$S επειδή παραβιάζει την εξής οδηγία: «%1$S»
+# LOCALIZATION NOTE (CSPROGenericViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. image-src)
+CSPROGenericViolation = (Πολιτική «Report-Only») Οι ρυθμίσεις της σελίδας θα απέτρεπαν τη φόρτωση ενός πόρου (%3$S) στο %2$S επειδή παραβιάζει την εξής οδηγία: «%1$S»
+
# LOCALIZATION NOTE (triedToSendReport):
# %1$S is the URI we attempted to send a report to.
triedToSendReport = Έγινε απόπειρα αποστολής της αναφοράς σε μη έγκυρο URI: «%1$S»