# 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/.
### These strings are used inside the Accessibility panel.
accessibility-learn-more = Weitere Informationen
accessibility-text-label-header = Textbeschriftungen und -namen
accessibility-keyboard-header = Tastatur
## Text entries that are used as text alternative for icons that depict accessibility isses.
## These strings are used in the overlay displayed when running an audit in the accessibility panel
accessibility-progress-initializing = Wird gestartet…
.aria-valuetext = Wird gestartet…
# This string is displayed in the audit progress bar in the accessibility panel.
# Variables:
# $nodeCount (Integer) - The number of nodes for which the audit was run so far.
accessibility-progress-progressbar =
{ $nodeCount ->
[one] { $nodeCount } Knoten wird überprüft
*[other] { $nodeCount } Knoten werden überprüft
}
accessibility-progress-finishing = Wird abgeschlossen…
.aria-valuetext = Wird abgeschlossen…
## Text entries that are used as text alternative for icons that depict accessibility issues.
accessibility-warning =
.alt = Warnung
accessibility-fail =
.alt = Fehler
accessibility-best-practices =
.alt = Standardverfahren
## Text entries for a paragraph used in the accessibility panel sidebar's checks section
## that describe that currently selected accessible object has an accessibility issue
## with its text label or accessible name.
accessibility-text-label-issue-area = Verwenden Sie das alt
-Attribut zum Beschriften von
title
-Element besitzen. Weitere Informationen
accessibility-text-label-issue-embed = Eingebettete Inhalte müssen beschriftet werden. Weitere Informationen
accessibility-text-label-issue-figure = Abbildungen mit optionaler Legende sollten beschriftet werden. Weitere Informationen
accessibility-text-label-issue-fieldset = fieldset
-Elemente müssen beschriftet werden. Weitere Informationen
accessibility-text-label-issue-fieldset-legend2 = Verwenden Sie ein legend
-Element zum Beschriften eines fieldset-Elements. Weitere Informationen
accessibility-text-label-issue-form = Formularelemente müssen beschriftet werden. Weitere Informationen
accessibility-text-label-issue-form-visible = Formularelemente sollten eine sichtbare Textbeschriftung besitzen. Weitere Informationen
accessibility-text-label-issue-frame = frame
-Elemente müssen beschriftet werden. Weitere Informationen
accessibility-text-label-issue-glyph = Verwenden Sie das alt
-Attribut zum Beschriften von mglyph-Elementen. Weitere Informationen
accessibility-text-label-issue-heading = Überschriften müssen beschriftet werden. Weitere Informationen
accessibility-text-label-issue-heading-content = Überschriften sollten sichtbaren Textinhalt besitzen. Weitere Informationen
accessibility-text-label-issue-iframe = Verwenden Sie das title
-Attribut zum Beschreiben von iframe-Inhalten. Weitere Informationen
accessibility-text-label-issue-image = Inhalte mit Grafiken müssen beschriftet werden. Weitere Informationen
accessibility-text-label-issue-interactive = Interaktive Elemente müssen beschriftet werden. Weitere Informationen
accessibility-text-label-issue-optgroup-label2 = Verwenden Sie das label
-Attribut zum Beschriften eines optgroup-Elements. Weitere Informationen
accessibility-text-label-issue-toolbar = Symbolleisten benötigen eine Beschriftung, falls mehr als eine Symbolleiste vorhanden ist. Weitere Informationen
## Text entries for a paragraph used in the accessibility panel sidebar's checks section
## that describe that currently selected accessible object has a keyboard accessibility
## issue.
accessibility-keyboard-issue-semantics = Fokussierbare Elemente sollten interaktiv sein. Weitere Informationen
accessibility-keyboard-issue-tabindex = Vermeiden Sie tabindex
-Attribute größer als 0. Weitere Informationen
accessibility-keyboard-issue-action = Interaktive Elemente müssen sich mit einer Tastatur aktivieren lassen. Weitere Informationen
accessibility-keyboard-issue-focusable = Interaktive Elemente müssen fokussierbar sein. Weitere Informationen
accessibility-keyboard-issue-focus-visible = Fokussierbare Elemente besitzen eventuell keine Hervorhebung als fokussiert. Weitere Informationen
accessibility-keyboard-issue-mouse-only = Klickbare Elemente müssen fokussierbar und sollten interaktiv sein. Weitere Informationen