summaryrefslogtreecommitdiffstats
path: root/dom/locales/en-US/chrome/accessibility/AccessFu.properties
blob: 52c1d752569f16be2f87f76b33646a4754f86b64 (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
# 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 = Screen reader started
screenReaderStopped = Screen reader stopped

# Roles
menubar        =       menu bar
scrollbar      =       scroll bar
grip           =       grip
alert          =       alert
menupopup      =       menu popup
document       =       document
pane           =       pane
dialog         =       dialog
separator      =       separator
toolbar        =       toolbar
statusbar      =       status bar
table          =       table
columnheader   =       column header
rowheader      =       row header
column         =       column
row            =       row
cell           =       cell
link           =       link
list           =       list
listitem       =       list item
outline        =       outline
outlineitem    =       outline item
pagetab        =       tab
propertypage   =       property page
graphic        =       graphic
switch         =       switch
pushbutton     =       button
checkbutton    =       check button
radiobutton    =       radio button
combobox       =       combo box
progressbar    =       progress bar
slider         =       slider
spinbutton     =       spin button
diagram        =       diagram
animation      =       animation
equation       =       equation
buttonmenu     =       button menu
whitespace     =       white space
pagetablist    =       tab list
canvas         =       canvas
checkmenuitem  =       check menu item
label          =       label
passwordtext   =       password text
radiomenuitem  =       radio menu item
textcontainer  =       text container
togglebutton   =       toggle button
treetable      =       tree table
header         =       header
footer         =       footer
paragraph      =       paragraph
entry          =       entry
caption        =       caption
heading        =       heading
section        =       section
form           =       form
comboboxlist   =       combo box list
comboboxoption =       combo box option
imagemap       =       image map
listboxoption  =       option
listbox        =       list box
flatequation   =       flat equation
gridcell       =       gridcell
note           =       note
figure         =       figure
definitionlist =       definition list
term           =       term
definition     =       definition

mathmltable              = math table
mathmlcell               = cell
mathmlenclosed           = enclosed
mathmlfraction           = fraction
mathmlfractionwithoutbar = fraction without bar
mathmlroot               = root
mathmlscripted           = scripted
mathmlsquareroot         = square root

# More sophisticated roles which are not actual numeric roles
textarea       =       text area

base           =       base
close-fence    =       closing fence
denominator    =       denominator
numerator      =       numerator
open-fence     =       opening fence
overscript     =       overscript
presubscript   =       presubscript
presuperscript =       presuperscript
root-index     =       root index
subscript      =       subscript
superscript    =       superscript
underscript    =       underscript

# Text input types
textInputType_date   =       date
textInputType_email  =       e-mail
textInputType_search =       search
textInputType_tel    =       telephone
textInputType_url    =       URL

# More sophisticated object descriptions
headingLevel   =       heading level %S

# more sophisticated list announcement
listStart      =       First item
listEnd        =       Last 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 of %2$S

# Landmark announcements
banner         =       banner
complementary  =       complementary
contentinfo    =       content info
main           =       main
navigation     =       navigation
search         =       search

# 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 = with 1 column;with #1 columns
# 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 = and 1 row;and #1 rows

# table or grid cell information
columnInfo = Column %S
rowInfo = Row %S
spansColumns = spans %S columns
spansRows = spans %S rows

# Invoked actions
jumpAction     =      jumped
pressAction    =      pressed
checkAction    =      checked
uncheckAction  =      unchecked
onAction       =      on
offAction      =      off
selectAction   =      selected
unselectAction =      unselected
openAction     =      opened
closeAction    =      closed
switchAction   =      switched
clickAction    =      clicked
collapseAction =      collapsed
expandAction   =      expanded
activateAction =      activated
cycleAction    =      cycled

# Live regions
# 'hidden' will be spoken when something disappears in a live region.
hidden         =      hidden

# Tab states
tabLoading     =      loading
tabLoaded      =      loaded
tabNew         =      new tab
tabLoadStopped =      loading stopped
tabReload      =      reloading

# Object states
stateChecked     =    checked
stateOn          =    on
stateNotChecked  =    not checked
stateOff         =    off
statePressed     =    pressed
# No string for a not pressed toggle button
stateExpanded    =    expanded
stateCollapsed   =    collapsed
stateUnavailable =    unavailable
stateReadonly    =    readonly
stateRequired    =    required
stateTraversed   =    visited
stateHasPopup    =    has pop up
stateSelected    =    selected

# App modes
editingMode    =      editing
navigationMode =      navigating

# Quick navigation modes
quicknav_Simple      = Default
quicknav_Anchor      = Anchors
quicknav_Button      = Buttons
quicknav_Combobox    = Combo boxes
quicknav_Landmark    = Landmarks
quicknav_Entry       = Entries
quicknav_FormElement = Form elements
quicknav_Graphic     = Images
quicknav_Heading     = Headings
quicknav_ListItem    = List items
quicknav_Link        = Links
quicknav_List        = Lists
quicknav_PageTab     = Page tabs
quicknav_RadioButton = Radio buttons
quicknav_Separator   = Separators
quicknav_Table       = Tables
quicknav_Checkbox    = Check boxes

# MathML menclose notations.
# See developer.mozilla.org/docs/Web/MathML/Element/menclose#attr-notation
notation-longdiv            = long division
notation-actuarial          = actuarial
notation-phasorangle        = phasor angle
notation-radical            = radical
notation-box                = box
notation-roundedbox         = rounded box
notation-circle             = circle
notation-left               = left
notation-right              = right
notation-top                = top
notation-bottom             = bottom
notation-updiagonalstrike   = up diagonal strike
notation-downdiagonalstrike = down diagonal strike
notation-verticalstrike     = vertical strike
notation-horizontalstrike   = horizontal strike
notation-updiagonalarrow    = up diagonal arrow
notation-madruwb            = madruwb

# Shortened role names for braille
menubarAbbr        =       menu bar
scrollbarAbbr      =       scroll bar
gripAbbr           =       grip
alertAbbr          =       alert
menupopupAbbr      =       menu popup
documentAbbr       =       document
paneAbbr           =       pane
dialogAbbr         =       dialog
separatorAbbr      =       separator
toolbarAbbr        =       toolbar
statusbarAbbr      =       status bar
tableAbbr          =       tbl
columnheaderAbbr   =       column header
rowheaderAbbr      =       row header
columnAbbr         =       column
rowAbbr            =       row
cellAbbr           =       cell
linkAbbr           =       lnk
listAbbr           =       list
listitemAbbr       =       list item
outlineAbbr        =       outline
outlineitemAbbr    =       outline item
pagetabAbbr        =       tab
propertypageAbbr   =       property page
graphicAbbr        =       graphic
pushbuttonAbbr     =       btn
checkbuttonAbbr    =       check button
radiobuttonAbbr    =       radio button
comboboxAbbr       =       combo box
progressbarAbbr    =       progress bar
sliderAbbr         =       slider
spinbuttonAbbr     =       spin button
diagramAbbr        =       diagram
animationAbbr      =       animation
equationAbbr       =       equation
buttonmenuAbbr     =       button menu
whitespaceAbbr     =       white space
pagetablistAbbr    =       tab list
canvasAbbr         =       canvas
checkmenuitemAbbr  =       check menu item
labelAbbr          =       label
passwordtextAbbr   =       passwdtxt
radiomenuitemAbbr  =       radio menu item
textcontainerAbbr  =       text container
togglebuttonAbbr   =       toggle button
treetableAbbr      =       tree table
headerAbbr         =       header
footerAbbr         =       footer
paragraphAbbr      =       paragraph
entryAbbr          =       entry
captionAbbr        =       caption
headingAbbr        =       heading
sectionAbbr        =       section
formAbbr           =       form
comboboxlistAbbr   =       combo box list
comboboxoptionAbbr =       combo box option
imagemapAbbr       =       imgmap
listboxoptionAbbr  =       option
listboxAbbr        =       list box
flatequationAbbr   =       flat equation
gridcellAbbr       =       gridcell
noteAbbr           =       note
figureAbbr         =       fig
definitionlistAbbr =       definition list
termAbbr           =       term
definitionAbbr     =       definition
textareaAbbr       =       txtarea

# 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 = #1c;#1c
# 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 = c%Sr%S

stateCheckedAbbr = (x)
stateUncheckedAbbr = ( )
statePressedAbbr = (x)
stateUnpressedAbbr = ( )

mathmlenclosedAbbr           = enclosed
mathmltableAbbr              = tbl
mathmlcellAbbr               = cell
mathmlfractionAbbr           = frac
mathmlfractionwithoutbarAbbr = frac no bar
mathmlrootAbbr               = root
mathmlscriptedAbbr           = scripted
mathmlsquarerootAbbr         = sqrt

baseAbbr           = base
close-fenceAbbr    = close
denominatorAbbr    = den
numeratorAbbr      = num
open-fenceAbbr     = open
overscriptAbbr     = over
presubscriptAbbr   = presub
presuperscriptAbbr = presup
root-indexAbbr     = index
subscriptAbbr      = sub
superscriptAbbr    = sup
underscriptAbbr    = under

notation-longdivAbbr            = longdiv
notation-actuarialAbbr          = act
notation-phasorangleAbbr        = phasang
notation-radicalAbbr            = rad
notation-boxAbbr                = box
notation-roundedboxAbbr         = rndbox
notation-circleAbbr             = circ
notation-leftAbbr               = lft
notation-rightAbbr              = rght
notation-topAbbr                = top
notation-bottomAbbr             = bot
notation-updiagonalstrikeAbbr   = updiagstrike
notation-downdiagonalstrikeAbbr = dwndiagstrike
notation-verticalstrikeAbbr     = vstrike
notation-horizontalstrikeAbbr   = hstrike
notation-updiagonalarrowAbbr    = updiagarrow
notation-madruwbAbbr            = madruwb