# 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 = Lär dig mer
accessibility-text-label-header = Textetiketter och namn
accessibility-keyboard-header = Tangentbord
## 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 = Initierar…
.aria-valuetext = Initierar…
# 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] Kontrollera { $nodeCount } nod
*[other] Kontrollerar { $nodeCount } noder
}
accessibility-progress-finishing = Avslutar…
.aria-valuetext = Avslutar…
## Text entries that are used as text alternative for icons that depict accessibility issues.
accessibility-warning =
.alt = Varning
accessibility-fail =
.alt = Fel
accessibility-best-practices =
.alt = Bästa praxis
## 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 = Använd attributet alt
för att namnge element
titel
. Läs mer
accessibility-text-label-issue-embed = Inbäddat innehåll måste märkas med namn. Läs mer
accessibility-text-label-issue-figure = Siffror med valfria bildtexter ska märkas med namn. Läs mer
accessibility-text-label-issue-fieldset = Elementet fieldset
måste märkas med namn. Läs mer
accessibility-text-label-issue-fieldset-legend2 = Använd elementet legend
för att märka ett fieldset. Läs mer
accessibility-text-label-issue-form = Element Form måste vara märkt med namn. Läs mer
accessibility-text-label-issue-form-visible = Elementet Form ska ha en synlig textetikett. Läs mer
accessibility-text-label-issue-frame = Elementet frame
måste märkas med namn. Läs mer
accessibility-text-label-issue-glyph = Använd attributet alt
för att namnge elementet mglyph. Läs mer
accessibility-text-label-issue-heading = Rubriker måste namnges. Läs mer
accessibility-text-label-issue-heading-content = Rubriker ska ha synligt textinnehåll. Läs mer
accessibility-text-label-issue-iframe = Använd attributet title
för att beskriva innehållet i iframe. Läs mer
accessibility-text-label-issue-image = Innehåll med bilder måste markeras med namn. Läs mer
accessibility-text-label-issue-interactive = Interaktiva element måste märkas med namn. Läs mer
accessibility-text-label-issue-optgroup-label2 = Använd attributet label
för att markera en optgrupp. Läs mer
accessibility-text-label-issue-toolbar = Verktygsfält måste namnges när det finns mer än ett verktygsfält. Läs mer
## 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 = Fokuserbara element bör ha interaktiv semantik. Läs mer
accessibility-keyboard-issue-tabindex = Undvik att använda attribut tabindex
större än noll. Läs mer
accessibility-keyboard-issue-action = Interaktiva element måste kunna aktiveras med ett tangentbord. Läs mer
accessibility-keyboard-issue-focusable = Interaktiva element måste vara fokuserbara. Läs mer
accessibility-keyboard-issue-focus-visible = Fokuserbara element kan sakna fokus-styling. Läs mer
accessibility-keyboard-issue-mouse-only = Klickabara element måste vara fokuserbara och ska ha interaktiv semantik. Läs mer