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=\u53D6\u6D88
23FileChooser.saveButton.textAndMnemonic=\u4FDD\u5B58
24FileChooser.openButton.textAndMnemonic=\u786E\u5B9A
25FileChooser.saveDialogTitle.textAndMnemonic=\u4FDD\u5B58
26FileChooser.openDialogTitle.textAndMnemonic=\u6253\u5F00
27FileChooser.updateButton.textAndMnemonic=\u66F4\u65B0
28FileChooser.helpButton.textAndMnemonic=\u5E2E\u52A9
29FileChooser.pathLabel.textAndMnemonic=\u8F93\u5165\u8DEF\u5F84\u6216\u6587\u4EF6\u5939\u540D(&P):
30FileChooser.filterLabel.textAndMnemonic=\u7B5B\u9009\u5668(&R)
31FileChooser.foldersLabel.textAndMnemonic=\u6587\u4EF6\u5939(&L)
32FileChooser.filesLabel.textAndMnemonic=\u6587\u4EF6(&I)
33FileChooser.enterFileNameLabel.textAndMnemonic=\u8F93\u5165\u6587\u4EF6\u540D(&N):
34FileChooser.enterFolderNameLabel.textAndMnemonic=\u8F93\u5165\u6587\u4EF6\u5939\u540D:
35
36FileChooser.cancelButtonToolTip.textAndMnemonic=\u4E2D\u6B62\u6587\u4EF6\u9009\u62E9\u5668\u5BF9\u8BDD\u6846\u3002
37FileChooser.saveButtonToolTip.textAndMnemonic=\u4FDD\u5B58\u6240\u9009\u6587\u4EF6\u3002
38FileChooser.openButtonToolTip.textAndMnemonic=\u6253\u5F00\u6240\u9009\u6587\u4EF6\u3002
39FileChooser.updateButtonToolTip.textAndMnemonic=\u66F4\u65B0\u76EE\u5F55\u5217\u8868\u3002
40FileChooser.helpButtonToolTip.textAndMnemonic=FileChooser \u5E2E\u52A9\u3002
41