summaryrefslogtreecommitdiffstats
path: root/l10n-nl/dom/chrome/accessibility
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-nl/dom/chrome/accessibility')
-rw-r--r--l10n-nl/dom/chrome/accessibility/AccessFu.properties360
-rw-r--r--l10n-nl/dom/chrome/accessibility/mac/accessible.properties65
-rw-r--r--l10n-nl/dom/chrome/accessibility/unix/accessible.properties17
-rw-r--r--l10n-nl/dom/chrome/accessibility/win/accessible.properties17
4 files changed, 459 insertions, 0 deletions
diff --git a/l10n-nl/dom/chrome/accessibility/AccessFu.properties b/l10n-nl/dom/chrome/accessibility/AccessFu.properties
new file mode 100644
index 0000000000..17ad445647
--- /dev/null
+++ b/l10n-nl/dom/chrome/accessibility/AccessFu.properties
@@ -0,0 +1,360 @@
+# 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/.
+
+# Screen reader started/stopped
+screenReaderStarted = Schermlezer gestart
+screenReaderStopped = Schermlezer gestopt
+
+# Roles
+menubar = menubalk
+scrollbar = scrollbalk
+grip = greep
+alert = waarschuwing
+menupopup = menupop-up
+document = document
+pane = venster
+dialog = dialoogvenster
+separator = scheidingsteken
+toolbar = werkbalk
+statusbar = statusbalk
+table = tabel
+columnheader = kolomtitel
+rowheader = rijkoptekst
+column = kolom
+row = rij
+cell = cel
+link = koppeling
+list = lijst
+listitem = lijstitem
+outline = omtrek
+outlineitem = contouronderdeel
+pagetab = tabblad
+propertypage = eigenschappenpagina
+graphic = grafisch
+switch = schakelaar
+pushbutton = drukknop
+checkbutton = selectieknop
+radiobutton = keuzerondje
+combobox = keuzelijst
+progressbar = voortgangsbalk
+slider = schuifbalk
+spinbutton = kringveldknop
+diagram = diagram
+animation = animatie
+equation = vergelijking
+buttonmenu = knoppenmenu
+whitespace = witruimte
+pagetablist = tabbladenlijst
+canvas = canvas
+checkmenuitem = selectiemenu-item
+label = label
+passwordtext = wachtwoordtekst
+radiomenuitem = keuzerondjesmenu-item
+textcontainer = tekstcontainer
+togglebutton = wisselknop
+treetable = structuurtabel
+header = koptekst
+footer = voettekst
+paragraph = alinea
+entry = invoer
+caption = bijschrift
+heading = kop
+section = sectie
+form = formulier
+comboboxlist = keuzelijst
+comboboxoption = keuzelijstoptie
+imagemap = afbeelding met hyperlinks
+listboxoption = optie
+listbox = keuzelijst
+flatequation = platte vergelijking
+gridcell = rastercel
+note = noot
+figure = figuur
+definitionlist = definitielijst
+term = term
+definition = definitie
+
+mathmltable = wiskundige tabel
+mathmlcell = cel
+mathmlenclosed = ingesloten
+mathmlfraction = breuk
+mathmlfractionwithoutbar = breuk zonder deelteken
+mathmlroot = wortel
+mathmlscripted = scripted
+mathmlsquareroot = vierkantswortel
+
+# More sophisticated roles which are not actual numeric roles
+textarea = tekstgebied
+
+base = grondtal
+close-fence = sluithaakje
+denominator = noemer
+numerator = teller
+open-fence = openingshaakje
+overscript = overscript
+presubscript = presubscript
+presuperscript = presuperscript
+root-index = hoofdindex
+subscript = subscript
+superscript = superscript
+underscript = onderscript
+
+# Text input types
+textInputType_date = datum
+textInputType_email = e-mail
+textInputType_search = zoeken
+textInputType_tel = telefoon
+textInputType_url = URL
+
+# More sophisticated object descriptions
+headingLevel = kopniveau %S
+
+# more sophisticated list announcement
+listStart = Eerste item
+listEnd = Laatste item
+# LOCALIZATION NOTE (listItemsCount): Semi-colon list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+listItemsCount = 1 item;#1 items
+
+# LOCALIZATION NOTE: # %1$S is the position of the item n the set.
+# %2$S is the total number of such items in the set.
+# An expanded example would read "2 of 5".
+objItemOfN = %1$S van %2$S
+
+# Landmark announcements
+banner = banner
+complementary = aanvullend
+contentinfo = inhoudsinfo
+main = hoofd
+navigation = navigatie
+search = zoeken
+
+region = regio
+
+# LOCALIZATION NOTE (tblColumnInfo): Semi-colon list of plural forms.
+# Number of columns within the table.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+tblColumnInfo = met 1 kolom;met #1 kolommen
+# LOCALIZATION NOTE (tblRowInfo): Semi-colon list of plural forms.
+# Number of rows within the table or grid.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+tblRowInfo = en 1 rij;en #1 rijen
+
+# table or grid cell information
+columnInfo = Kolom %S
+rowInfo = Rij %S
+spansColumns = omspant %S kolommen
+spansRows = omspant %S rijen
+
+# Invoked actions
+jumpAction = overgeslagen
+pressAction = ingedrukt
+checkAction = aangevinkt
+uncheckAction = uitgevinkt
+onAction = aan
+offAction = uit
+selectAction = geselecteerd
+unselectAction = ongeselecteerd
+openAction = geopend
+closeAction = gesloten
+switchAction = omgeschakeld
+clickAction = erop geklikt
+collapseAction = samengevouwen
+expandAction = uitgevouwen
+activateAction = geactiveerd
+cycleAction = cyclus uitgevoerd
+
+# Live regions
+# 'hidden' will be spoken when something disappears in a live region.
+hidden = verborgen
+
+# Tab states
+tabLoading = laden
+tabLoaded = geladen
+tabNew = nieuw tabblad
+tabLoadStopped = laden gestopt
+tabReload = herladen
+
+# Object states
+stateChecked = aangevinkt
+stateOn = aan
+stateNotChecked = niet aangevinkt
+stateOff = uit
+statePressed = ingedrukt
+# No string for a not pressed toggle button
+stateExpanded = uitgevouwen
+stateCollapsed = samengevouwen
+stateUnavailable = niet beschikbaar
+stateReadonly = alleen-lezen
+stateRequired = vereist
+stateTraversed = bezocht
+stateHasPopup = heeft pop-up
+stateSelected = geselecteerd
+
+# App modes
+editingMode = bewerken
+navigationMode = navigeren
+
+# Quick navigation modes
+quicknav_Simple = Standaard
+quicknav_Anchor = Ankers
+quicknav_Button = Knoppen
+quicknav_Combobox = Keuzelijsten
+quicknav_Landmark = Herkenningspunten
+quicknav_Entry = Vermeldingen
+quicknav_FormElement = Formulierelementen
+quicknav_Graphic = Afbeeldingen
+quicknav_Heading = Koppen
+quicknav_ListItem = Lijstitems
+quicknav_Link = Koppelingen
+quicknav_List = Lijsten
+quicknav_PageTab = Paginatabbladen
+quicknav_RadioButton = Keuzerondjes
+quicknav_Separator = Scheidingstekens
+quicknav_Table = Tabellen
+quicknav_Checkbox = Selectievakjes
+
+# MathML menclose notations.
+# See developer.mozilla.org/docs/Web/MathML/Element/menclose#attr-notation
+notation-longdiv = uitgebreide deling
+notation-actuarial = actuarial
+notation-phasorangle = phasor angle
+notation-radical = wortelteken
+notation-box = vak
+notation-roundedbox = afgerond vak
+notation-circle = cirkel
+notation-left = links
+notation-right = rechts
+notation-top = boven
+notation-bottom = onder
+notation-updiagonalstrike = diagonale doorhaling omhoog
+notation-downdiagonalstrike = diagonale doorhaling omlaag
+notation-verticalstrike = verticale doorhaling
+notation-horizontalstrike = horizontale doorhaling
+notation-updiagonalarrow = diagonale pijl omhoog
+notation-madruwb = madruwb
+
+# Shortened role names for braille
+menubarAbbr = menubalk
+scrollbarAbbr = scrollbalk
+gripAbbr = greep
+alertAbbr = waarschuwing
+menupopupAbbr = menupop-up
+documentAbbr = document
+paneAbbr = venster
+dialogAbbr = dialoogvenster
+separatorAbbr = scheidingsteken
+toolbarAbbr = werkbalk
+statusbarAbbr = statusbalk
+tableAbbr = tabel
+columnheaderAbbr = kolomtitel
+rowheaderAbbr = rijkoptekst
+columnAbbr = kolom
+rowAbbr = rij
+cellAbbr = cel
+linkAbbr = koppeling
+listAbbr = lijst
+listitemAbbr = lijstitem
+outlineAbbr = omtrek
+outlineitemAbbr = contouronderdeel
+pagetabAbbr = tabblad
+propertypageAbbr = eigenschappenpagina
+graphicAbbr = grafisch
+pushbuttonAbbr = drukknop
+checkbuttonAbbr = selectieknop
+radiobuttonAbbr = keuzerondje
+comboboxAbbr = keuzelijst
+progressbarAbbr = voortgangsbalk
+sliderAbbr = schuifbalk
+spinbuttonAbbr = kringveldknop
+diagramAbbr = diagram
+animationAbbr = animatie
+equationAbbr = vergelijking
+buttonmenuAbbr = knoppenmenu
+whitespaceAbbr = witruimte
+pagetablistAbbr = tabbladenlijst
+canvasAbbr = canvas
+checkmenuitemAbbr = selectiemenu-item
+labelAbbr = label
+passwordtextAbbr = wachtwoordtekst
+radiomenuitemAbbr = keuzerondjesmenu-item
+textcontainerAbbr = tekstcontainer
+togglebuttonAbbr = wisselknop
+treetableAbbr = structuurtabel
+headerAbbr = koptekst
+footerAbbr = voettekst
+paragraphAbbr = alinea
+entryAbbr = invoer
+captionAbbr = bijschrift
+headingAbbr = kop
+sectionAbbr = sectie
+formAbbr = formulier
+comboboxlistAbbr = keuzelijst
+comboboxoptionAbbr = keuzelijstoptie
+imagemapAbbr = afbeelding met hyperlinks
+listboxoptionAbbr = optie
+listboxAbbr = keuzelijst
+flatequationAbbr = platte vergelijking
+gridcellAbbr = rastercel
+noteAbbr = noot
+figureAbbr = figuur
+definitionlistAbbr = definitielijst
+termAbbr = term
+definitionAbbr = definitie
+textareaAbbr = tekstgebied
+
+# LOCALIZATION NOTE (tblColumnInfoAbbr): Semi-colon list of plural forms.
+# Number of columns within the table.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+tblColumnInfoAbbr = #1k;#1k
+# LOCALIZATION NOTE (tblRowInfoAbbr): Semi-colon list of plural forms.
+# Number of rows within the table or grid.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+tblRowInfoAbbr = #1r;#1r
+cellInfoAbbr = k%Sr%S
+
+stateCheckedAbbr = (x)
+stateUncheckedAbbr = ( )
+statePressedAbbr = (x)
+stateUnpressedAbbr = ( )
+
+mathmlenclosedAbbr = ingesloten
+mathmltableAbbr = tbl
+mathmlcellAbbr = cel
+mathmlfractionAbbr = breuk
+mathmlfractionwithoutbarAbbr = breuk geen dteken
+mathmlrootAbbr = wrtl
+mathmlscriptedAbbr = scripted
+mathmlsquarerootAbbr = vkwtl
+
+baseAbbr = grtal
+close-fenceAbbr = sluit
+denominatorAbbr = noem
+numeratorAbbr = tel
+open-fenceAbbr = open
+overscriptAbbr = over
+presubscriptAbbr = presub
+presuperscriptAbbr = presup
+root-indexAbbr = index
+subscriptAbbr = sub
+superscriptAbbr = sup
+underscriptAbbr = onder
+
+notation-longdivAbbr = uitgdel
+notation-actuarialAbbr = act
+notation-phasorangleAbbr = phasang
+notation-radicalAbbr = wrttek
+notation-boxAbbr = vak
+notation-roundedboxAbbr = afgvak
+notation-circleAbbr = cirk
+notation-leftAbbr = lnks
+notation-rightAbbr = rchts
+notation-topAbbr = bov
+notation-bottomAbbr = ond
+notation-updiagonalstrikeAbbr = diagdoorhomhg
+notation-downdiagonalstrikeAbbr = diagdoorhomlg
+notation-verticalstrikeAbbr = vrtdoorh
+notation-horizontalstrikeAbbr = hordoorh
+notation-updiagonalarrowAbbr = diagpijlomh
+notation-madruwbAbbr = madruwb
diff --git a/l10n-nl/dom/chrome/accessibility/mac/accessible.properties b/l10n-nl/dom/chrome/accessibility/mac/accessible.properties
new file mode 100644
index 0000000000..423c25a3e9
--- /dev/null
+++ b/l10n-nl/dom/chrome/accessibility/mac/accessible.properties
@@ -0,0 +1,65 @@
+# 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 = Drukken
+check = Aanvinken
+uncheck = Uitvinken
+select = Selecteren
+open = Openen
+close = Sluiten
+switch = Omschakelen
+click = Klikken
+collapse= Samenvouwen
+expand = Uitvouwen
+activate= Activeren
+cycle = Cyclisch doorlopen
+
+# Universal Access API support
+# (Mac Only)
+# The Role Description for AXWebArea (the web widget). Like in Safari.
+htmlContent = HTML-inhoud
+# The Role Description for the Tab button.
+tab = tab
+# The Role Description for definition list dl, dt and dd
+term = term
+definition = definitie
+# The Role Description for an input type="search" text field
+searchTextField = zoektekstveld
+# The Role Description for WAI-ARIA Landmarks
+application = toepassing
+search = zoeken
+banner = banner
+navigation = navigatie
+complementary = aanvullend
+content = inhoud
+main = hoofd
+# The (spoken) role description for various WAI-ARIA roles
+alert = waarschuwing
+alertDialog = waarschuwingsdialoogvenster
+dialog = dialoogvenster
+article = artikel
+document = document
+# The (spoken) role description for the WAI-ARIA figure role
+# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-figure
+figure = figuur
+# The (spoken) role description for the WAI-ARIA heading role
+# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-heading
+heading = kop
+log = logboek
+marquee = lichtkrant
+math = wiskunde
+note = notitie
+region = gebied
+status = toepassingsstatus
+timer = timer
+tooltip = tooltip
+separator = scheidingsteken
+tabPanel = tabbladpaneel
+# The roleDescription for the html:mark element
+highlight = markeren
+# The roleDescription for the details element
+details = details
+# The roleDescription for the summary element
+summary = samenvatting
diff --git a/l10n-nl/dom/chrome/accessibility/unix/accessible.properties b/l10n-nl/dom/chrome/accessibility/unix/accessible.properties
new file mode 100644
index 0000000000..170b7e92d2
--- /dev/null
+++ b/l10n-nl/dom/chrome/accessibility/unix/accessible.properties
@@ -0,0 +1,17 @@
+# 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 = Drukken
+check = Aanvinken
+uncheck = Uitvinken
+select = Selecteren
+open = Openen
+close = Sluiten
+switch = Omschakelen
+click = Klikken
+collapse= Samenvouwen
+expand = Uitvouwen
+activate= Activeren
+cycle = Cyclisch doorlopen
diff --git a/l10n-nl/dom/chrome/accessibility/win/accessible.properties b/l10n-nl/dom/chrome/accessibility/win/accessible.properties
new file mode 100644
index 0000000000..170b7e92d2
--- /dev/null
+++ b/l10n-nl/dom/chrome/accessibility/win/accessible.properties
@@ -0,0 +1,17 @@
+# 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 = Drukken
+check = Aanvinken
+uncheck = Uitvinken
+select = Selecteren
+open = Openen
+close = Sluiten
+switch = Omschakelen
+click = Klikken
+collapse= Samenvouwen
+expand = Uitvouwen
+activate= Activeren
+cycle = Cyclisch doorlopen