src/java.desktop/share/classes/com/sun/accessibility/internal/resources/accessibility_es.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

#
# Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation.  Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#

#
# This properties file is used to create a PropertyResourceBundle
# It contains Locale specific strings used be the Accessibility package.
#
# When this file is read in, the strings are put into the 
# defaults table.  This is an implementation detail of the current
# workings of Accessibility.  DO NOT DEPEND ON THIS.  
# This may change in future versions of Accessibility as we improve 
# localization support.
#
# @author  Lynn Monsanto

#
# accessible roles
#
alert=alerta
awtcomponent=componente AWT
checkbox=casilla de control
colorchooser=selector de color
columnheader=cabecera de columna
combobox=cuadro combinado
canvas=lienzo
desktopicon=icono de escritorio
desktoppane=panel de escritorio
dialog=cuadro de di\u00E1logo
directorypane=panel de directorio
glasspane=panel de cristal
filechooser=selector de archivos
filler=rellenador
frame=marco
internalframe=marco interno
label=etiqueta
layeredpane=panel en capas
list=lista
listitem=elemento de lista
menubar=barra de men\u00FAs
menu=men\u00FA
menuitem=elemento de men\u00FA
optionpane=panel de opciones
pagetab=separador de p\u00E1gina
pagetablist=lista de separadores de p\u00E1gina
panel=panel
passwordtext=texto de contrase\u00F1a
popupmenu=men\u00FA emergente
progressbar=barra de progreso
pushbutton=bot\u00F3n
radiobutton=bot\u00F3n de radio
rootpane=panel ra\u00EDz
rowheader=cabecera de filas
scrollbar=barra de desplazamiento
scrollpane=panel de desplazamiento
separator=separador
slider=deslizador
splitpane=panel de divisi\u00F3n
swingcomponent=componente swing
table=tabla
text=texto
tree=\u00E1rbol
togglebutton=bot\u00F3n conmutador
toolbar=barra de herramientas
tooltip=ayuda de burbuja
unknown=desconocido
viewport=viewport
window=ventana
#
# accessible relations
#
labelFor=etiqueta para
labeledBy=etiquetado por
memberOf=miembro de
controlledBy=controlledBy
controllerFor=controllerFor
#
# accessible states
#
active=activo
armed=armado
busy=ocupado
checked=activado
collapsed=reducido
editable=editable
expandable=ampliable
expanded=ampliado
enabled=activado
focusable=enfocable
focused=enfocado
iconified=convertido en icono
modal=modal
multiline=l\u00EDnea m\u00FAltiple
multiselectable=multiseleccionable
opaque=opaco
pressed=pulsado
resizable=redimensionable
selectable=seleccionable
selected=seleccionado
showing=mostrando
singleline=l\u00EDnea \u00FAnica
transient=transitorio
visible=visible
vertical=vertical
horizontal=horizontal
#
# accessible actions
#
toggleexpand=conmutar ampliaci\u00F3n

# new relations, roles and states for J2SE 1.5.0

# 
# accessible relations
#
flowsTo=llega a
flowsFrom=procede de
subwindowOf=ventana subordinada de
parentWindowOf=ventana principal de
embeds=embebe
embeddedBy=embebido por
childNodeOf=nodo secundario de

#
# accessible roles
#
header=cabecera
footer=pie
paragraph=p\u00E1rrafo
ruler=regla
editbar=barra de edici\u00F3n
progressMonitor=monitor de progreso

#
# accessible states
#
managesDescendants=gestiona descendientes
indeterminate=indeterminada
truncated=truncado

# new for J2SE 1.6.0

#
# accessible roles
#
htmlcontainer=Contenedor HTML

#
# END OF MATERIAL TO LOCALIZE
#