119N/A#
119N/A# Resource strings for Notepad example
119N/A
119N/ATitle=Notepad
119N/AElementTreeFrameTitle=Elements
119N/A
119N/A# file Menu definition
119N/A#
119N/A# Each of the strings that follow form a key to be
119N/A# used as the basis of a menu item definition.
119N/A#
119N/A# open -> Notepad.openAction
119N/A# new -> Notepad.newAction
119N/A# save -> Notepad.saveAction
119N/A# exit -> Notepad.exitAction
3702N/A
119N/AfileLabel=File
119N/AopenLabel=Open
119N/AopenImage=resources/open.gif
119N/AnewLabel=New
119N/AnewImage=resources/new.gif
119N/AsaveLabel=Save
119N/AsaveImage=resources/save.gif
119N/AexitLabel=Exit
119N/A
119N/A#
119N/A# edit Menu definition
119N/A#
119N/A# cut -> JTextComponent.cutAction
119N/A# copy -> JTextComponent.copyAction
119N/A# paste -> JTextComponent.pasteAction
3702N/A
119N/AeditLabel=Edit
119N/AcutLabel=Cut
119N/AcutImage=resources/cut.gif
119N/AcopyLabel=Copy
119N/AcopyImage=resources/copy.gif
119N/ApasteLabel=Paste
119N/ApasteImage=resources/paste.gif
119N/AundoLabel=Undo
119N/AredoLabel=Redo
119N/A
119N/A#
119N/A# debug Menu definition
119N/A#
3702N/A
119N/AdebugLabel=Debug
119N/AdumpLabel=Dump model to System.err
119N/AshowElementTreeLabel=Show Elements
119N/A
119N/A# toolbar definition
119N/A#
119N/A# Each of the strings that follow form a key to be
119N/A# used as the basis of the tool definition. Actions
119N/A# are of course sharable, and in this case are shared
119N/A# with the menu items.
3702N/A
119N/AnewTooltip=Create a new file
119N/AopenTooltip=Open a file
119N/AsaveTooltip=Save to a file
119N/AcutTooltip=Move selection to clipboard
119N/AcopyTooltip=Copy selection to clipboard
119N/ApasteTooltip=Paste clipboard to selection