diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
commit | a90a5cba08fdf6c0ceb95101c275108a152a3aed (patch) | |
tree | 532507288f3defd7f4dcf1af49698bcb76034855 /l10n-el/dom/chrome/security | |
parent | Adding debian version 126.0.1-1. (diff) | |
download | firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-el/dom/chrome/security')
-rw-r--r-- | l10n-el/dom/chrome/security/csp.properties | 12 | ||||
-rw-r--r-- | l10n-el/dom/chrome/security/security.properties | 5 |
2 files changed, 15 insertions, 2 deletions
diff --git a/l10n-el/dom/chrome/security/csp.properties b/l10n-el/dom/chrome/security/csp.properties index a26dfed1d9..89c3b64e04 100644 --- a/l10n-el/dom/chrome/security/csp.properties +++ b/l10n-el/dom/chrome/security/csp.properties @@ -218,6 +218,18 @@ duplicateDirective = Ανιχνεύθηκαν διπλοί κατάλογοι « # %1$S is the option that could not be understood couldntParseInvalidSandboxFlag = Δεν ήταν δυνατή η λήψη μη έγκυρης σημαίας sandbox «%1$S» +# LOCALIZATION NOTE (invalidNumberOfTrustedTypesForDirectiveValues): +# %1$S is the number of passed tokens. +invalidNumberOfTrustedTypesForDirectiveValues = Ελήφθη μη έγκυρος αριθμός διακριτικών για την οδηγία ‘require-trusted-types-for‘ : %1$S; αναμενόμενο 1 +# LOCALIZATION NOTE (invalidRequireTrustedTypesForDirectiveValue): +# %1$S is the passed token +invalidRequireTrustedTypesForDirectiveValue = Ελήφθη μη έγκυρο διακριτικό για την οδηγία ‘require-trusted-types-for‘: %1$S; αναμενόμενο ‘script’ + + +# LOCALIZATION NOTE (invalidTrustedTypesExpression): +# %1$S is the passed token +invalidTrustedTypesExpression = Ελήφθη μη έγκυρο διακριτικό για την οδηγία ‘trusted-types‘ : %1$S + # LOCALIZATION NOTE (CSPMessagePrefix): # Do not translate "Content-Security-Policy", only handle spacing for the colon. # %S is a console message that is being prefixed here. diff --git a/l10n-el/dom/chrome/security/security.properties b/l10n-el/dom/chrome/security/security.properties index ba53e6e255..653709e227 100644 --- a/l10n-el/dom/chrome/security/security.properties +++ b/l10n-el/dom/chrome/security/security.properties @@ -46,8 +46,6 @@ LoadingMixedDisplayObjectSubrequestDeprecation=Η φόρτωση μεικτού # LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download MixedContentBlockedDownload = Αποκλείστηκε η λήψη επισφαλούς περιεχομένου «%S». -# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download -BlockedInsecureDownload = Αποκλείσαμε μια μη ασφαλή λήψη: «%S». # LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe" BothAllowScriptsAndSameOriginPresent=Ένα iframe που έχει και allow-scripts και allow-same-origin ως ιδιότητες του sandbox του μπορεί να αφαιρέσει το «sandboxing» του. @@ -159,6 +157,9 @@ HTTPSOnlyUpgradeSpeculativeConnection = Αναβάθμιση επισφαλού HTTPSFirstSchemeless = Αναβάθμιση του URL που φορτώνεται στη γραμμή διευθύνσεων χωρίς ρητό σχήμα πρωτοκόλλου, για χρήση HTTPS. +# LOCALIZATION NOTE: %S is the hostname for which a exception will be added; +HTTPSFirstAddingSessionException = Ο ιστότοπος δεν φαίνεται να υποστηρίζει HTTPS. Περαιτέρω προσπάθειες για την ασφαλή φόρτωση του «http://%S» θα παραλειφθούν προσωρινά. + # LOCALIZATION NOTE: %S is the URL of the blocked request; IframeSandboxBlockedDownload = Η λήψη του “%S” αποκλείστηκε επειδή το iframe ενεργοποίησης έχει ρυθμισμένη την ετικέτα “sandbox”. |