blob: d309c8c776a91418ff7bcf3edcb708ab3ca38a23 (
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 = 메뉴 모음
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 = 변환 버튼
treetable = 트리 테이블
header = 머리말
footer = 꼬리말
paragraph = 단락
entry = 엔트리
caption = 캡션
heading = 제목
section = 섹션
form = 양식
comboboxlist = 콤보박스 목록
comboboxoption = 콤보박스 옵션
imagemap = 이미지 맵
listboxoption = 옵션
listbox = 목록 박스
flatequation = 텍스트 형식 방정식
gridcell = 그리드 셀
note = 노트
figure = 그림
definitionlist = 정의 목록
term = 용어
definition = 정의
mathmltable = 표
mathmlcell = 칸
mathmlenclosed = 닫힘
mathmlfraction = 분수
mathmlfractionwithoutbar = 바없는분수
mathmlroot = 근
mathmlscripted = 스크립트
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 = 필수
|