blob: 1fbb48203e03b0a43dee6b9332d5585a4cde7f12 (
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
|
# 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/.
# (^^; https://developer.mozilla.org/en/XPCOM_Interface_Reference/nsIAccessibleRole
# Roles
menubar = メニューバー
scrollbar = スクロールバー
grip = グリップ
alert = 警告
menupopup = メニューポップアップ
document = ドキュメント
pane = ペイン
dialog = ダイアログ
separator = 区切り
toolbar = ツールバー
statusbar = ステータスバー
table = 表
columnheader = 列ヘッダー
rowheader = 行ヘッダー
column = カラム
row = 行
cell = セル
link = リンク
list = リスト
listitem = リスト項目
outline = アウトライン
outlineitem = アウトライン項目
pagetab = タブ
propertypage = プロパティページ
graphic = 画像
switch = スイッチ
pushbutton = ボタン
checkbutton = チェックボタン
radiobutton = ラジオボタン
combobox = コンボボックス
progressbar = 進行状況バー
slider = スライダー
spinbutton = 回転ボタン
diagram = ダイアグラム
animation = アニメーション
equation = 方程式
buttonmenu = ボタンメニュー
whitespace = 空白文字
pagetablist = タブリスト
canvas = キャンバス
checkmenuitem = チェックメニュー項目
passwordtext = パスワードテキスト
radiomenuitem = ラジオメニュー項目
textcontainer = テキストコンテナー
togglebutton = 切り替えボタン
# (^^; tree table?
treetable = 折り畳みリスト
header = ヘッダー
footer = フッター
paragraph = 段落
entry = エントリー
caption = 表題
heading = 見出し
section = セクション
form = フォーム
comboboxlist = コンボボックスリスト
comboboxoption = コンボボックスの項目
imagemap = イメージマップ
listboxoption = リストボックスの項目
listbox = リストボックス
# MathMLのDOMツリーがないTeXなどの数式:
flatequation = テキスト形式の方程式
gridcell = グリッドセル
note = 注記
figure = 図表
definitionlist = 定義リスト
term = 用語
definition = 定義
# (^m^) mathmltable: <mtable> タグ
mathmltable = 表
mathmlcell = セル
# mathmlenclosed: <menclose> タグ
mathmlenclosed = 囲み
mathmlfraction = 分数
mathmlfractionwithoutbar = 線なし分数
# mathmlroot: <mroot> タグ
mathmlroot = 累乗根
# mathmlscripted: <msub>, <msup>, ...
mathmlscripted = 添字
# mathmlsquareroot: <msqrt> タグ
mathmlsquareroot = 平方根
# More sophisticated roles which are not actual numeric roles
textarea = テキストエリア
base = 基底
close-fence = 閉じ括弧
denominator = 分母
numerator = 分子
open-fence = 開き括弧
overscript = 真上付き
presubscript = 前下付き
presuperscript = 前上付き
root-index = 根号の指数
subscript = 下付き
superscript = 上付き
underscript = 真下付き
# More sophisticated object descriptions
headingLevel = 見出しレベル %S
# Landmark announcements
banner = バナー領域
complementary = 補足的セクション
contentinfo = コンテンツ情報
main = メインコンテンツ
navigation = ナビゲーション
search = 検索ツール
region = 領域
# Object states
stateRequired = 必須
|