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