1 #
   2 # Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 # Refer to the note in basic.properties for a description as to what
  27 # the mnemonics correspond to and how to calculate them.
  28 
  29 
  30 
  31 # GTK specific properties
  32 
  33 # GTK color chooser properties:
  34 GTKColorChooserPanel.textAndMnemonic=GTK \u989C\u8272\u9009\u62E9\u5668(&G)
  35 # mnemonic as a VK_ constant
  36 
  37 GTKColorChooserPanel.hue.textAndMnemonic=\u8272\u8C03(&H):
  38 
  39 GTKColorChooserPanel.red.textAndMnemonic=\u7EA2\u8272(&E):
  40 
  41 GTKColorChooserPanel.saturation.textAndMnemonic=\u9971\u548C\u5EA6(&S):
  42 
  43 GTKColorChooserPanel.green.textAndMnemonic=\u7EFF\u8272(&G):
  44 
  45 GTKColorChooserPanel.value.textAndMnemonic=\u503C(&V):
  46 
  47 GTKColorChooserPanel.blue.textAndMnemonic=\u84DD\u8272(&B):
  48 
  49 GTKColorChooserPanel.color.textAndMnemonic=\u989C\u8272\u540D(&N):
  50 
  51 
  52 
  53 ############ FILE CHOOSER STRINGS #############
  54 
  55 FileChooser.acceptAllFileFilter.textAndMnemonic=\u6240\u6709\u6587\u4EF6
  56 FileChooser.newFolderButton.textAndMnemonic=\u65B0\u6587\u4EF6\u5939(&N)
  57 FileChooser.newFolderDialog.textAndMnemonic=\u6587\u4EF6\u5939\u540D: 
  58 FileChooser.newFolderNoDirectoryErrorTitle.textAndMnemonic=\u9519\u8BEF
  59 FileChooser.newFolderNoDirectoryError.textAndMnemonic=\u521B\u5EFA\u76EE\u5F55 "{0}" \u65F6\u51FA\u9519: \u6CA1\u6709\u6B64\u7C7B\u6587\u4EF6\u6216\u76EE\u5F55
  60 FileChooser.deleteFileButton.textAndMnemonic=\u5220\u9664\u6587\u4EF6(&L)
  61 FileChooser.renameFileButton.textAndMnemonic=\u91CD\u547D\u540D\u6587\u4EF6(&R)
  62 FileChooser.cancelButton.textAndMnemonic=\u53D6\u6D88
  63 FileChooser.saveButton.textAndMnemonic=\u786E\u5B9A
  64 FileChooser.openButton.textAndMnemonic=\u786E\u5B9A
  65 FileChooser.saveDialogTitle.textAndMnemonic=\u4FDD\u5B58
  66 FileChooser.openDialogTitle.textAndMnemonic=\u6253\u5F00
  67 FileChooser.pathLabel.textAndMnemonic=\u9009\u5B9A\u5185\u5BB9(&S):
  68 FileChooser.filterLabel.textAndMnemonic=\u7B5B\u9009\u5668: 
  69 FileChooser.foldersLabel.textAndMnemonic=\u6587\u4EF6\u5939(&D)
  70 FileChooser.filesLabel.textAndMnemonic=\u6587\u4EF6(&F)
  71 
  72 FileChooser.cancelButtonToolTip.textAndMnemonic=\u4E2D\u6B62\u6587\u4EF6\u9009\u62E9\u5668\u5BF9\u8BDD\u6846\u3002
  73 FileChooser.saveButtonToolTip.textAndMnemonic=\u4FDD\u5B58\u6240\u9009\u6587\u4EF6\u3002
  74 FileChooser.openButtonToolTip.textAndMnemonic=\u6253\u5F00\u6240\u9009\u6587\u4EF6\u3002
  75 
  76 FileChooser.renameFileDialog.textAndMnemonic=\u5C06\u6587\u4EF6 "{0}" \u91CD\u547D\u540D\u4E3A
  77 FileChooser.renameFileError.titleAndMnemonic=\u9519\u8BEF
  78 FileChooser.renameFileError.textAndMnemonic=\u5C06\u6587\u4EF6 "{0}" \u91CD\u547D\u540D\u4E3A "{1}" \u65F6\u51FA\u9519
  79