motif_es.properties revision 0
0N/A# This properties file is used to create a PropertyResourceBundle
2362N/A# It contains Locale specific strings used be the Motif Look and Feel.
0N/A# Currently, the following components need this for support:
0N/A#
0N/A# FileChooser
0N/A#
2362N/A# When this file is read in, the strings are put into the
0N/A# defaults table. This is an implementation detail of the current
2362N/A# workings of Swing. DO NOT DEPEND ON THIS.
0N/A# This may change in future versions of Swing as we improve localization
0N/A# support.
0N/A#
0N/A# Refer to the note in basic.properties for a description as to what
0N/A# the mnemonics correspond to and how to calculate them.
0N/A#
0N/A# @author Steve Wilson
0N/A
0N/A
0N/A############ FILE CHOOSER STRINGS #############
0N/A
2362N/AFileChooser.acceptAllFileFilterText=*
2362N/AFileChooser.cancelButtonText=Cancelar
2362N/AFileChooser.saveButtonText=Guardar
0N/AFileChooser.openButtonText=Aceptar
0N/AFileChooser.saveDialogTitleText=Guardar
0N/AFileChooser.openDialogTitleText=Abrir
0N/AFileChooser.updateButtonText=Actualizar
0N/AFileChooser.helpButtonText=Ayuda
0N/AFileChooser.pathLabelText=Introducir v\u00eda de acceso o nombre de carpeta:
0N/AFileChooser.filterLabelText=Filtro
0N/AFileChooser.foldersLabelText=Carpetas
0N/AFileChooser.filesLabelText=Archivos
0N/AFileChooser.enterFileNameLabelText=Introducir nombre de archivo:
0N/AFileChooser.enterFolderNameLabelText=Enter folder name:
0N/A
0N/AFileChooser.cancelButtonToolTipText=Cuadro de di\u00e1logo para cancelar elector de archivo.
0N/AFileChooser.saveButtonToolTipText=Guardar archivo seleccionado.
0N/AFileChooser.openButtonToolTipText=Abrir archivo seleccionado.
0N/AFileChooser.updateButtonToolTipText=Actualizar lista de directorios.
0N/AFileChooser.helpButtonToolTipText=Ayuda elector de archivos.
0N/A