summaryrefslogtreecommitdiffstats
path: root/l10n-nl/devtools/client/accessibility.ftl
blob: a9dee5b0963d9e1c738965c3bdcea34c743b9b8d (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 = Meer info

accessibility-text-label-header = Tekstlabels en -namen

accessibility-keyboard-header = Toetsenbord

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

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

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

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

accessibility-warning =
    .alt = Waarschuwing

accessibility-fail =
    .alt = Fout

accessibility-best-practices =
    .alt = Goede voorbeelden

## 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 = Gebruik het attribuut <code>alt</code> om <div>area</div>-elementen die het attribuut <span>href</span> hebben te labelen. <a>Meer info</a>

accessibility-text-label-issue-dialog = Dialogen zouden gelabeld moeten zijn. <a>Meer info</a>

accessibility-text-label-issue-document-title = Documenten moeten een <code>title</code> hebben. <a>Meer info</a>

accessibility-text-label-issue-embed = Ingesloten inhoud moet worden gelabeld. <a>Meer info</a>

accessibility-text-label-issue-figure = Afbeeldingen met optionele bijschriften moeten worden gelabeld. <a>Meer info</a>

accessibility-text-label-issue-fieldset = <code>fieldset</code>-elementen moeten worden gelabeld. <a>Meer info</a>

accessibility-text-label-issue-fieldset-legend2 = Gebruik een element <code>legend</code> om een <span>fieldset</span> te labelen. <a>Meer info</a>

accessibility-text-label-issue-form = Formulierelementen moeten worden gelabeld. <a>Meer info</a>

accessibility-text-label-issue-form-visible = Formulierelementen moeten een zichtbaar tekstlabel hebben. <a>Meer info</a>

accessibility-text-label-issue-frame = <code>frame</code>-elementen moeten worden gelabeld. <a>Meer info</a>

accessibility-text-label-issue-glyph = Gebruik het attribuut <code>alt</code> om <span>mglyph</span>-elementen te labelen. <a>Meer info</a>

accessibility-text-label-issue-heading = Kopteksten moeten worden gelabeld. <a>Meer info</a>

accessibility-text-label-issue-heading-content = Kopteksten moeten zichtbare tekstinhoud hebben. <a>Meer info</a>

accessibility-text-label-issue-iframe = Gebruik het attribuut <code>title</code> om <span>iframe</span>-inhoud te beschrijven. <a>Meer info</a>

accessibility-text-label-issue-image = Inhoud met afbeeldingen moet worden gelabeld. <a>Meer info</a>

accessibility-text-label-issue-interactive = Interactieve elementen moeten worden gelabeld. <a>Meer info</a>

accessibility-text-label-issue-optgroup-label2 = Gebruik een attribuut <code>label</code> om een <span>optgroup</span> te labelen. <a>Meer info</a>

accessibility-text-label-issue-toolbar = Werkbalken moeten worden gelabeld als er meer dan een werkbalk is. <a>Meer info</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 = Focusbare elementen moeten interactieve semantiek hebben. <a>Meer info</a>

accessibility-keyboard-issue-tabindex = Vermijd het gebruik van een <code>tabindex</code>-attribuut groter dan nul. <a>Meer info</a>

accessibility-keyboard-issue-action = Interactieve elementen moeten geactiveerd kunnen worden met behulp van een toetsenbord. <a>Meer info</a>

accessibility-keyboard-issue-focusable = Interactieve elementen moeten een focus kunnen krijgen. <a>Meer info</a>

accessibility-keyboard-issue-focus-visible = Een element dat een focus kan krijgen mist mogelijk de focusstijl. <a>Meer info</a>

accessibility-keyboard-issue-mouse-only = Klikbare elementen moeten focus kunnen krijgen en interactieve semantiek hebben. <a>Meer info</a>