src/java.desktop/share/classes/com/sun/accessibility/internal/resources/accessibility_en.properties
changeset 47216 71c04702a3d5
parent 25859 3317bb8137f4
child 57577 a0c5401371c9
equal deleted inserted replaced
47215:4ebc2e2fb97c 47216:71c04702a3d5
       
     1 #
       
     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 #
       
    16 alert=alert
       
    17 awtcomponent=AWT component
       
    18 checkbox=check box
       
    19 colorchooser=color chooser
       
    20 columnheader=column header
       
    21 combobox=combo box
       
    22 canvas=canvas
       
    23 desktopicon=desktop icon
       
    24 desktoppane=desktop pane
       
    25 dialog=dialog
       
    26 directorypane=directory pane
       
    27 glasspane=glass pane
       
    28 filechooser=file chooser
       
    29 filler=filler
       
    30 frame=frame
       
    31 internalframe=internal frame
       
    32 label=label
       
    33 layeredpane=layered pane
       
    34 list=list
       
    35 listitem=list item
       
    36 menubar=menu bar
       
    37 menu=menu
       
    38 menuitem=menu item
       
    39 optionpane=option pane
       
    40 pagetab=page tab
       
    41 pagetablist=page tab list
       
    42 panel=panel
       
    43 passwordtext=password text
       
    44 popupmenu=popup menu
       
    45 progressbar=progress bar
       
    46 pushbutton=push button
       
    47 radiobutton=radio button
       
    48 rootpane=root pane
       
    49 rowheader=row header
       
    50 scrollbar=scroll bar
       
    51 scrollpane=scroll pane
       
    52 separator=separator
       
    53 slider=slider
       
    54 splitpane=split pane
       
    55 swingcomponent=swing component
       
    56 table=table
       
    57 text=text
       
    58 tree=tree
       
    59 togglebutton=toggle button
       
    60 toolbar=tool bar
       
    61 tooltip=tool tip
       
    62 unknown=unknown
       
    63 viewport=viewport
       
    64 window=window
       
    65 #
       
    66 # accessible relations
       
    67 #
       
    68 labelFor=label for
       
    69 labeledBy=labeled by
       
    70 memberOf=member of
       
    71 controlledBy=controlledBy
       
    72 controllerFor=controllerFor
       
    73 #
       
    74 # accessible states
       
    75 #
       
    76 active=active
       
    77 armed=armed
       
    78 busy=busy
       
    79 checked=checked
       
    80 collapsed=collapsed
       
    81 editable=editable
       
    82 expandable=expandable
       
    83 expanded=expanded
       
    84 enabled=enabled
       
    85 focusable=focusable
       
    86 focused=focused
       
    87 iconified=iconified
       
    88 modal=modal
       
    89 multiline=multiple line
       
    90 multiselectable=multiselectable
       
    91 opaque=opaque
       
    92 pressed=pressed
       
    93 resizable=resizable
       
    94 selectable=selectable
       
    95 selected=selected
       
    96 showing=showing
       
    97 singleline=single line
       
    98 transient=transient
       
    99 visible=visible
       
   100 vertical=vertical
       
   101 horizontal=horizontal
       
   102 
       
   103 # new relations, roles and states for J2SE 1.5.0
       
   104 
       
   105 # 
       
   106 # accessible relations
       
   107 #
       
   108 flowsTo=flows to
       
   109 flowsFrom=flows from
       
   110 subwindowOf=subwindow of
       
   111 parentWindowOf=parent window of
       
   112 embeds=embeds
       
   113 embeddedBy=embedded by
       
   114 childNodeOf=child node of
       
   115 
       
   116 #
       
   117 # accessible roles
       
   118 #
       
   119 header=header
       
   120 footer=footer
       
   121 paragraph=paragraph
       
   122 ruler=ruler
       
   123 editbar=editbar
       
   124 progressMonitor=progress monitor
       
   125 
       
   126 #
       
   127 # accessible states
       
   128 #
       
   129 managesDescendants=manages descendants
       
   130 indeterminate=indeterminate
       
   131 truncated=truncated
       
   132 
       
   133 # new for J2SE 1.6.0
       
   134 
       
   135 #
       
   136 # accessible roles
       
   137 #
       
   138 htmlcontainer=HTML container
       
   139 
       
   140 #
       
   141 # END OF MATERIAL TO LOCALIZE
       
   142 #