motif.properties revision 5012
286N/A# This properties file is used to create a PropertyResourceBundle
286N/A# It contains Locale specific strings used be the Motif Look and Feel.
286N/A# Currently, the following components need this for support:
286N/A#
286N/A# FileChooser
286N/A#
286N/A# When this file is read in, the strings are put into the
286N/A# defaults table. This is an implementation detail of the current
286N/A# workings of Swing. DO NOT DEPEND ON THIS.
286N/A# This may change in future versions of Swing as we improve localization
286N/A# support.
286N/A#
286N/A# Refer to the note in basic.properties for a description as to what
286N/A# the mnemonics correspond to and how to calculate them.
286N/A#
286N/A# @author Steve Wilson
286N/A
286N/A
286N/A############ FILE CHOOSER STRINGS #############
286N/A
286N/AFileChooser.acceptAllFileFilter.textAndMnemonic=*
286N/AFileChooser.cancelButton.textAndMnemonic=Cancel
286N/AFileChooser.saveButton.textAndMnemonic=Save
286N/AFileChooser.openButton.textAndMnemonic=OK
286N/AFileChooser.saveDialogTitle.textAndMnemonic=Save
286N/AFileChooser.openDialogTitle.textAndMnemonic=Open
286N/AFileChooser.updateButton.textAndMnemonic=Update
286N/AFileChooser.helpButton.textAndMnemonic=Help
286N/AFileChooser.pathLabel.textAndMnemonic=Enter path or folder name:
286N/AFileChooser.filterLabel.textAndMnemonic=Filter
286N/AFileChooser.foldersLabel.textAndMnemonic=Folders
286N/AFileChooser.filesLabel.textAndMnemonic=Files
286N/AFileChooser.enterFileNameLabel.textAndMnemonic=Enter file name:
286N/AFileChooser.enterFolderNameLabel.textAndMnemonic=Enter folder name:
524N/A
286N/AFileChooser.cancelButtonToolTip.textAndMnemonic=Abort file chooser dialog.
286N/AFileChooser.saveButtonToolTip.textAndMnemonic=Save selected file.
286N/AFileChooser.openButtonToolTip.textAndMnemonic=Open selected file.
286N/AFileChooser.updateButtonToolTip.textAndMnemonic=Update directory listing.
286N/AFileChooser.helpButtonToolTip.textAndMnemonic=FileChooser help.
286N/A