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=预警
  17 awtcomponent=AWT 组件
  18 checkbox=复选框
  19 colorchooser=颜色选择器
  20 columnheader=列标题
  21 combobox=组合框
  22 canvas=画布
  23 desktopicon=桌面图标
  24 desktoppane=桌面窗格
  25 dialog=对话
  26 directorypane=目录窗格
  27 glasspane=玻璃窗格
  28 filechooser=文件选择器
  29 filler=漏斗
  30 frame=框架
  31 internalframe=内部框架
  32 label=标签
  33 layeredpane=分层窗格
  34 list=列表
  35 listitem=列表项
  36 menubar=菜单栏
  37 menu=菜单
  38 menuitem=菜单项
  39 optionpane=选项窗格
  40 pagetab=页标签
  41 pagetablist=页标签列表
  42 panel=面板
  43 passwordtext=口令文本
  44 popupmenu=弹出式菜单
  45 progressbar=进度栏
  46 pushbutton=按钮
  47 radiobutton=单选按钮
  48 rootpane=根窗格
  49 rowheader=行标题
  50 scrollbar=滚动条
  51 scrollpane=滚动窗格
  52 separator=分隔条
  53 slider=滑块
  54 splitpane=拆分窗格
  55 swingcomponent=旋转组件
  56 table=表
  57 text=文本
  58 tree=树
  59 togglebutton=切换按钮
  60 toolbar=工具栏
  61 tooltip=工具提示
  62 unknown=未知
  63 viewport=视窗
  64 window=窗口
  65 #
  66 # accessible relations
  67 #
  68 labelFor=标签属于
  69 labeledBy=标签制作者
  70 memberOf=属于
  71 controlledBy=controlledBy
  72 controllerFor=controllerFor
  73 #
  74 # accessible states
  75 #
  76 active=活动
  77 armed=待命
  78 busy=忙
  79 checked=已选中
  80 collapsed=已收缩
  81 editable=可编辑
  82 expandable=可展开
  83 expanded=已展开
  84 enabled=启用
  85 focusable=可集中
  86 focused=已集中
  87 iconified=图标式
  88 modal=模态
  89 multiline=多行
  90 multiselectable=多选择
  91 opaque=不透明
  92 pressed=已按下
  93 resizable=可调整大小
  94 selectable=可选择
  95 selected=所选
  96 showing=正在显示
  97 singleline=单行
  98 transient=瞬时
  99 visible=可见
 100 vertical=垂直
 101 horizontal=水平
 102 #
 103 # accessible actions
 104 #
 105 toggle expand=切换展开
 106 
 107 # new relations, roles and states for J2SE 1.5.0
 108 
 109 # 
 110 # accessible relations
 111 #
 112 flowsTo=流向
 113 flowsFrom=流自
 114 subwindowOf=子窗口
 115 parentWindowOf=父窗口
 116 embeds=嵌入项
 117 embeddedBy=嵌入者
 118 childNodeOf=子节点
 119 
 120 #
 121 # accessible roles
 122 #
 123 header=页眉
 124 footer=页脚
 125 paragraph=段落
 126 ruler=标尺
 127 editbar=编辑栏
 128 progressMonitor=进度监视器
 129 
 130 #
 131 # accessible states
 132 #
 133 managesDescendants=管理子项
 134 indeterminate=不确定
 135 truncated=已截断
 136 
 137 # new for J2SE 1.6.0
 138 
 139 #
 140 # accessible roles
 141 #
 142 htmlcontainer=HTML 容器
 143 
 144 #
 145 # END OF MATERIAL TO LOCALIZE
 146 #