blob: eb32a6d04a7e3c30df74aace3a3a1297b2819a2c [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001# 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.acceptAllFileFilterText=*
22FileChooser.cancelButtonText=Cancel
23FileChooser.saveButtonText=Save
24FileChooser.openButtonText=OK
25FileChooser.saveDialogTitleText=Save
26FileChooser.openDialogTitleText=Open
27FileChooser.updateButtonText=Update
28FileChooser.helpButtonText=Help
29FileChooser.pathLabelText=Enter path or folder name:
30FileChooser.filterLabelText=Filter
31FileChooser.foldersLabelText=Folders
32FileChooser.filesLabelText=Files
33FileChooser.enterFileNameLabelText=Enter file name:
34FileChooser.enterFolderNameLabelText=Enter folder name:
35
36FileChooser.cancelButtonToolTipText=Abort file chooser dialog.
37FileChooser.saveButtonToolTipText=Save selected file.
38FileChooser.openButtonToolTipText=Open selected file.
39FileChooser.updateButtonToolTipText=Update directory listing.
40FileChooser.helpButtonToolTipText=FileChooser help.