blob: 1281e499bdeee809ee2568b60815f0a65e3fd7cc [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001#
2# This properties file is used to create a PropertyResourceBundle
3# It contains Locale specific strings used be the Accessibility package.
4#
5# When this file is read in, the strings are put into the
6# defaults table. This is an implementation detail of the current
7# workings of Accessibility. DO NOT DEPEND ON THIS.
8# This may change in future versions of Accessibility as we improve
9# localization support.
10#
11# @author Lynn Monsanto
12
13#
14# accessible roles
15#
16alert=alert
17awtcomponent=AWT component
18checkbox=check box
19colorchooser=color chooser
20columnheader=column header
21combobox=combo box
22canvas=canvas
23desktopicon=desktop icon
24desktoppane=desktop pane
25dialog=dialog
26directorypane=directory pane
27glasspane=glass pane
28filechooser=file chooser
29filler=filler
30frame=frame
31internalframe=internal frame
32label=label
33layeredpane=layered pane
34list=list
35listitem=list item
36menubar=menu bar
37menu=menu
38menuitem=menu item
39optionpane=option pane
40pagetab=page tab
41pagetablist=page tab list
42panel=panel
43passwordtext=password text
44popupmenu=popup menu
45progressbar=progress bar
46pushbutton=push button
47radiobutton=radio button
48rootpane=root pane
49rowheader=row header
50scrollbar=scroll bar
51scrollpane=scroll pane
52separator=separator
53slider=slider
54splitpane=split pane
55swingcomponent=swing component
56table=table
57text=text
58tree=tree
59togglebutton=toggle button
60toolbar=tool bar
61tooltip=tool tip
62unknown=unknown
63viewport=viewport
64window=window
65#
66# accessible relations
67#
68labelFor=label for
69labeledBy=labeled by
70memberOf=member of
71controlledBy=controlledBy
72controllerFor=controllerFor
73#
74# accessible states
75#
76active=active
77armed=armed
78busy=busy
79checked=checked
80collapsed=collapsed
81editable=editable
82expandable=expandable
83expanded=expanded
84enabled=enabled
85focusable=focusable
86focused=focused
87iconified=iconified
88modal=modal
89multiline=multiple line
90multiselectable=multiselectable
91opaque=opaque
92pressed=pressed
93resizable=resizable
94selectable=selectable
95selected=selected
96showing=showing
97singleline=single line
98transient=transient
99visible=visible
100vertical=vertical
101horizontal=horizontal
102
103# new relations, roles and states for J2SE 1.5.0
104
105#
106# accessible relations
107#
108flowsTo=flows to
109flowsFrom=flows from
110subwindowOf=subwindow of
111parentWindowOf=parent window of
112embeds=embeds
113embeddedBy=embedded by
114childNodeOf=child node of
115
116#
117# accessible roles
118#
119header=header
120footer=footer
121paragraph=paragraph
122ruler=ruler
123editbar=editbar
124progressMonitor=progress monitor
125
126#
127# accessible states
128#
129managesDescendants=manages descendants
130indeterminate=indeterminate
131truncated=truncated
132
133# new for J2SE 1.6.0
134
135#
136# accessible roles
137#
138htmlcontainer=HTML container
139
140#
141# END OF MATERIAL TO LOCALIZE
142#