blob: f042ef5a5cc628072c67a65913485b87809d048d (
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
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 = Screenreader gestartet
screenReaderStopped = Screenreader gestoppt
# Roles
menubar = Menüleiste
scrollbar = Bildlaufleiste
grip = Griff
alert = Benachrichtigung
menupopup = Menü-Popup
document = Dokument
pane = Bereich
dialog = Dialog
separator = Trenner
toolbar = Symbolleiste
statusbar = Statuszeile
table = Tabelle
columnheader = Spaltenkopf
rowheader = Zeilenkopf
column = Spalte
row = Zeile
cell = Zelle
link = Link
list = Liste
listitem = Listeneintrag
outline = Gliederung
outlineitem = Gliederungseintrag
pagetab = Tab
propertypage = Eigenschaftsseite
graphic = Grafik
switch = Umschalter
pushbutton = Schaltfläche
checkbutton = Kontrollfeld
radiobutton = Auswahl-Schaltfläche
combobox = Kombinationsfeld
progressbar = Fortschrittsleiste
slider = Schieber
spinbutton = Schritt-Schaltfläche
diagram = Diagramm
animation = Animation
equation = Gleichung
buttonmenu = Schaltflächen-Menü
whitespace = Freiraum
pagetablist = Tab-Liste
canvas = Canvas
checkmenuitem = Ein/Aus-Menüeintrag
label = Beschriftung
passwordtext = Passwort-Text
radiomenuitem = Auswahlmenüeintrag
textcontainer = Textbehälter
togglebutton = Umschaltfläche
treetable = Baum-Tabelle
header = Kopfzeile
footer = Fußzeile
paragraph = Absatz
entry = Eintrag
caption = Legende
heading = Überschrift
section = Abschnitt
form = Formular
comboboxlist = Kombinationsfeld-Liste
comboboxoption = Kombinationsfeld-Option
imagemap = Image-Map
listboxoption = Option
listbox = Auswahlliste
flatequation = Einfache Gleichung
gridcell = Rasterzelle
note = Anmerkung
figure = Abbildung
definitionlist = Definitionsliste
term = Begriff
definition = Definition
mathmltable = Mathematiktabelle
mathmlcell = Zelle
mathmlenclosed = eingeschlossen
mathmlfraction = Bruch
mathmlfractionwithoutbar = Bruch ohne Strich
mathmlroot = Wurzel
mathmlscripted = mit Skript
mathmlsquareroot = Quadratwurzel
# More sophisticated roles which are not actual numeric roles
textarea = Textfeld
base = Basis
close-fence = schließende Klammer
denominator = Nenner
numerator = Zähler
open-fence = öffnende Klammer
overscript = übergestellt
presubscript = vor-tiefgestellt
presuperscript = vor-hochgestellt
root-index = Wurzel-Index
subscript = tiefgestellt
superscript = hochgestellt
underscript = untergestellt
# Text input types
textInputType_date = Datum
textInputType_email = E-Mail
textInputType_search = Suche
textInputType_tel = Telefon
textInputType_url = URL
# More sophisticated object descriptions
headingLevel = Überschrift Ebene %S
# more sophisticated list announcement
listStart = Erster Eintrag
listEnd = Letzter Eintrag
# LOCALIZATION NOTE (listItemsCount): Semi-colon list of plural forms.
# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
listItemsCount = 1 Eintrag;#1 Einträge
# 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 von %2$S
# Landmark announcements
banner = Banner
complementary = Ergänzungs-
contentinfo = Inhaltsinfo
main = Haupt-
navigation = Navigation
search = Suche
region = Region
# 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 = mit 1 Spalte;mit #1 Spalten
# 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 = und 1 Zeile;und #1 Zeilen
# table or grid cell information
columnInfo = Spalte %S
rowInfo = Zeile %S
spansColumns = überspannt %S Spalten
spansRows = überspannt %S Zeilen
# Invoked actions
jumpAction = gesprungen
pressAction = gedrückt
checkAction = angewählt
uncheckAction = abgewählt
onAction = an
offAction = aus
selectAction = ausgewählt
unselectAction = Auswahl aufgehoben
openAction = geöffnet
closeAction = geschlossen
switchAction = (um)geschaltet
clickAction = angeklickt
collapseAction = zugeklappt
expandAction = ausgeklappt
activateAction = aktiviert
cycleAction = umgeschaltet
# Live regions
# 'hidden' will be spoken when something disappears in a live region.
hidden = versteckt
# Tab states
tabLoading = laden
tabLoaded = geladen
tabNew = neuer Tab
tabLoadStopped = Laden angehalten
tabReload = neu laden
# Object states
stateChecked = angewählt
stateOn = an
stateNotChecked = nicht angewählt
stateOff = aus
statePressed = gedrückt
# No string for a not pressed toggle button
stateExpanded = ausgeklappt
stateCollapsed = zugeklappt
stateUnavailable = nicht verfügbar
stateReadonly = schreibgeschützt
stateRequired = benötigt
stateTraversed = besucht
stateHasPopup = hat Popup
stateSelected = ausgewählt
# App modes
editingMode = Bearbeiten
navigationMode = Navigieren
# Quick navigation modes
quicknav_Simple = Standard
quicknav_Anchor = Anker
quicknav_Button = Schaltflächen
quicknav_Combobox = Kombinationsfelder
quicknav_Landmark = Orientierungspunkte
quicknav_Entry = Einträge
quicknav_FormElement = Formularelemente
quicknav_Graphic = Grafiken
quicknav_Heading = Überschriften
quicknav_ListItem = Listeneinträge
quicknav_Link = Links
quicknav_List = Listen
quicknav_PageTab = Seiten-Tabs
quicknav_RadioButton = Auswahl-Schaltflächen
quicknav_Separator = Trenner
quicknav_Table = Tabellen
quicknav_Checkbox = Kontrollfelder
# MathML menclose notations.
# See developer.mozilla.org/docs/Web/MathML/Element/menclose#attr-notation
notation-longdiv = schriftliche Division
notation-actuarial = versicherungsmathematisch
notation-phasorangle = Zeigerwinkel
notation-radical = Wurzel
notation-box = Rechteck
notation-roundedbox = abgerundetes Rechteck
notation-circle = Kreis
notation-left = links
notation-right = rechts
notation-top = oben
notation-bottom = unten
notation-updiagonalstrike = diagonale Linie nach oben
notation-downdiagonalstrike = diagonale Linie nach unten
notation-verticalstrike = vertikale Linie
notation-horizontalstrike = horizontale Linie
notation-updiagonalarrow = diagonaler Pfeil nach oben
notation-madruwb = madruwb
# Shortened role names for braille
menubarAbbr = Menüleiste
scrollbarAbbr = Bildlaufleiste
gripAbbr = Griff
alertAbbr = Benachrichtigung
menupopupAbbr = Menü-Popup
documentAbbr = Dokument
paneAbbr = Bereich
dialogAbbr = Dialog
separatorAbbr = Trenner
toolbarAbbr = Symbolleiste
statusbarAbbr = Statuszeile
tableAbbr = Tabll
columnheaderAbbr = Spaltenkopf
rowheaderAbbr = Zeilenkopf
columnAbbr = Spalte
rowAbbr = Zeile
cellAbbr = Zelle
linkAbbr = Link
listAbbr = Liste
listitemAbbr = Listeneintrag
outlineAbbr = Gliederung
outlineitemAbbr = Gliederungseintrag
pagetabAbbr = Tab
propertypageAbbr = Eigenschaftsseite
graphicAbbr = Grafik
pushbuttonAbbr = Schaltfl
checkbuttonAbbr = Kontr-Feld
radiobuttonAbbr = Ausw-Schaltfl
comboboxAbbr = Kombinationsfeld
progressbarAbbr = Fortschrittsleiste
sliderAbbr = Schieber
spinbuttonAbbr = Schritt-Schaltfläche
diagramAbbr = Diagramm
animationAbbr = Animation
equationAbbr = Gleichung
buttonmenuAbbr = Schaltflächen-Menü
whitespaceAbbr = Freiraum
pagetablistAbbr = Tab-Liste
canvasAbbr = Canvas
checkmenuitemAbbr = Ein/Aus-Menüeintrag
labelAbbr = Beschriftung
passwordtextAbbr = Passwtxt
radiomenuitemAbbr = Auswahlmenüeintrag
textcontainerAbbr = Textbehälter
togglebuttonAbbr = Umschaltfl
treetableAbbr = Baum-Tabelle
headerAbbr = Kopfzeile
footerAbbr = Fußzeile
paragraphAbbr = Absatz
entryAbbr = Eintrag
captionAbbr = Legende
headingAbbr = Überschrift
sectionAbbr = Abschnitt
formAbbr = Formular
comboboxlistAbbr = Kombinationsfeld-Liste
comboboxoptionAbbr = Kombinationsfeld-Option
imagemapAbbr = Imgmap
listboxoptionAbbr = Option
listboxAbbr = Auswahlliste
flatequationAbbr = Einfache Gleichung
gridcellAbbr = Rasterzelle
noteAbbr = Anm
figureAbbr = Abb
definitionlistAbbr = Definitionsliste
termAbbr = Begriff
definitionAbbr = Definition
textareaAbbr = Txtfeld
# 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 = #1sp;#1sp
# 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 = #1z;#1z
cellInfoAbbr = s%Sz%S
stateCheckedAbbr = (x)
stateUncheckedAbbr = ( )
statePressedAbbr = (x)
stateUnpressedAbbr = ( )
mathmlenclosedAbbr = eingeschl.
mathmltableAbbr = Tabll
mathmlcellAbbr = Zelle
mathmlfractionAbbr = Bruch
mathmlfractionwithoutbarAbbr = Bruch ohne Str
mathmlrootAbbr = Wurzel
mathmlscriptedAbbr = mit Skript
mathmlsquarerootAbbr = Qu.Wurzel
baseAbbr = Basis
close-fenceAbbr = schließend
denominatorAbbr = Nenner
numeratorAbbr = Zähl
open-fenceAbbr = öffnend
overscriptAbbr = über
presubscriptAbbr = vor-tief
presuperscriptAbbr = vor-hoch
root-indexAbbr = Index
subscriptAbbr = tief
superscriptAbbr = hoch
underscriptAbbr = unter
notation-longdivAbbr = schr.Div
notation-actuarialAbbr = vers.
notation-phasorangleAbbr = Zeig.wink.
notation-radicalAbbr = Wurzel
notation-boxAbbr = Recht
notation-roundedboxAbbr = abger.Recht
notation-circleAbbr = Kreis
notation-leftAbbr = links
notation-rightAbbr = rechts
notation-topAbbr = oben
notation-bottomAbbr = unt
notation-updiagonalstrikeAbbr = diag.Lin.oben
notation-downdiagonalstrikeAbbr = diag.Lin.unten
notation-verticalstrikeAbbr = vert.Lin
notation-horizontalstrikeAbbr = horiz.Lin
notation-updiagonalarrowAbbr = diag.Pfeil
notation-madruwbAbbr = madruwb
|