1#
2# Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
7# published by the Free Software Foundation.  Oracle designates this
8# particular file as subject to the "Classpath" exception as provided
9# by Oracle in the LICENSE file that accompanied this code.
10#
11# This code is distributed in the hope that it will be useful, but WITHOUT
12# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14# version 2 for more details (a copy is included in the LICENSE file that
15# accompanied this code).
16#
17# You should have received a copy of the GNU General Public License version
18# 2 along with this work; if not, write to the Free Software Foundation,
19# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20#
21# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22# or visit www.oracle.com if you need additional information or have any
23# questions.
24#
25
26#
27# This properties file is used to create a PropertyResourceBundle
28# It contains Locale specific strings used be the Accessibility package.
29#
30# When this file is read in, the strings are put into the
31# defaults table.  This is an implementation detail of the current
32# workings of Accessibility.  DO NOT DEPEND ON THIS.
33# This may change in future versions of Accessibility as we improve
34# localization support.
35#
36# @author  Lynn Monsanto
37
38#
39# accessible roles
40#
41alert=alert
42awtcomponent=AWT component
43checkbox=check box
44colorchooser=color chooser
45columnheader=column header
46combobox=combo box
47canvas=canvas
48desktopicon=desktop icon
49desktoppane=desktop pane
50dialog=dialog
51directorypane=directory pane
52glasspane=glass pane
53filechooser=file chooser
54filler=filler
55frame=frame
56internalframe=internal frame
57label=label
58layeredpane=layered pane
59list=list
60listitem=list item
61menubar=menu bar
62menu=menu
63menuitem=menu item
64optionpane=option pane
65pagetab=page tab
66pagetablist=page tab list
67panel=panel
68passwordtext=password text
69popupmenu=popup menu
70progressbar=progress bar
71pushbutton=push button
72radiobutton=radio button
73rootpane=root pane
74rowheader=row header
75scrollbar=scroll bar
76scrollpane=scroll pane
77separator=separator
78slider=slider
79splitpane=split pane
80swingcomponent=swing component
81table=table
82text=text
83tree=tree
84togglebutton=toggle button
85toolbar=tool bar
86tooltip=tool tip
87unknown=unknown
88viewport=viewport
89window=window
90#
91# accessible relations
92#
93labelFor=label for
94labeledBy=labeled by
95memberOf=member of
96controlledBy=controlledBy
97controllerFor=controllerFor
98#
99# accessible states
100#
101active=active
102armed=armed
103busy=busy
104checked=checked
105collapsed=collapsed
106editable=editable
107expandable=expandable
108expanded=expanded
109enabled=enabled
110focusable=focusable
111focused=focused
112iconified=iconified
113modal=modal
114multiline=multiple line
115multiselectable=multiselectable
116opaque=opaque
117pressed=pressed
118resizable=resizable
119selectable=selectable
120selected=selected
121showing=showing
122singleline=single line
123transient=transient
124visible=visible
125vertical=vertical
126horizontal=horizontal
127#
128# accessible actions
129#
130toggleexpand=toggle expand
131
132# new relations, roles and states for J2SE 1.5.0
133
134#
135# accessible relations
136#
137flowsTo=flows to
138flowsFrom=flows from
139subwindowOf=subwindow of
140parentWindowOf=parent window of
141embeds=embeds
142embeddedBy=embedded by
143childNodeOf=child node of
144
145#
146# accessible roles
147#
148header=header
149footer=footer
150paragraph=paragraph
151ruler=ruler
152editbar=editbar
153progressMonitor=progress monitor
154
155#
156# accessible states
157#
158managesDescendants=manages descendants
159indeterminate=indeterminate
160truncated=truncated
161
162# new for J2SE 1.6.0
163
164#
165# accessible roles
166#
167htmlcontainer=HTML container
168
169#
170# END OF MATERIAL TO LOCALIZE
171#
172