Notepad_zh_CN.properties revision 0
0N/A#
0N/A# Resource strings for Notepad example
0N/A
0N/ATitle=\u5199\u5b57\u677f
0N/AElementTreeFrameTitle=\u5143\u7d20
0N/AViewportBackingStore=false
0N/A
0N/A# menubar definition
0N/A#
0N/A# Each of the strings that follow form a key to be
0N/A# used to the actual menu definition.
0N/Amenubar=file edit debug
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
0N/Afile=new open save - exit
0N/AfileLabel=\u6587\u4ef6
0N/AopenLabel=\u6253\u5f00
0N/AopenImage=resources/open.gif
0N/AnewLabel=\u65b0\u5efa
0N/AnewImage=resources/new.gif
0N/AsaveLabel=\u4fdd\u5b58
0N/AsaveImage=resources/save.gif
0N/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
0N/Aedit=cut copy paste - undo redo
0N/AeditLabel=\u7f16\u8f91
0N/AcutLabel=\u526a\u5207
0N/AcutAction=cut-to-clipboard
0N/AcutImage=resources/cut.gif
0N/AcopyLabel=\u62f7\u8d1d
0N/AcopyAction=copy-to-clipboard
0N/AcopyImage=resources/copy.gif
0N/ApasteLabel=\u7c98\u8d34
0N/ApasteAction=paste-from-clipboard
0N/ApasteImage=resources/paste.gif
0N/AundoLabel=\u64a4\u6d88
0N/AundoAction=Undo
0N/AredoLabel=\u91cd\u505a
0N/AredoAction=Redo
0N/A
0N/A#
0N/A# debug Menu definition
0N/A#
0N/Adebug=dump showElementTree
0N/AdebugLabel=\u8c03\u8bd5
0N/AdumpLabel=\u5c06\u6a21\u5f0f\u8f6c\u50a8\u5230System.err
0N/AdumpAction=dump-model
0N/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.
0N/Atoolbar=new open save - cut copy paste
0N/AnewTooltip=\u521b\u5efa\u65b0\u6587\u4ef6
0N/AopenTooltip=\u6253\u5f00\u6587\u4ef6
0N/AsaveTooltip=\u4fdd\u5b58\u6587\u4ef6
0N/AcutTooltip=\u526a\u5207\u9009\u62e9\u7684\u5185\u5bb9\u5230\u526a\u5e16\u677f\u4e2d
0N/AcopyTooltip=\u62f7\u8d1d\u9009\u62e9\u7684\u5185\u5bb9\u5230\u526a\u5e16\u677f\u4e2d
0N/ApasteTooltip=\u7c98\u8d34\u9009\u62e9\u7684\u5185\u5bb9\u5230\u526a\u5e16\u677f\u4e2d