motif.properties revision 0
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
0N/AFileChooser.acceptAllFileFilterText=*
0N/AFileChooser.cancelButtonText=Cancel
0N/AFileChooser.saveButtonText=Save
0N/AFileChooser.openButtonText=OK
0N/AFileChooser.saveDialogTitleText=Save
0N/AFileChooser.openDialogTitleText=Open
0N/AFileChooser.updateButtonText=Update
0N/AFileChooser.helpButtonText=Help
0N/AFileChooser.pathLabelText=Enter path or folder name:
0N/AFileChooser.filterLabelText=Filter
0N/AFileChooser.foldersLabelText=Folders
0N/AFileChooser.filesLabelText=Files
0N/AFileChooser.enterFileNameLabelText=Enter file name:
0N/AFileChooser.enterFolderNameLabelText=Enter folder name:
0N/A
0N/AFileChooser.cancelButtonToolTipText=Abort file chooser dialog.
0N/AFileChooser.saveButtonToolTipText=Save selected file.
0N/AFileChooser.openButtonToolTipText=Open selected file.
0N/AFileChooser.updateButtonToolTipText=Update directory listing.
0N/AFileChooser.helpButtonToolTipText=FileChooser help.