gtk_zh_CN.properties revision 0
3153N/A# Refer to the note in basic.properties for a description as to what
3162N/A# the mnemonics correspond to and how to calculate them.
3153N/A
3153N/A
3153N/A
3153N/A# GTK specific properties
3153N/A
3153N/A# GTK color chooser properties:
3153N/AGTKColorChooserPanel.nameText=GTK Color Chooser
3153N/A# mnemonic as a VK_ constant
3153N/AGTKColorChooserPanel.mnemonic=71
3153N/A# Can also define GTKColorChooserPanel.dispalyedMnemonicIndex if you
3153N/A# want an index other than would normally be underlined by
3153N/A# GTKColorChooserPanel.mnemonic to be underlined. This is only useful
3153N/A# if GTKColorChooserPanel.nameText defines the mnemonic character more
3153N/A# than once and you want a character other than the first underlined.
3153N/A
3153N/A# Text and mnemonics for the spinner. You can also defined a different
3153N/A# index for the mnemonic via xxxMnemonicIndex, for example
3153N/A# GTKColorChooserPanel.hueMnemonicIndex=1 would indicate the second
3153N/A# character of GTKColorChooserPanel.hueText should be underlined to
3153N/A# represent the mnemonic.
3153N/AGTKColorChooserPanel.hueText=\u8272\u8c03(H)\uff1a
3153N/AGTKColorChooserPanel.hueMnemonic=72
3153N/A
3153N/AGTKColorChooserPanel.redText=\u7ea2(E)\uff1a
3153N/AGTKColorChooserPanel.redMnemonic=69
3153N/A
3153N/AGTKColorChooserPanel.saturationText=\u9971\u548c\u5ea6(S)\uff1a
3153N/AGTKColorChooserPanel.saturationMnemonic=83
3153N/A
3153N/AGTKColorChooserPanel.greenText=\u7eff(G)\uff1a
3153N/AGTKColorChooserPanel.greenMnemonic=71
3153N/A
3153N/AGTKColorChooserPanel.valueText=\u503c(V)\uff1a
3153N/AGTKColorChooserPanel.valueMnemonic=86
3153N/A
3153N/AGTKColorChooserPanel.blueText=\u84dd(B)\uff1a
3153N/AGTKColorChooserPanel.blueMnemonic=66
3153N/A
3153N/AGTKColorChooserPanel.colorNameText=\u989c\u8272\u540d\u79f0(N)\uff1a
3153N/AGTKColorChooserPanel.colorNameMnemonic=78
3153N/A
3153N/A
3153N/A
3153N/A############ FILE CHOOSER STRINGS #############
3153N/A
3153N/AFileChooser.acceptAllFileFilterText=\u6240\u6709\u6587\u4ef6
3153N/AFileChooser.newFolderButtonText=\u65b0\u5efa\u6587\u4ef6\u5939
3153N/AFileChooser.newFolderButtonMnemonic=78
3153N/AFileChooser.newFolderDialogText=\u6587\u4ef6\u5939\u540d\uff1a
3153N/AFileChooser.newFolderNoDirectoryErrorTitleText=Error
3153N/AFileChooser.newFolderNoDirectoryErrorText=Error creating directory "{0}": No such file or directory
3153N/AFileChooser.deleteFileButtonText=\u5220\u9664\u6587\u4ef6
3153N/AFileChooser.deleteFileButtonMnemonic=76
3153N/AFileChooser.renameFileButtonText=\u91cd\u547d\u540d\u6587\u4ef6
3153N/AFileChooser.renameFileButtonMnemonic=82
3153N/AFileChooser.cancelButtonText=\u53d6\u6d88
3153N/AFileChooser.cancelButtonMnemonic=67
3153N/AFileChooser.saveButtonText=\u4fdd\u5b58
3153N/AFileChooser.saveButtonMnemonic=79
3153N/AFileChooser.openButtonText=\u786e\u5b9a
3153N/AFileChooser.openButtonMnemonic=79
3153N/AFileChooser.saveDialogTitleText=\u4fdd\u5b58
3153N/AFileChooser.openDialogTitleText=\u6253\u5f00
3153N/AFileChooser.pathLabelText=\u9009\u62e9\uff1a
3153N/AFileChooser.filterLabelText=\u8fc7\u6ee4\u5668\uff1a
3153N/AFileChooser.pathLabelMnemonic=83
3153N/AFileChooser.foldersLabelText=\u6587\u4ef6\u5939
3153N/AFileChooser.foldersLabelMnemonic=68
3153N/AFileChooser.filesLabelText=\u6587\u4ef6
3153N/AFileChooser.filesLabelMnemonic=70
3153N/A
3153N/AFileChooser.cancelButtonToolTipText=\u7ec8\u6b62\u6587\u4ef6\u9009\u62e9\u5668\u5bf9\u8bdd\u6846\u3002
3153N/AFileChooser.saveButtonToolTipText=\u4fdd\u5b58\u9009\u5b9a\u7684\u6587\u4ef6\u3002
3153N/AFileChooser.openButtonToolTipText=\u6253\u5f00\u9009\u5b9a\u7684\u6587\u4ef6\u3002
3153N/A
3153N/AFileChooser.renameFileDialogText=\u5c06\u6587\u4ef6\u201c{0}\u201d\u91cd\u547d\u540d\u4e3a
3153N/AFileChooser.renameFileErrorTitle=\u9519\u8bef
3153N/AFileChooser.renameFileErrorText=\u5c06\u6587\u4ef6\u201c{0}\u201d\u91cd\u547d\u540d\u4e3a\u201c{1}\u201d\u65f6\u51fa\u9519
3153N/A
3153N/AOptionPane.okButtonMnemonic=79
3153N/AOptionPane.cancelButtonMnemonic=67
3153N/A