# This properties file is used to create a PropertyResourceBundle # It contains Locale specific strings used be the Motif Look and Feel. # Currently, the following components need this for support: # # FileChooser # # When this file is read in, the strings are put into the # defaults table. This is an implementation detail of the current # workings of Swing. DO NOT DEPEND ON THIS. # This may change in future versions of Swing as we improve localization # support. # # Refer to the note in basic.properties for a description as to what # the mnemonics correspond to and how to calculate them. # # @author Steve Wilson ############ FILE CHOOSER STRINGS ############# FileChooser.acceptAllFileFilter.textAndMnemonic=* FileChooser.cancelButton.textAndMnemonic=取消 FileChooser.saveButton.textAndMnemonic=保存 FileChooser.openButton.textAndMnemonic=确定 FileChooser.saveDialogTitle.textAndMnemonic=保存 FileChooser.openDialogTitle.textAndMnemonic=打开 FileChooser.updateButton.textAndMnemonic=更新 FileChooser.helpButton.textAndMnemonic=帮助 FileChooser.pathLabel.textAndMnemonic=输入路径或文件夹名(&P): FileChooser.filterLabel.textAndMnemonic=筛选器(&R) FileChooser.foldersLabel.textAndMnemonic=文件夹(&L) FileChooser.filesLabel.textAndMnemonic=文件(&I) FileChooser.enterFileNameLabel.textAndMnemonic=输入文件名(&N): FileChooser.enterFolderNameLabel.textAndMnemonic=输入文件夹名: FileChooser.cancelButtonToolTip.textAndMnemonic=中止文件选择器对话框。 FileChooser.saveButtonToolTip.textAndMnemonic=保存所选文件。 FileChooser.openButtonToolTip.textAndMnemonic=打开所选文件。 FileChooser.updateButtonToolTip.textAndMnemonic=更新目录列表。 FileChooser.helpButtonToolTip.textAndMnemonic=FileChooser 帮助。