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