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 #
  41 alert=alert
  42 awtcomponent=AWT component
  43 checkbox=check box
  44 colorchooser=color chooser
  45 columnheader=column header
  46 combobox=combo box
  47 canvas=canvas
  48 desktopicon=desktop icon
  49 desktoppane=desktop pane
  50 dialog=dialog
  51 directorypane=directory pane
  52 glasspane=glass pane
  53 filechooser=file chooser
  54 filler=filler
  55 frame=frame
  56 internalframe=internal frame
  57 label=label
  58 layeredpane=layered pane
  59 list=list
  60 listitem=list item
  61 menubar=menu bar
  62 menu=menu
  63 menuitem=menu item
  64 optionpane=option pane
  65 pagetab=page tab
  66 pagetablist=page tab list
  67 panel=panel
  68 passwordtext=password text
  69 popupmenu=popup menu
  70 progressbar=progress bar
  71 pushbutton=push button
  72 radiobutton=radio button
  73 rootpane=root pane
  74 rowheader=row header
  75 scrollbar=scroll bar
  76 scrollpane=scroll pane
  77 separator=separator
  78 slider=slider
  79 splitpane=split pane
  80 swingcomponent=swing component
  81 table=table
  82 text=text
  83 tree=tree
  84 togglebutton=toggle button
  85 toolbar=tool bar
  86 tooltip=tool tip
  87 unknown=unknown
  88 viewport=viewport
  89 window=window
  90 #
  91 # accessible relations
  92 #
  93 labelFor=label for
  94 labeledBy=labeled by
  95 memberOf=member of
  96 controlledBy=controlledBy
  97 controllerFor=controllerFor
  98 #
  99 # accessible states
 100 #
 101 active=active
 102 armed=armed
 103 busy=busy
 104 checked=checked
 105 collapsed=collapsed
 106 editable=editable
 107 expandable=expandable
 108 expanded=expanded
 109 enabled=enabled
 110 focusable=focusable
 111 focused=focused
 112 iconified=iconified
 113 modal=modal
 114 multiline=multiple line
 115 multiselectable=multiselectable
 116 opaque=opaque
 117 pressed=pressed
 118 resizable=resizable
 119 selectable=selectable
 120 selected=selected
 121 showing=showing
 122 singleline=single line
 123 transient=transient
 124 visible=visible
 125 vertical=vertical
 126 horizontal=horizontal
 127 
 128 # new relations, roles and states for J2SE 1.5.0
 129 
 130 # 
 131 # accessible relations
 132 #
 133 flowsTo=flows to
 134 flowsFrom=flows from
 135 subwindowOf=subwindow of
 136 parentWindowOf=parent window of
 137 embeds=embeds
 138 embeddedBy=embedded by
 139 childNodeOf=child node of
 140 
 141 #
 142 # accessible roles
 143 #
 144 header=header
 145 footer=footer
 146 paragraph=paragraph
 147 ruler=ruler
 148 editbar=editbar
 149 progressMonitor=progress monitor
 150 
 151 #
 152 # accessible states
 153 #
 154 managesDescendants=manages descendants
 155 indeterminate=indeterminate
 156 truncated=truncated
 157 
 158 # new for J2SE 1.6.0
 159 
 160 #
 161 # accessible roles
 162 #
 163 htmlcontainer=HTML container
 164 
 165 #
 166 # END OF MATERIAL TO LOCALIZE
 167 #