summaryrefslogtreecommitdiffstats
path: root/l10n-de/dom/chrome/accessibility
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-de/dom/chrome/accessibility')
-rw-r--r--l10n-de/dom/chrome/accessibility/AccessFu.properties112
-rw-r--r--l10n-de/dom/chrome/accessibility/mac/accessible.properties71
-rw-r--r--l10n-de/dom/chrome/accessibility/unix/accessible.properties21
-rw-r--r--l10n-de/dom/chrome/accessibility/win/accessible.properties21
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