diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /l10n-de/dom/chrome/accessibility | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
4 files changed, 225 insertions, 0 deletions
diff --git a/l10n-de/dom/chrome/accessibility/AccessFu.properties b/l10n-de/dom/chrome/accessibility/AccessFu.properties new file mode 100644 index 0000000000..af86b6ee69 --- /dev/null +++ b/l10n-de/dom/chrome/accessibility/AccessFu.properties @@ -0,0 +1,112 @@ +# 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/. + +# Roles +menubar = Menüleiste +scrollbar = Bildlaufleiste +grip = Griff +alert = Benachrichtigung +menupopup = Menü-Popup +document = Dokument +pane = Bereich +dialog = Dialog +separator = Trenner +toolbar = Symbolleiste +statusbar = Statuszeile +table = Tabelle +columnheader = Spaltenkopf +rowheader = Zeilenkopf +column = Spalte +row = Zeile +cell = Zelle +link = Link +list = Liste +listitem = Listeneintrag +outline = Gliederung +outlineitem = Gliederungseintrag +pagetab = Tab +propertypage = Eigenschaftsseite +graphic = Grafik +switch = Umschalter +pushbutton = Schaltfläche +checkbutton = Kontrollfeld +radiobutton = Auswahl-Schaltfläche +combobox = Kombinationsfeld +progressbar = Fortschrittsleiste +slider = Schieber +spinbutton = Schritt-Schaltfläche +diagram = Diagramm +animation = Animation +equation = Gleichung +buttonmenu = Schaltflächen-Menü +whitespace = Freiraum +pagetablist = Tab-Liste +canvas = Canvas +checkmenuitem = Ein/Aus-Menüeintrag +passwordtext = Passwort-Text +radiomenuitem = Auswahlmenüeintrag +textcontainer = Textbehälter +togglebutton = Umschaltfläche +treetable = Baum-Tabelle +header = Kopfzeile +footer = Fußzeile +paragraph = Absatz +entry = Eintrag +caption = Legende +heading = Überschrift +section = Abschnitt +form = Formular +comboboxlist = Kombinationsfeld-Liste +comboboxoption = Kombinationsfeld-Option +imagemap = Image-Map +listboxoption = Option +listbox = Auswahlliste +flatequation = Einfache Gleichung +gridcell = Rasterzelle +note = Anmerkung +figure = Abbildung +definitionlist = Definitionsliste +term = Begriff +definition = Definition + +mathmltable = Mathematiktabelle +mathmlcell = Zelle +mathmlenclosed = eingeschlossen +mathmlfraction = Bruch +mathmlfractionwithoutbar = Bruch ohne Strich +mathmlroot = Wurzel +mathmlscripted = mit Skript +mathmlsquareroot = Quadratwurzel + +# More sophisticated roles which are not actual numeric roles +textarea = Textfeld + +base = Basis +close-fence = schließende Klammer +denominator = Nenner +numerator = Zähler +open-fence = öffnende Klammer +overscript = übergestellt +presubscript = vor-tiefgestellt +presuperscript = vor-hochgestellt +root-index = Wurzel-Index +subscript = tiefgestellt +superscript = hochgestellt +underscript = untergestellt + +# More sophisticated object descriptions +headingLevel = Überschrift Ebene %S + +# Landmark announcements +banner = Banner +complementary = Ergänzungs- +contentinfo = Inhaltsinfo +main = Haupt- +navigation = Navigation +search = Suche + +region = Region + +stateRequired = benötigt + diff --git a/l10n-de/dom/chrome/accessibility/mac/accessible.properties b/l10n-de/dom/chrome/accessibility/mac/accessible.properties new file mode 100644 index 0000000000..0a5089a4a6 --- /dev/null +++ b/l10n-de/dom/chrome/accessibility/mac/accessible.properties @@ -0,0 +1,71 @@ +# 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/. + +jump = Springen +press = Drücken +check = Anwählen +uncheck = Abwählen +select = Auswählen +open = Öffnen +close = Schließen +switch = Umschalten +click = Klicken +collapse= Einklappen +expand = Ausklappen +activate= Aktivieren +cycle = Wechseln +# An action provided to accessibility clients such as screen readers to allow +# 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 + +# Universal Access API support +# (Mac Only) +# The Role Description for AXWebArea (the web widget). Like in Safari. +htmlContent = HTML-Inhalt +# The Role Description for the Tab button. +tab = Tab +# The Role Description for definition list dl, dt and dd +term = Begriff +definition = Definition +# The Role Description for an input type="search" text field +searchTextField = Suchtextfeld +# Role Description (exposed as AXTitle) for datepickers +dateField = Datumsfeld +# The Role Description for WAI-ARIA Landmarks +application = Anwendung +search = Suchen +banner = Banner +navigation = Navigation +complementary = Ergänzungs- +content = Inhalte +main = Haupt- +# The (spoken) role description for various WAI-ARIA roles +alert = Warnung +alertDialog = Warnungsdialog +dialog = Dialog +article = Artikel +document = Dokument +# The (spoken) role description for the WAI-ARIA figure role +# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-figure +figure = Abbildung +# The (spoken) role description for the WAI-ARIA heading role +# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-heading +heading = Überschrift +log = Log +marquee = Marquee +math = Math +note = Anmerkung +region = Region +status = Anwendungsstatus +timer = Timer +tooltip = Kurztipp: +separator = Trenner +tabPanel = Tab-Panel +# The roleDescription for the html:mark element +highlight = Hervorhebung +# The roleDescription for the details element +details = Details +# The roleDescription for the summary element +summary = Zusammenfassung diff --git a/l10n-de/dom/chrome/accessibility/unix/accessible.properties b/l10n-de/dom/chrome/accessibility/unix/accessible.properties new file mode 100644 index 0000000000..d40967cdf8 --- /dev/null +++ b/l10n-de/dom/chrome/accessibility/unix/accessible.properties @@ -0,0 +1,21 @@ +# 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/. + +jump = Springen +press = Drücken +check = Anwählen +uncheck = Abwählen +select = Auswählen +open = Öffnen +close = Schließen +switch = Umschalten +click = Klicken +collapse= Einklappen +expand = Ausklappen +activate= Aktivieren +cycle = Wechseln +# An action provided to accessibility clients such as screen readers to allow +# 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 diff --git a/l10n-de/dom/chrome/accessibility/win/accessible.properties b/l10n-de/dom/chrome/accessibility/win/accessible.properties new file mode 100644 index 0000000000..d40967cdf8 --- /dev/null +++ b/l10n-de/dom/chrome/accessibility/win/accessible.properties @@ -0,0 +1,21 @@ +# 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/. + +jump = Springen +press = Drücken +check = Anwählen +uncheck = Abwählen +select = Auswählen +open = Öffnen +close = Schließen +switch = Umschalten +click = Klicken +collapse= Einklappen +expand = Ausklappen +activate= Aktivieren +cycle = Wechseln +# An action provided to accessibility clients such as screen readers to allow +# 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 |