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=Cancel
5012N/AFileChooser.saveButton.textAndMnemonic=Save
5012N/AFileChooser.openButton.textAndMnemonic=OK
5012N/AFileChooser.saveDialogTitle.textAndMnemonic=Save
5012N/AFileChooser.openDialogTitle.textAndMnemonic=Open
5012N/AFileChooser.updateButton.textAndMnemonic=Update
5012N/AFileChooser.helpButton.textAndMnemonic=Help
5371N/AFileChooser.pathLabel.textAndMnemonic=Enter &path or folder name:
5371N/AFileChooser.filterLabel.textAndMnemonic=Filte&r
5371N/AFileChooser.foldersLabel.textAndMnemonic=Fo&lders
5371N/AFileChooser.filesLabel.textAndMnemonic=F&iles
5371N/AFileChooser.enterFileNameLabel.textAndMnemonic=E&nter file name:
5012N/AFileChooser.enterFolderNameLabel.textAndMnemonic=Enter folder name:
0N/A
5012N/AFileChooser.cancelButtonToolTip.textAndMnemonic=Abort file chooser dialog.
5012N/AFileChooser.saveButtonToolTip.textAndMnemonic=Save selected file.
5012N/AFileChooser.openButtonToolTip.textAndMnemonic=Open selected file.
5012N/AFileChooser.updateButtonToolTip.textAndMnemonic=Update directory listing.
5012N/AFileChooser.helpButtonToolTip.textAndMnemonic=FileChooser help.