1 #
   2 # Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 #
  27 # This properties file is used to create a PropertyResourceBundle
  28 # It contains Locale specific strings used be the Accessibility package.
  29 #
  30 # When this file is read in, the strings are put into the 
  31 # defaults table.  This is an implementation detail of the current
  32 # workings of Accessibility.  DO NOT DEPEND ON THIS.  
  33 # This may change in future versions of Accessibility as we improve 
  34 # localization support.
  35 #
  36 # @author  Lynn Monsanto
  37 
  38 #
  39 # accessible roles
  40 #
  41 alert=alerta
  42 awtcomponent=componente AWT
  43 checkbox=casilla de control
  44 colorchooser=selector de color
  45 columnheader=cabecera de columna
  46 combobox=cuadro combinado
  47 canvas=lienzo
  48 desktopicon=icono de escritorio
  49 desktoppane=panel de escritorio
  50 dialog=cuadro de di\u00E1logo
  51 directorypane=panel de directorio
  52 glasspane=panel de cristal
  53 filechooser=selector de archivos
  54 filler=rellenador
  55 frame=marco
  56 internalframe=marco interno
  57 label=etiqueta
  58 layeredpane=panel en capas
  59 list=lista
  60 listitem=elemento de lista
  61 menubar=barra de men\u00FAs
  62 menu=men\u00FA
  63 menuitem=elemento de men\u00FA
  64 optionpane=panel de opciones
  65 pagetab=separador de p\u00E1gina
  66 pagetablist=lista de separadores de p\u00E1gina
  67 panel=panel
  68 passwordtext=texto de contrase\u00F1a
  69 popupmenu=men\u00FA emergente
  70 progressbar=barra de progreso
  71 pushbutton=bot\u00F3n
  72 radiobutton=bot\u00F3n de radio
  73 rootpane=panel ra\u00EDz
  74 rowheader=cabecera de filas
  75 scrollbar=barra de desplazamiento
  76 scrollpane=panel de desplazamiento
  77 separator=separador
  78 slider=deslizador
  79 splitpane=panel de divisi\u00F3n
  80 swingcomponent=componente swing
  81 table=tabla
  82 text=texto
  83 tree=\u00E1rbol
  84 togglebutton=bot\u00F3n conmutador
  85 toolbar=barra de herramientas
  86 tooltip=ayuda de burbuja
  87 unknown=desconocido
  88 viewport=viewport
  89 window=ventana
  90 #
  91 # accessible relations
  92 #
  93 labelFor=etiqueta para
  94 labeledBy=etiquetado por
  95 memberOf=miembro de
  96 controlledBy=controlledBy
  97 controllerFor=controllerFor
  98 #
  99 # accessible states
 100 #
 101 active=activo
 102 armed=armado
 103 busy=ocupado
 104 checked=activado
 105 collapsed=reducido
 106 editable=editable
 107 expandable=ampliable
 108 expanded=ampliado
 109 enabled=activado
 110 focusable=enfocable
 111 focused=enfocado
 112 iconified=convertido en icono
 113 modal=modal
 114 multiline=l\u00EDnea m\u00FAltiple
 115 multiselectable=multiseleccionable
 116 opaque=opaco
 117 pressed=pulsado
 118 resizable=redimensionable
 119 selectable=seleccionable
 120 selected=seleccionado
 121 showing=mostrando
 122 singleline=l\u00EDnea \u00FAnica
 123 transient=transitorio
 124 visible=visible
 125 vertical=vertical
 126 horizontal=horizontal
 127 #
 128 # accessible actions
 129 #
 130 toggleexpand=conmutar ampliaci\u00F3n
 131 
 132 # new relations, roles and states for J2SE 1.5.0
 133 
 134 # 
 135 # accessible relations
 136 #
 137 flowsTo=llega a
 138 flowsFrom=procede de
 139 subwindowOf=ventana subordinada de
 140 parentWindowOf=ventana principal de
 141 embeds=embebe
 142 embeddedBy=embebido por
 143 childNodeOf=nodo secundario de
 144 
 145 #
 146 # accessible roles
 147 #
 148 header=cabecera
 149 footer=pie
 150 paragraph=p\u00E1rrafo
 151 ruler=regla
 152 editbar=barra de edici\u00F3n
 153 progressMonitor=monitor de progreso
 154 
 155 #
 156 # accessible states
 157 #
 158 managesDescendants=gestiona descendientes
 159 indeterminate=indeterminada
 160 truncated=truncado
 161 
 162 # new for J2SE 1.6.0
 163 
 164 #
 165 # accessible roles
 166 #
 167 htmlcontainer=Contenedor HTML
 168 
 169 #
 170 # END OF MATERIAL TO LOCALIZE
 171 #