src/share/demo/jfc/Notepad/resources/Notepad_zh_CN.properties

Print this page

        

*** 1,28 **** # # Resource strings for Notepad example Title=记事本 ElementTreeFrameTitle=元素 - ViewportBackingStore=false - # menubar definition - # - # Each of the strings that follow form a key to be - # used to the actual menu definition. - menubar=file edit debug - # file Menu definition # # Each of the strings that follow form a key to be # used as the basis of a menu item definition. # # open -> Notepad.openAction # new -> Notepad.newAction # save -> Notepad.saveAction # exit -> Notepad.exitAction ! file=new open save - exit fileLabel=文件 openLabel=打开 openImage=resources/open.gif newLabel=新建 newImage=resources/new.gif --- 1,21 ---- # # Resource strings for Notepad example Title=记事本 ElementTreeFrameTitle=元素 # file Menu definition # # Each of the strings that follow form a key to be # used as the basis of a menu item definition. # # open -> Notepad.openAction # new -> Notepad.newAction # save -> Notepad.saveAction # exit -> Notepad.exitAction ! fileLabel=文件 openLabel=打开 openImage=resources/open.gif newLabel=新建 newImage=resources/new.gif
*** 34,75 **** # edit Menu definition # # cut -> JTextComponent.cutAction # copy -> JTextComponent.copyAction # paste -> JTextComponent.pasteAction ! edit=cut copy paste - undo redo editLabel=编辑 cutLabel=剪切 - cutAction=cut-to-clipboard cutImage=resources/cut.gif copyLabel=复制 - copyAction=copy-to-clipboard copyImage=resources/copy.gif pasteLabel=粘贴 - pasteAction=paste-from-clipboard pasteImage=resources/paste.gif undoLabel=撤消 - undoAction=Undo redoLabel=重做 - redoAction=Redo # # debug Menu definition # ! debug=dump showElementTree debugLabel=调试 dumpLabel=将模型转储到 System.err - dumpAction=dump-model showElementTreeLabel=显示元素 # toolbar definition # # Each of the strings that follow form a key to be # used as the basis of the tool definition. Actions # are of course sharable, and in this case are shared # with the menu items. ! toolbar=new open save - cut copy paste newTooltip=创建新文件 openTooltip=打开文件 saveTooltip=保存文件 cutTooltip=剪切选定内容到剪帖板中 copyTooltip=复制选定内容到剪帖板中 --- 27,62 ---- # edit Menu definition # # cut -> JTextComponent.cutAction # copy -> JTextComponent.copyAction # paste -> JTextComponent.pasteAction ! editLabel=编辑 cutLabel=剪切 cutImage=resources/cut.gif copyLabel=复制 copyImage=resources/copy.gif pasteLabel=粘贴 pasteImage=resources/paste.gif undoLabel=撤消 redoLabel=重做 # # debug Menu definition # ! debugLabel=调试 dumpLabel=将模型转储到 System.err showElementTreeLabel=显示元素 # toolbar definition # # Each of the strings that follow form a key to be # used as the basis of the tool definition. Actions # are of course sharable, and in this case are shared # with the menu items. ! newTooltip=创建新文件 openTooltip=打开文件 saveTooltip=保存文件 cutTooltip=剪切选定内容到剪帖板中 copyTooltip=复制选定内容到剪帖板中