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 \u8272\u5F69\u9078\u64C7\u5668(&G)
  35 # mnemonic as a VK_ constant
  36 
  37 GTKColorChooserPanel.hue.textAndMnemonic=\u8272\u8ABF(&H):
  38 
  39 GTKColorChooserPanel.red.textAndMnemonic=\u7D05(&E):
  40 
  41 GTKColorChooserPanel.saturation.textAndMnemonic=\u5F69\u5EA6(&S):
  42 
  43 GTKColorChooserPanel.green.textAndMnemonic=\u7DA0(&G):
  44 
  45 GTKColorChooserPanel.value.textAndMnemonic=\u503C(&V):
  46 
  47 GTKColorChooserPanel.blue.textAndMnemonic=\u85CD(&B):
  48 
  49 GTKColorChooserPanel.color.textAndMnemonic=\u984F\u8272\u540D\u7A31(&N):
  50 
  51 
  52 
  53 ############ FILE CHOOSER STRINGS #############
  54 
  55 FileChooser.acceptAllFileFilter.textAndMnemonic=\u6240\u6709\u6A94\u6848
  56 FileChooser.newFolderButton.textAndMnemonic=\u65B0\u5EFA\u8CC7\u6599\u593E(&N)
  57 FileChooser.newFolderDialog.textAndMnemonic=\u8CC7\u6599\u593E\u540D\u7A31:
  58 FileChooser.newFolderNoDirectoryErrorTitle.textAndMnemonic=\u932F\u8AA4
  59 FileChooser.newFolderNoDirectoryError.textAndMnemonic=\u5EFA\u7ACB\u76EE\u9304 "{0}" \u6642\u767C\u751F\u932F\u8AA4: \u6C92\u6709\u6B64\u6A94\u6848\u6216\u76EE\u9304
  60 FileChooser.deleteFileButton.textAndMnemonic=\u522A\u9664\u6A94\u6848(&L)
  61 FileChooser.renameFileButton.textAndMnemonic=\u91CD\u65B0\u547D\u540D\u6A94\u6848(&R)
  62 FileChooser.cancelButton.textAndMnemonic=\u53D6\u6D88
  63 FileChooser.saveButton.textAndMnemonic=\u78BA\u5B9A
  64 FileChooser.openButton.textAndMnemonic=\u78BA\u5B9A
  65 FileChooser.saveDialogTitle.textAndMnemonic=\u5132\u5B58
  66 FileChooser.openDialogTitle.textAndMnemonic=\u958B\u555F
  67 FileChooser.pathLabel.textAndMnemonic=\u9078\u53D6(&S):
  68 FileChooser.filterLabel.textAndMnemonic=\u7BE9\u9078:
  69 FileChooser.foldersLabel.textAndMnemonic=\u8CC7\u6599\u593E(&D)
  70 FileChooser.filesLabel.textAndMnemonic=\u6A94\u6848(&F)
  71 
  72 FileChooser.cancelButtonToolTip.textAndMnemonic=\u4E2D\u6B62\u6A94\u6848\u9078\u64C7\u5668\u5C0D\u8A71\u65B9\u584A\u3002
  73 FileChooser.saveButtonToolTip.textAndMnemonic=\u5132\u5B58\u9078\u53D6\u7684\u6A94\u6848\u3002
  74 FileChooser.openButtonToolTip.textAndMnemonic=\u958B\u555F\u9078\u53D6\u7684\u6A94\u6848\u3002
  75 
  76 FileChooser.renameFileDialog.textAndMnemonic=\u5C07\u6A94\u6848 "{0}" \u91CD\u65B0\u547D\u540D\u70BA
  77 FileChooser.renameFileError.titleAndMnemonic=\u932F\u8AA4
  78 FileChooser.renameFileError.textAndMnemonic=\u5C07\u6A94\u6848 "{0}" \u91CD\u65B0\u547D\u540D\u70BA "{1}" \u6642\u51FA\u73FE\u932F\u8AA4
  79