blob: 68586a64b770338cad2ae01731aa0d5d55e71e0a [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 \uc0c9 \uc120\ud0dd
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=\uc0c9\uc0c1(H):
24GTKColorChooserPanel.hueMnemonic=72
25
26GTKColorChooserPanel.redText=\ube68\uac15(E):
27GTKColorChooserPanel.redMnemonic=69
28
29GTKColorChooserPanel.saturationText=\ucc44\ub3c4(S):
30GTKColorChooserPanel.saturationMnemonic=83
31
32GTKColorChooserPanel.greenText=\ub179\uc0c9(G):
33GTKColorChooserPanel.greenMnemonic=71
34
35GTKColorChooserPanel.valueText=\uac12(V):
36GTKColorChooserPanel.valueMnemonic=86
37
38GTKColorChooserPanel.blueText=\ud30c\ub791(B):
39GTKColorChooserPanel.blueMnemonic=66
40
41GTKColorChooserPanel.colorNameText=\uc0c9 \uc774\ub984(N):
42GTKColorChooserPanel.colorNameMnemonic=78
43
44
45
46############ FILE CHOOSER STRINGS #############
47
48FileChooser.acceptAllFileFilterText=\ubaa8\ub4e0 \ud30c\uc77c
49FileChooser.newFolderButtonText=\uc0c8 \ud3f4\ub354
50FileChooser.newFolderButtonMnemonic=78
51FileChooser.newFolderDialogText=\ud3f4\ub354 \uc774\ub984:
52FileChooser.newFolderNoDirectoryErrorTitleText=Error
53FileChooser.newFolderNoDirectoryErrorText=Error creating directory "{0}": No such file or directory
54FileChooser.deleteFileButtonText=\ud30c\uc77c \uc0ad\uc81c
55FileChooser.deleteFileButtonMnemonic=76
56FileChooser.renameFileButtonText=\ud30c\uc77c \uc774\ub984 \ubc14\uafb8\uae30
57FileChooser.renameFileButtonMnemonic=82
58FileChooser.cancelButtonText=\ucde8\uc18c
59FileChooser.cancelButtonMnemonic=67
60FileChooser.saveButtonText=\uc800\uc7a5
61FileChooser.saveButtonMnemonic=79
62FileChooser.openButtonText=\ud655\uc778
63FileChooser.openButtonMnemonic=79
64FileChooser.saveDialogTitleText=\uc800\uc7a5
65FileChooser.openDialogTitleText=\uc5f4\uae30
66FileChooser.pathLabelText=\uc120\ud0dd:
67FileChooser.filterLabelText=\ud544\ud130:
68FileChooser.pathLabelMnemonic=83
69FileChooser.foldersLabelText=\ud3f4\ub354
70FileChooser.foldersLabelMnemonic=68
71FileChooser.filesLabelText=\ud30c\uc77c
72FileChooser.filesLabelMnemonic=70
73
74FileChooser.cancelButtonToolTipText=\ud30c\uc77c \uc120\ud0dd \ub300\ud654 \uc0c1\uc790\ub97c \uc911\ub2e8\ud569\ub2c8\ub2e4.
75FileChooser.saveButtonToolTipText=\uc120\ud0dd\ud55c \ud30c\uc77c\uc744 \uc800\uc7a5\ud569\ub2c8\ub2e4.
76FileChooser.openButtonToolTipText=\uc120\ud0dd\ud55c \ud30c\uc77c\uc744 \uc5fd\ub2c8\ub2e4.
77
78FileChooser.renameFileDialogText=\ud30c\uc77c "{0}"\uc744 \ub2e4\uc74c\uc73c\ub85c \uc774\ub984 \ubc14\uafb8\uae30
79FileChooser.renameFileErrorTitle=\uc624\ub958
80FileChooser.renameFileErrorText="{0}"\uc5d0\uc11c "{1}"\ub85c \uc774\ub984 \ubc14\uafb8\uae30 \uc624\ub958
81
82OptionPane.okButtonMnemonic=79
83OptionPane.cancelButtonMnemonic=67