1 # Refer to the note in basic.properties for a description as to what
   2 # the mnemonics correspond to and how to calculate them.
   3 
   4 
   5 
   6 # GTK specific properties
   7 
   8 # GTK color chooser properties:
   9 GTKColorChooserPanel.nameText=GTK \u8272\u5F69\u9078\u64C7\u5668
  10 # mnemonic as a VK_ constant
  11 GTKColorChooserPanel.mnemonic=71
  12 # Can also define GTKColorChooserPanel.dispalyedMnemonicIndex if you
  13 # want an index other than would normally be underlined by
  14 # GTKColorChooserPanel.mnemonic to be underlined. This is only useful
  15 # if GTKColorChooserPanel.nameText defines the mnemonic character more
  16 # than once and you want a character other than the first underlined.
  17 
  18 # Text and mnemonics for the spinner. You can also defined a different
  19 # index for the mnemonic via xxxMnemonicIndex, for example
  20 # GTKColorChooserPanel.hueMnemonicIndex=1 would indicate the second
  21 # character of GTKColorChooserPanel.hueText should be underlined to
  22 # represent the mnemonic.
  23 GTKColorChooserPanel.hueText=\u8272\u8ABF:
  24 GTKColorChooserPanel.hueMnemonic=72
  25 
  26 GTKColorChooserPanel.redText=\u7D05:
  27 GTKColorChooserPanel.redMnemonic=69
  28 
  29 GTKColorChooserPanel.saturationText=\u98FD\u548C:
  30 GTKColorChooserPanel.saturationMnemonic=83
  31 
  32 GTKColorChooserPanel.greenText=\u7DA0:
  33 GTKColorChooserPanel.greenMnemonic=71
  34 
  35 GTKColorChooserPanel.valueText=\u503C:
  36 GTKColorChooserPanel.valueMnemonic=86
  37 
  38 GTKColorChooserPanel.blueText=\u85CD:
  39 GTKColorChooserPanel.blueMnemonic=66
  40 
  41 GTKColorChooserPanel.colorNameText=\u984F\u8272\u540D\u7A31:
  42 GTKColorChooserPanel.colorNameMnemonic=78
  43 
  44 
  45 
  46 ############ FILE CHOOSER STRINGS #############
  47 
  48 FileChooser.acceptAllFileFilterText=\u6240\u6709\u6A94\u6848
  49 FileChooser.newFolderButtonText=\u65B0\u8CC7\u6599\u593E
  50 FileChooser.newFolderButtonMnemonic=78
  51 FileChooser.newFolderDialogText=\u8CC7\u6599\u593E\u540D\u7A31:
  52 FileChooser.newFolderNoDirectoryErrorTitleText=\u932F\u8AA4
  53 FileChooser.newFolderNoDirectoryErrorText=\u5EFA\u7ACB\u76EE\u9304 "{0}" \u6642\u767C\u751F\u932F\u8AA4: \u6C92\u6709\u6B64\u6A94\u6848\u6216\u76EE\u9304
  54 FileChooser.deleteFileButtonText=\u522A\u9664\u6A94\u6848
  55 FileChooser.deleteFileButtonMnemonic=76
  56 FileChooser.renameFileButtonText=\u91CD\u65B0\u547D\u540D\u6A94\u6848
  57 FileChooser.renameFileButtonMnemonic=82
  58 FileChooser.cancelButtonText=\u53D6\u6D88
  59 FileChooser.cancelButtonMnemonic=67
  60 FileChooser.saveButtonText=\u78BA\u5B9A
  61 FileChooser.saveButtonMnemonic=79
  62 FileChooser.openButtonText=\u78BA\u5B9A
  63 FileChooser.openButtonMnemonic=79
  64 FileChooser.saveDialogTitleText=\u5132\u5B58
  65 FileChooser.openDialogTitleText=\u958B\u555F
  66 FileChooser.pathLabelText=\u9078\u53D6:
  67 FileChooser.filterLabelText=\u7BE9\u9078:
  68 FileChooser.pathLabelMnemonic=83
  69 FileChooser.foldersLabelText=\u8CC7\u6599\u593E
  70 FileChooser.foldersLabelMnemonic=68
  71 FileChooser.filesLabelText=\u6A94\u6848
  72 FileChooser.filesLabelMnemonic=70
  73 
  74 FileChooser.cancelButtonToolTipText=\u4E2D\u6B62\u6A94\u6848\u9078\u64C7\u5668\u5C0D\u8A71\u65B9\u584A\u3002
  75 FileChooser.saveButtonToolTipText=\u5132\u5B58\u9078\u53D6\u7684\u6A94\u6848\u3002
  76 FileChooser.openButtonToolTipText=\u958B\u555F\u9078\u53D6\u7684\u6A94\u6848\u3002
  77 
  78 FileChooser.renameFileDialogText=\u5C07\u6A94\u6848 "{0}" \u91CD\u65B0\u547D\u540D\u70BA
  79 FileChooser.renameFileErrorTitle=\u932F\u8AA4 
  80 FileChooser.renameFileErrorText=\u5C07\u6A94\u6848 "{0}" \u91CD\u65B0\u547D\u540D\u70BA "{1}" \u6642\u51FA\u73FE\u932F\u8AA4
  81 
  82 OptionPane.okButtonMnemonic=79
  83 OptionPane.cancelButtonMnemonic=67