0N/A# This properties file is used to create a PropertyResourceBundle
0N/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#
0N/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
0N/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
5012N/AFileChooser.acceptAllFileFilter.textAndMnemonic=*
5012N/AFileChooser.cancelButton.textAndMnemonic=Cancelar
5012N/AFileChooser.saveButton.textAndMnemonic=Guardar
5012N/AFileChooser.openButton.textAndMnemonic=Aceptar
5012N/AFileChooser.saveDialogTitle.textAndMnemonic=Guardar
5012N/AFileChooser.openDialogTitle.textAndMnemonic=Abrir
5012N/AFileChooser.updateButton.textAndMnemonic=Actualizar
5012N/AFileChooser.helpButton.textAndMnemonic=Ayuda
5784N/AFileChooser.pathLabel.textAndMnemonic=Introducir nombre de ruta de acceso o car&peta:
5371N/AFileChooser.filterLabel.textAndMnemonic=Filt&ro
5784N/AFileChooser.foldersLabel.textAndMnemonic=Carpe&tas
5371N/AFileChooser.filesLabel.textAndMnemonic=Arch&ivos
5371N/AFileChooser.enterFileNameLabel.textAndMnemonic=I&ntroducir nombre de archivo:
5012N/AFileChooser.enterFolderNameLabel.textAndMnemonic=Introducir nombre de carpeta:
0N/A
5012N/AFileChooser.cancelButtonToolTip.textAndMnemonic=Abortar cuadro de di\u00E1logo del selector de archivos.
5012N/AFileChooser.saveButtonToolTip.textAndMnemonic=Guardar archivo seleccionado.
5012N/AFileChooser.openButtonToolTip.textAndMnemonic=Abrir archivo seleccionado.
5012N/AFileChooser.updateButtonToolTip.textAndMnemonic=Actualizar lista de directorios.
5012N/AFileChooser.helpButtonToolTip.textAndMnemonic=Ayuda del selector de archivos.