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 
  21 FileChooser.acceptAllFileFilter.textAndMnemonic=*
  22 FileChooser.cancelButton.textAndMnemonic=\u53D6\u6D88
  23 FileChooser.saveButton.textAndMnemonic=\u5132\u5B58
  24 FileChooser.openButton.textAndMnemonic=\u78BA\u5B9A
  25 FileChooser.saveDialogTitle.textAndMnemonic=\u5132\u5B58
  26 FileChooser.openDialogTitle.textAndMnemonic=\u958B\u555F
  27 FileChooser.updateButton.textAndMnemonic=\u66F4\u65B0
  28 FileChooser.helpButton.textAndMnemonic=\u8AAA\u660E
  29 FileChooser.pathLabel.textAndMnemonic=\u8F38\u5165\u8DEF\u5F91\u6216\u8CC7\u6599\u593E\u540D\u7A31(&P):
  30 FileChooser.filterLabel.textAndMnemonic=\u7BE9\u9078(&R)
  31 FileChooser.foldersLabel.textAndMnemonic=\u8CC7\u6599\u593E(&L)
  32 FileChooser.filesLabel.textAndMnemonic=\u6A94\u6848(&I)
  33 FileChooser.enterFileNameLabel.textAndMnemonic=\u8F38\u5165\u6A94\u6848\u540D\u7A31(&N):
  34 FileChooser.enterFolderNameLabel.textAndMnemonic=\u8F38\u5165\u8CC7\u6599\u593E\u540D\u7A31:
  35 
  36 FileChooser.cancelButtonToolTip.textAndMnemonic=\u4E2D\u6B62\u6A94\u6848\u9078\u64C7\u5668\u5C0D\u8A71\u65B9\u584A\u3002
  37 FileChooser.saveButtonToolTip.textAndMnemonic=\u5132\u5B58\u9078\u53D6\u7684\u6A94\u6848\u3002
  38 FileChooser.openButtonToolTip.textAndMnemonic=\u958B\u555F\u9078\u53D6\u7684\u6A94\u6848\u3002
  39 FileChooser.updateButtonToolTip.textAndMnemonic=\u66F4\u65B0\u76EE\u9304\u6E05\u55AE\u3002
  40 FileChooser.helpButtonToolTip.textAndMnemonic=\u300C\u6A94\u6848\u9078\u64C7\u5668\u300D\u8AAA\u660E\u3002