blob: d43facb6be09dce721300b20eef1731bb43730f3 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001# 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:
9GTKColorChooserPanel.nameText=GTK Color Chooser
10# mnemonic as a VK_ constant
11GTKColorChooserPanel.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.
23GTKColorChooserPanel.hueText=\u8272\u8abf(H):
24GTKColorChooserPanel.hueMnemonic=72
25
26GTKColorChooserPanel.redText=\u7d05(E):
27GTKColorChooserPanel.redMnemonic=69
28
29GTKColorChooserPanel.saturationText=\u98fd\u548c(S):
30GTKColorChooserPanel.saturationMnemonic=83
31
32GTKColorChooserPanel.greenText=\u7da0(G):
33GTKColorChooserPanel.greenMnemonic=71
34
35GTKColorChooserPanel.valueText=\u503c(V):
36GTKColorChooserPanel.valueMnemonic=86
37
38GTKColorChooserPanel.blueText=\u85cd(B):
39GTKColorChooserPanel.blueMnemonic=66
40
41GTKColorChooserPanel.colorNameText=\u984f\u8272\u540d\u7a31(N):
42GTKColorChooserPanel.colorNameMnemonic=78
43
44
45
46############ FILE CHOOSER STRINGS #############
47
48FileChooser.acceptAllFileFilterText=\u6240\u6709\u6a94\u6848
49FileChooser.newFolderButtonText=\u65b0\u6a94\u6848\u593e
50FileChooser.newFolderButtonMnemonic=78
51FileChooser.newFolderDialogText=\u6a94\u6848\u593e\u540d\u7a31:
52FileChooser.newFolderNoDirectoryErrorTitleText=Error
53FileChooser.newFolderNoDirectoryErrorText=Error creating directory "{0}": No such file or directory
54FileChooser.deleteFileButtonText=\u522a\u9664\u6a94\u6848
55FileChooser.deleteFileButtonMnemonic=76
56FileChooser.renameFileButtonText=\u91cd\u65b0\u547d\u540d\u6a94\u6848
57FileChooser.renameFileButtonMnemonic=82
58FileChooser.cancelButtonText=\u53d6\u6d88
59FileChooser.cancelButtonMnemonic=67
60FileChooser.saveButtonText=\u5132\u5b58
61FileChooser.saveButtonMnemonic=79
62FileChooser.openButtonText=\u78ba\u5b9a
63FileChooser.openButtonMnemonic=79
64FileChooser.saveDialogTitleText=\u5132\u5b58
65FileChooser.openDialogTitleText=\u958b\u555f
66FileChooser.pathLabelText=\u9078\u53d6:
67FileChooser.filterLabelText=\u904e\u6ffe\u5668:
68FileChooser.pathLabelMnemonic=83
69FileChooser.foldersLabelText=\u6a94\u6848\u593e
70FileChooser.foldersLabelMnemonic=68
71FileChooser.filesLabelText=\u6a94\u6848
72FileChooser.filesLabelMnemonic=70
73
74FileChooser.cancelButtonToolTipText=\u4e2d\u65b7\u6a94\u6848\u9078\u64c7\u7a0b\u5f0f\u5c0d\u8a71\u65b9\u584a\u3002
75FileChooser.saveButtonToolTipText=\u5132\u5b58\u9078\u53d6\u7684\u6a94\u6848\u3002
76FileChooser.openButtonToolTipText=\u958b\u555f\u9078\u53d6\u7684\u6a94\u6848\u3002
77
78FileChooser.renameFileDialogText=\u5c07\u6a94\u6848 "{0}" \u91cd\u65b0\u547d\u540d\u70ba
79FileChooser.renameFileErrorTitle=\u932f\u8aa4
80FileChooser.renameFileErrorText=\u5c07\u6a94\u6848 "{0}" \u91cd\u65b0\u547d\u540d\u70ba "{1}" \u6642\u51fa\u73fe\u932f\u8aa4
81
82OptionPane.okButtonMnemonic=79
83OptionPane.cancelButtonMnemonic=67