blob: 4ea1dd73b29ee52c8b60abb001592790d5aa86e1 (
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
|
# 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 = menü çubuğu
scrollbar = kaydırma çubuğu
grip = tut
alert = uyarı
menupopup = açılır menü
document = belge
pane = bölme
dialog = iletişim kutusu
separator = ayraç
toolbar = araç çubuğu
statusbar = durum çubuğu
table = tablo
columnheader = sütun başlığı
rowheader = satır başlığı
column = sütun
row = satır
cell = hücre
link = bağlantı
list = liste
listitem = liste öğesi
outline = ana hat
outlineitem = ana hat öğesi
pagetab = sekme
propertypage = özellik sayfası
graphic = grafik
switch = değiştir
pushbutton = düğme
checkbutton = onay düğmesi
radiobutton = radyo düğmesi
combobox = birleşik giriş kutusu
progressbar = ilerleme çubuğu
slider = sürgü
spinbutton = döndürme düğmesi
diagram = diyagram
animation = animasyon
equation = denklem
buttonmenu = düğme menüsü
whitespace = beyaz alan
pagetablist = sekme listesi
canvas = canvas
checkmenuitem = onay menüsü öğesi
passwordtext = parola metni
radiomenuitem = radyo menü öğesi
textcontainer = metin kapsayıcı
togglebutton = aç/kapat düğmesi
treetable = ağaç tablo
header = üst bilgi
footer = alt bilgi
paragraph = paragraf
entry = girdi
caption = altyazı
heading = başlık
section = bölüm
form = form
comboboxlist = birleşik giriş kutusu listesi
comboboxoption = birleşik giriş kutusu seçeneği
imagemap = resim haritası
listboxoption = seçenek
listbox = liste kutusu
flatequation = düz denklem
gridcell = ızgara hücresi
note = not
figure = şekil
definitionlist = tanım listesi
term = terim
definition = tanım
mathmltable = matematik tablosu
mathmlcell = hücre
mathmlenclosed = kapsar
mathmlfraction = kesir
mathmlfractionwithoutbar = çubuksuz kesir
mathmlroot = kök
mathmlscripted = özel işaretli
mathmlsquareroot = kare kök
# More sophisticated roles which are not actual numeric roles
textarea = metin alanı
base = taban
close-fence = kapatma çiti
denominator = ondalık ayracı
numerator = numeratör
open-fence = açılış çiti
overscript = üst karakter
presubscript = as öncesi
presuperscript = üs öncesi
root-index = kök
subscript = alt karakter
superscript = üst karakter
underscript = alt karakter
# More sophisticated object descriptions
headingLevel = başlık düzeyi %S
# Landmark announcements
banner = ana başlık
complementary = ek
contentinfo = içerik bilgisi
main = ana
navigation = gezinti
search = arama
region = bölge
# Object states
stateRequired = gerekli
|