1# This properties file is used to create a PropertyResourceBundle
2# It contains Locale specific strings used be the Motif Look and Feel.
3# Currently, the following components need this for support:
4#
5#    FileChooser
6#
7# When this file is read in, the strings are put into the
8# defaults table.  This is an implementation detail of the current
9# workings of Swing.  DO NOT DEPEND ON THIS.
10# This may change in future versions of Swing as we improve localization
11# support.
12#
13# Refer to the note in basic.properties for a description as to what
14# the mnemonics correspond to and how to calculate them.
15#
16# @author Steve Wilson
17
18
19############ FILE CHOOSER STRINGS #############
20
21FileChooser.acceptAllFileFilter.textAndMnemonic=*
22FileChooser.cancelButton.textAndMnemonic=Cancel
23FileChooser.saveButton.textAndMnemonic=Save
24FileChooser.openButton.textAndMnemonic=OK
25FileChooser.saveDialogTitle.textAndMnemonic=Save
26FileChooser.openDialogTitle.textAndMnemonic=Open
27FileChooser.updateButton.textAndMnemonic=Update
28FileChooser.helpButton.textAndMnemonic=Help
29FileChooser.pathLabel.textAndMnemonic=Enter &path or folder name:
30FileChooser.filterLabel.textAndMnemonic=Filte&r
31FileChooser.foldersLabel.textAndMnemonic=Fo&lders
32FileChooser.filesLabel.textAndMnemonic=F&iles
33FileChooser.enterFileNameLabel.textAndMnemonic=E&nter file name:
34FileChooser.enterFolderNameLabel.textAndMnemonic=Enter folder name:
35
36FileChooser.cancelButtonToolTip.textAndMnemonic=Abort file chooser dialog.
37FileChooser.saveButtonToolTip.textAndMnemonic=Save selected file.
38FileChooser.openButtonToolTip.textAndMnemonic=Open selected file.
39FileChooser.updateButtonToolTip.textAndMnemonic=Update directory listing.
40FileChooser.helpButtonToolTip.textAndMnemonic=FileChooser help.
41