blob: 60c14f21b6ad9137088d0a7ab343023d13b2f0ce (
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
|
# 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/.
# Roles
menubar = menu bar
scrollbar = scroll bar
grip = grip
alert = alerta
menupopup = menu popup
document = documento
pane = pane
dialog = diálogo
separator = separador
toolbar = toolbar
statusbar = status bar
table = tabla
columnheader = column header
rowheader = row header
column = columna
row = fila
cell = cell
link = enlace
list = lista
listitem = list item
outline = outline
outlineitem = outline item
pagetab = pestaña
propertypage = property page
graphic = gráfico
switch = interruptor
pushbutton = botón
checkbutton = check button
radiobutton = radio button
combobox = combo box
progressbar = progress bar
slider = slider
spinbutton = spin button
diagram = diagrama
animation = animación
equation = ecuación
buttonmenu = button menu
whitespace = white space
pagetablist = lista de pestañas
canvas = canvas
checkmenuitem = check menu item
passwordtext = password text
radiomenuitem = radio menu item
textcontainer = text container
togglebutton = toggle button
treetable = tree table
header = header
footer = footer
paragraph = párrafo
entry = entry
caption = caption
heading = encabezado
section = sección
form = formulario
comboboxlist = combo box list
comboboxoption = combo box option
imagemap = image map
listboxoption = list box option
listbox = list box
flatequation = flat equation
gridcell = cuadrícula
note = nota
figure = figura
definitionlist = lista de definiciones
term = término
definition = definición
mathmltable = tabla mat
mathmlcell = celda
mathmlenclosed = enclosed
mathmlfraction = fracción
mathmlfractionwithoutbar = fracción sin barra
mathmlroot = raíz
mathmlscripted = scripted
mathmlsquareroot = raíz cuadrada
# More sophisticated roles which are not actual numeric roles
textarea = área de texto
base = base
close-fence = closing fence
denominator = denominador
numerator = numerador
open-fence = opening fence
overscript = overscript
presubscript = presubscript
presuperscript = presuperscript
root-index = índice raíz
subscript = subscript
superscript = superscript
underscript = underscript
# More sophisticated object descriptions
headingLevel = nivel de encabezado %S
# Landmark announcements
banner = banner
complementary = complementario
contentinfo = info de contenido
main = principal
navigation = navegación
search = búsqueda
region = región
stateRequired = requerido
|