blob: 9d9c14f7e30fbaf80ce6b9b728a877ffc1f97887 [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 \u30ab\u30e9\u30fc\u30c1\u30e5\u30fc\u30b6
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\u5408\u3044(H):
24GTKColorChooserPanel.hueMnemonic=72
25
26GTKColorChooserPanel.redText=\u8d64(E):
27GTKColorChooserPanel.redMnemonic=69
28
29GTKColorChooserPanel.saturationText=\u5f69\u5ea6(S):
30GTKColorChooserPanel.saturationMnemonic=83
31
32GTKColorChooserPanel.greenText=\u7dd1(G):
33GTKColorChooserPanel.greenMnemonic=71
34
35GTKColorChooserPanel.valueText=\u5024(V):
36GTKColorChooserPanel.valueMnemonic=86
37
38GTKColorChooserPanel.blueText=\u9752(B):
39GTKColorChooserPanel.blueMnemonic=66
40
41GTKColorChooserPanel.colorNameText=\u8272\u540d(N):
42GTKColorChooserPanel.colorNameMnemonic=78
43
44
45
46############ FILE CHOOSER STRINGS #############
47
48FileChooser.acceptAllFileFilterText=\u3059\u3079\u3066\u306e\u30d5\u30a1\u30a4\u30eb
49FileChooser.newFolderButtonText=\u65b0\u898f\u30d5\u30a9\u30eb\u30c0
50FileChooser.newFolderButtonMnemonic=78
51FileChooser.newFolderDialogText=\u30d5\u30a9\u30eb\u30c0\u540d:
52FileChooser.newFolderNoDirectoryErrorTitleText=Error
53FileChooser.newFolderNoDirectoryErrorText=Error creating directory "{0}": No such file or directory
54FileChooser.deleteFileButtonText=\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664
55FileChooser.deleteFileButtonMnemonic=76
56FileChooser.renameFileButtonText=\u30d5\u30a1\u30a4\u30eb\u540d\u3092\u5909\u66f4
57FileChooser.renameFileButtonMnemonic=82
58FileChooser.cancelButtonText=\u53d6\u6d88\u3057
59FileChooser.cancelButtonMnemonic=67
60FileChooser.saveButtonText=\u4fdd\u5b58
61FileChooser.saveButtonMnemonic=79
62FileChooser.openButtonText=\u4e86\u89e3
63FileChooser.openButtonMnemonic=79
64FileChooser.saveDialogTitleText=\u4fdd\u5b58
65FileChooser.openDialogTitleText=\u958b\u304f
66FileChooser.pathLabelText=\u9078\u629e:
67FileChooser.filterLabelText=\u30d5\u30a3\u30eb\u30bf:
68FileChooser.pathLabelMnemonic=83
69FileChooser.foldersLabelText=\u30d5\u30a9\u30eb\u30c0
70FileChooser.foldersLabelMnemonic=68
71FileChooser.filesLabelText=\u30d5\u30a1\u30a4\u30eb
72FileChooser.filesLabelMnemonic=70
73
74FileChooser.cancelButtonToolTipText=\u30d5\u30a1\u30a4\u30eb\u30c1\u30e5\u30fc\u30b6\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u5f37\u5236\u7d42\u4e86
75FileChooser.saveButtonToolTipText=\u9078\u629e\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u4fdd\u5b58
76FileChooser.openButtonToolTipText=\u9078\u629e\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f
77
78FileChooser.renameFileDialogText=\u30d5\u30a1\u30a4\u30eb "{0}" \u306e\u540d\u524d\u3092\u5909\u66f4:
79FileChooser.renameFileErrorTitle=\u30a8\u30e9\u30fc
80FileChooser.renameFileErrorText=\u30d5\u30a1\u30a4\u30eb "{0}" \u3092 "{1}" \u3078\u5909\u66f4\u6642\u306b\u30a8\u30e9\u30fc
81
82OptionPane.okButtonMnemonic=79
83OptionPane.cancelButtonMnemonic=67