summaryrefslogtreecommitdiffstats
path: root/l10n-da/devtools/client/accessibility.ftl
blob: 4961a02c39aa8a06ac1c874f99d8b1faccd9402a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# 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æs mere

accessibility-text-label-header = Tekst-etiketter og -navne

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 = Initialiserer…
    .aria-valuetext = Initialiserer…

# 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] Kontrollerer { $nodeCount } node
       *[other] Kontrollerer { $nodeCount } noder
    }

accessibility-progress-finishing = Afslutter…
    .aria-valuetext = Afslutter…

## Text entries that are used as text alternative for icons that depict accessibility issues.

accessibility-warning =
    .alt = Advarsel

accessibility-fail =
    .alt = Fejl

accessibility-best-practices =
    .alt = Retningslinjer

## 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 = Brug attributten <code>alt</code> til at markere <div>area</div>-elementer, der har attributten <span>href</span>. <a>Læs mere</a>

accessibility-text-label-issue-dialog = Dialog-bokse bør markeres. <a>Læs mere</a>

accessibility-text-label-issue-document-title = Dokumenter skal have en <code>title</code>. <a>Læs mere</a>

accessibility-text-label-issue-embed = Indlejret indhold skal markeres. <a>Læs mere</a>

accessibility-text-label-issue-figure = Figurer og eventuelle billedtekster bør markeres. <a>Læs mere</a>

accessibility-text-label-issue-fieldset = <code>fieldset</code>-elementer skal markeres. <a>Læs mere</a>

accessibility-text-label-issue-fieldset-legend2 = Brug elementet <code>legend</code> til at føje etiketter til <span>fieldset</span>. <a>Læs mere</a>

accessibility-text-label-issue-form = Formular-elementer skal markeres. <a>Læs mere</a>

accessibility-text-label-issue-form-visible = Formular-elementer bør have en synlig tekst-etiket. <a>Læs mere</a>

accessibility-text-label-issue-frame = <code>frame</code>-elementer skal markeres. <a>Læs mere</a>

accessibility-text-label-issue-glyph = Brug attributten <code>alt</code> til at føje etiketter til <span>mglyph</span>-elementer. <a>Læs mere</a>

accessibility-text-label-issue-heading = Overskrifter skal markeres. <a>Læs mere</a>

accessibility-text-label-issue-heading-content = Overskrifter bør have synligt tekst-indhold. <a>Læs mere</a>

accessibility-text-label-issue-iframe = Brug attributten <code>title</code> til at beskrive <span>iframe</span>-indhold. <a>Læs mere</a>

accessibility-text-label-issue-image = Indhold med billeder skal markeres. <a>Læs mere</a>

accessibility-text-label-issue-interactive = Interaktive elementer skal markeres. <a>Læs mere</a>

accessibility-text-label-issue-optgroup-label2 = Brug attributten <code>label</code> til at markere <span>optgroup</span>. <a>Læs mere</a>

accessibility-text-label-issue-toolbar = Værktøjslinjer skal markeres, når der er mere end én værktøjslinje. <a>Læs mere</a>

## 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 = Elementer, der kan komme i fokus, bør have interaktiv semantik. <a>Læs mere</a>

accessibility-keyboard-issue-tabindex = Undgå at bruge tal større end 0 som attribut for <code>tabindex</code>. <a>Læs mere</a>

accessibility-keyboard-issue-action = Interaktive elementer skal kunne aktiveres med et tastatur. <a>Læs mere</a>

accessibility-keyboard-issue-focusable = Interaktive elementer skal kunne komme i fokus. <a>Læs mere</a>

accessibility-keyboard-issue-focus-visible = Elementer, der kan komme i fokus, behøver ikke at have specifikke CSS-regler for fokus. <a>Læs mere</a>

accessibility-keyboard-issue-mouse-only = Klikbare elementer skal kunne komme i fokus og bør have interaktiv semantik. <a>Læs mere</a>