summaryrefslogtreecommitdiffstats
path: root/l10n-el/dom/chrome/security/csp.properties
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-el/dom/chrome/security/csp.properties')
-rw-r--r--l10n-el/dom/chrome/security/csp.properties99
1 files changed, 99 insertions, 0 deletions
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»