summaryrefslogtreecommitdiffstats
path: root/l10n-de/dom/chrome
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
commit59203c63bb777a3bacec32fb8830fba33540e809 (patch)
tree58298e711c0ff0575818c30485b44a2f21bf28a0 /l10n-de/dom/chrome
parentAdding upstream version 126.0.1. (diff)
downloadfirefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz
firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-de/dom/chrome')
-rw-r--r--l10n-de/dom/chrome/accessibility/win/accessible.properties9
-rw-r--r--l10n-de/dom/chrome/security/security.properties5
2 files changed, 12 insertions, 2 deletions
diff --git a/l10n-de/dom/chrome/accessibility/win/accessible.properties b/l10n-de/dom/chrome/accessibility/win/accessible.properties
index d40967cdf8..48ac7fb59a 100644
--- a/l10n-de/dom/chrome/accessibility/win/accessible.properties
+++ b/l10n-de/dom/chrome/accessibility/win/accessible.properties
@@ -19,3 +19,12 @@ cycle = Wechseln
# them to click an element when the click will be handled by a container
# (ancestor) element. This is not normally reported to users.
click ancestor = Übergeordnetes Element anklicken
+
+# These messages are reported by accessibility clients such as screen readers to
+# indicate landmarks, which are significant sections of a document to which
+# users might want to navigate quickly. See this page for more information:
+# https://www.w3.org/WAI/ARIA/apg/patterns/landmarks/examples/general-principles.html
+banner = Banner
+complementary = Ergänzungs-
+contentinfo = Inhaltsinformationen
+region = Region
diff --git a/l10n-de/dom/chrome/security/security.properties b/l10n-de/dom/chrome/security/security.properties
index 88594f70d9..5dd3f7eedd 100644
--- a/l10n-de/dom/chrome/security/security.properties
+++ b/l10n-de/dom/chrome/security/security.properties
@@ -46,8 +46,6 @@ LoadingMixedDisplayObjectSubrequestDeprecation=Es wird davon abgeraten, den gemi
# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download
MixedContentBlockedDownload = Herunterladen des unverschlüsselten Inhalts "%S" wurde blockiert.
-# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download
-BlockedInsecureDownload = Wir haben einen nicht sicheren Download blockiert: "%S".
# LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe"
BothAllowScriptsAndSameOriginPresent=Ein iframe, der sowohl "allow-scripts" als auch "allow-same-origin" für sein "sandbox"-Attribut gesetzt hat, kann seine Sandbox entfernen.
@@ -159,6 +157,9 @@ HTTPSOnlyUpgradeSpeculativeConnection = Upgrade der unsicheren spekulativen TCP-
HTTPSFirstSchemeless = Aktualisierung der in der Adressleiste geladenen URL ohne explizites Protokollschema zur Verwendung von HTTPS.
+# LOCALIZATION NOTE: %S is the hostname for which a exception will be added;
+HTTPSFirstAddingSessionException = Website unterstützt anscheinend nicht HTTPS. Weitere Versuche, "http://%S" sicher zu laden, werden temporär übersprungen.
+
# LOCALIZATION NOTE: %S is the URL of the blocked request;
IframeSandboxBlockedDownload = Das Herunterladen von "%S" wurde blockiert, weil für den auslösenden iframe das sandbox-Attribut gesetzt ist.