1#
2# Resource strings for Notepad example
3
4Title=\u30E1\u30E2\u5E33
5ElementTreeFrameTitle=\u8981\u7D20
6
7# file Menu definition
8#
9# Each of the strings that follow form a key to be
10# used as the basis of a menu item definition.
11#
12# open ->  Notepad.openAction
13# new  ->  Notepad.newAction
14# save ->  Notepad.saveAction
15# exit ->  Notepad.exitAction
16
17fileLabel=\u30D5\u30A1\u30A4\u30EB
18openLabel=\u958B\u304F
19openImage=resources/open.gif
20newLabel=\u65B0\u898F
21newImage=resources/new.gif
22saveLabel=\u4FDD\u5B58
23saveImage=resources/save.gif
24exitLabel=\u7D42\u4E86
25
26#
27# edit Menu definition
28#
29# cut   -> JTextComponent.cutAction
30# copy  -> JTextComponent.copyAction
31# paste -> JTextComponent.pasteAction
32
33editLabel=\u7DE8\u96C6
34cutLabel=\u5207\u53D6\u308A
35cutImage=resources/cut.gif
36copyLabel=\u30B3\u30D4\u30FC
37copyImage=resources/copy.gif
38pasteLabel=\u8CBC\u4ED8\u3051
39pasteImage=resources/paste.gif
40undoLabel=\u5143\u306B\u623B\u3059
41redoLabel=\u518D\u5B9F\u884C
42
43#
44# debug Menu definition
45#
46
47debugLabel=\u30C7\u30D0\u30C3\u30B0
48dumpLabel=\u30E2\u30C7\u30EB\u3092System.err\u306B\u30C0\u30F3\u30D7
49showElementTreeLabel=\u8981\u7D20\u306E\u8868\u793A
50
51# toolbar definition
52#
53# Each of the strings that follow form a key to be
54# used as the basis of the tool definition.  Actions
55# are of course sharable, and in this case are shared
56# with the menu items.
57
58newTooltip=\u30D5\u30A1\u30A4\u30EB\u3092\u65B0\u898F\u4F5C\u6210\u3059\u308B
59openTooltip=\u30D5\u30A1\u30A4\u30EB\u3092\u958B\u304F
60saveTooltip=\u30D5\u30A1\u30A4\u30EB\u306B\u4FDD\u5B58
61cutTooltip=\u9078\u629E\u3092\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\u79FB\u52D5
62copyTooltip=\u9078\u629E\u3092\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\u30B3\u30D4\u30FC
63pasteTooltip=\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u3092\u9078\u629E\u306B\u8CBC\u4ED8\u3051
64