blob: 61e9baadd36b6364dd6dde75a5d60d39e70281e6 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001#
2# Resource strings for Notepad example
3
4Title=\u5199\u5b57\u677f
5ElementTreeFrameTitle=\u5143\u7d20
6ViewportBackingStore=false
7
8# menubar definition
9#
10# Each of the strings that follow form a key to be
11# used to the actual menu definition.
12menubar=file edit debug
13
14# file Menu definition
15#
16# Each of the strings that follow form a key to be
17# used as the basis of a menu item definition.
18#
19# open -> Notepad.openAction
20# new -> Notepad.newAction
21# save -> Notepad.saveAction
22# exit -> Notepad.exitAction
23file=new open save - exit
24fileLabel=\u6587\u4ef6
25openLabel=\u6253\u5f00
26openImage=resources/open.gif
27newLabel=\u65b0\u5efa
28newImage=resources/new.gif
29saveLabel=\u4fdd\u5b58
30saveImage=resources/save.gif
31exitLabel=\u9000\u51fa
32
33#
34# edit Menu definition
35#
36# cut -> JTextComponent.cutAction
37# copy -> JTextComponent.copyAction
38# paste -> JTextComponent.pasteAction
39edit=cut copy paste - undo redo
40editLabel=\u7f16\u8f91
41cutLabel=\u526a\u5207
42cutAction=cut-to-clipboard
43cutImage=resources/cut.gif
44copyLabel=\u62f7\u8d1d
45copyAction=copy-to-clipboard
46copyImage=resources/copy.gif
47pasteLabel=\u7c98\u8d34
48pasteAction=paste-from-clipboard
49pasteImage=resources/paste.gif
50undoLabel=\u64a4\u6d88
51undoAction=Undo
52redoLabel=\u91cd\u505a
53redoAction=Redo
54
55#
56# debug Menu definition
57#
58debug=dump showElementTree
59debugLabel=\u8c03\u8bd5
60dumpLabel=\u5c06\u6a21\u5f0f\u8f6c\u50a8\u5230System.err
61dumpAction=dump-model
62showElementTreeLabel=\u663e\u793a\u5143\u7d20
63
64# toolbar definition
65#
66# Each of the strings that follow form a key to be
67# used as the basis of the tool definition. Actions
68# are of course sharable, and in this case are shared
69# with the menu items.
70toolbar=new open save - cut copy paste
71newTooltip=\u521b\u5efa\u65b0\u6587\u4ef6
72openTooltip=\u6253\u5f00\u6587\u4ef6
73saveTooltip=\u4fdd\u5b58\u6587\u4ef6
74cutTooltip=\u526a\u5207\u9009\u62e9\u7684\u5185\u5bb9\u5230\u526a\u5e16\u677f\u4e2d
75copyTooltip=\u62f7\u8d1d\u9009\u62e9\u7684\u5185\u5bb9\u5230\u526a\u5e16\u677f\u4e2d
76pasteTooltip=\u7c98\u8d34\u9009\u62e9\u7684\u5185\u5bb9\u5230\u526a\u5e16\u677f\u4e2d