motif_es.properties revision 5012
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.acceptAllFileFilter.textAndMnemonic=*
2362N/AFileChooser.cancelButton.textAndMnemonic=Cancelar
2362N/AFileChooser.saveButton.textAndMnemonic=Guardar
0N/AFileChooser.openButton.textAndMnemonic=Aceptar
0N/AFileChooser.saveDialogTitle.textAndMnemonic=Guardar
0N/AFileChooser.openDialogTitle.textAndMnemonic=Abrir
0N/AFileChooser.updateButton.textAndMnemonic=Actualizar
0N/AFileChooser.helpButton.textAndMnemonic=Ayuda
0N/AFileChooser.pathLabel.textAndMnemonic=Introducir nombre de la ruta de acceso o carpeta:
0N/AFileChooser.filterLabel.textAndMnemonic=Filtro
0N/AFileChooser.foldersLabel.textAndMnemonic=Carpetas
0N/AFileChooser.filesLabel.textAndMnemonic=Archivos
0N/AFileChooser.enterFileNameLabel.textAndMnemonic=Introducir nombre de archivo:
0N/AFileChooser.enterFolderNameLabel.textAndMnemonic=Introducir nombre de carpeta:
0N/A
0N/AFileChooser.cancelButtonToolTip.textAndMnemonic=Abortar cuadro de di\u00E1logo del selector de archivos.
0N/AFileChooser.saveButtonToolTip.textAndMnemonic=Guardar archivo seleccionado.
0N/AFileChooser.openButtonToolTip.textAndMnemonic=Abrir archivo seleccionado.
0N/AFileChooser.updateButtonToolTip.textAndMnemonic=Actualizar lista de directorios.
0N/AFileChooser.helpButtonToolTip.textAndMnemonic=Ayuda del selector de archivos.
0N/A