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