0N/A#
0N/A# Resource strings for Notepad example
0N/A
3516N/ATitle=\u8BB0\u4E8B\u672C
3516N/AElementTreeFrameTitle=\u5143\u7D20
0N/A
0N/A# file Menu definition
0N/A#
0N/A# Each of the strings that follow form a key to be
0N/A# used as the basis of a menu item definition.
0N/A#
0N/A# open -> Notepad.openAction
0N/A# new -> Notepad.newAction
0N/A# save -> Notepad.saveAction
0N/A# exit -> Notepad.exitAction
5056N/A
3516N/AfileLabel=\u6587\u4EF6
3516N/AopenLabel=\u6253\u5F00
0N/AopenImage=resources/open.gif
3516N/AnewLabel=\u65B0\u5EFA
0N/AnewImage=resources/new.gif
3516N/AsaveLabel=\u4FDD\u5B58
0N/AsaveImage=resources/save.gif
3516N/AexitLabel=\u9000\u51FA
0N/A
0N/A#
0N/A# edit Menu definition
0N/A#
0N/A# cut -> JTextComponent.cutAction
0N/A# copy -> JTextComponent.copyAction
0N/A# paste -> JTextComponent.pasteAction
5056N/A
3516N/AeditLabel=\u7F16\u8F91
3516N/AcutLabel=\u526A\u5207
0N/AcutImage=resources/cut.gif
3516N/AcopyLabel=\u590D\u5236
0N/AcopyImage=resources/copy.gif
3516N/ApasteLabel=\u7C98\u8D34
0N/ApasteImage=resources/paste.gif
3516N/AundoLabel=\u64A4\u6D88
3516N/AredoLabel=\u91CD\u505A
0N/A
0N/A#
0N/A# debug Menu definition
0N/A#
5056N/A
3516N/AdebugLabel=\u8C03\u8BD5
3516N/AdumpLabel=\u5C06\u6A21\u578B\u8F6C\u50A8\u5230 System.err
3516N/AshowElementTreeLabel=\u663E\u793A\u5143\u7D20
0N/A
0N/A# toolbar definition
0N/A#
0N/A# Each of the strings that follow form a key to be
0N/A# used as the basis of the tool definition. Actions
0N/A# are of course sharable, and in this case are shared
0N/A# with the menu items.
5056N/A
3516N/AnewTooltip=\u521B\u5EFA\u65B0\u6587\u4EF6
3516N/AopenTooltip=\u6253\u5F00\u6587\u4EF6
3516N/AsaveTooltip=\u4FDD\u5B58\u6587\u4EF6
3516N/AcutTooltip=\u526A\u5207\u9009\u5B9A\u5185\u5BB9\u5230\u526A\u5E16\u677F\u4E2D
3516N/AcopyTooltip=\u590D\u5236\u9009\u5B9A\u5185\u5BB9\u5230\u526A\u5E16\u677F\u4E2D
3516N/ApasteTooltip=\u7C98\u8D34\u9009\u5B9A\u5185\u5BB9\u5230\u526A\u5E16\u677F\u4E2D