Notepad.properties revision 3702
1N/A#
1N/A# Resource strings for Notepad example
1N/A
1N/ATitle=Notepad
1N/AElementTreeFrameTitle=Elements
1N/A# The following string should NOT be translated: ViewportBackingStore
1N/AViewportBackingStore=false
1N/A
1N/A# menubar definition
1N/A#
1N/A# Each of the strings that follow form a key to be
1N/A# used to the actual menu definition.
1N/A
1N/A# The following string should NOT be translated: menubar
1N/Amenubar=file edit debug
1N/A
1N/A# file Menu definition
1N/A#
1N/A# Each of the strings that follow form a key to be
1N/A# used as the basis of a menu item definition.
1N/A#
1N/A# open -> Notepad.openAction
1N/A# new -> Notepad.newAction
1N/A# save -> Notepad.saveAction
1N/A# exit -> Notepad.exitAction
1N/A
1N/A# The following string should NOT be translated: file
1N/Afile=new open save - exit
1N/AfileLabel=File
1N/AopenLabel=Open
1N/AopenImage=resources/open.gif
1N/AnewLabel=New
1N/AnewImage=resources/new.gif
1N/AsaveLabel=Save
1N/AsaveImage=resources/save.gif
1N/AexitLabel=Exit
1N/A
1N/A#
1N/A# edit Menu definition
1N/A#
1N/A# cut -> JTextComponent.cutAction
1N/A# copy -> JTextComponent.copyAction
1N/A# paste -> JTextComponent.pasteAction
1N/A
1N/A# The following string should NOT be translated: edit
1N/Aedit=cut copy paste - undo redo
1N/AeditLabel=Edit
1N/AcutLabel=Cut
1N/A# The following string should NOT be translated: cutAction
1N/AcutAction=cut-to-clipboard
1N/AcutImage=resources/cut.gif
1N/AcopyLabel=Copy
1N/A# The following string should NOT be translated: copyAction
1N/AcopyAction=copy-to-clipboard
1N/AcopyImage=resources/copy.gif
1N/ApasteLabel=Paste
1N/A# The following string should NOT be translated: pasteAction
1N/ApasteAction=paste-from-clipboard
1N/ApasteImage=resources/paste.gif
1N/AundoLabel=Undo
1N/A# The following string should NOT be translated: undoAction
1N/AundoAction=Undo
1N/AredoLabel=Redo
1N/A# The following string should NOT be translated: redoAction
1N/AredoAction=Redo
1N/A
1N/A#
1N/A# debug Menu definition
1N/A#
1N/A
1N/A# The following string should NOT be translated: debug
1N/Adebug=dump showElementTree
1N/AdebugLabel=Debug
1N/AdumpLabel=Dump model to System.err
1N/A# The following string should NOT be translated: dumpAction
1N/AdumpAction=dump-model
1N/AshowElementTreeLabel=Show Elements
1N/A
1N/A# toolbar definition
1N/A#
1N/A# Each of the strings that follow form a key to be
1N/A# used as the basis of the tool definition. Actions
1N/A# are of course sharable, and in this case are shared
1N/A# with the menu items.
1N/A
1N/A# The following string should NOT be translated: toolbar
1N/Atoolbar=new open save - cut copy paste
1N/AnewTooltip=Create a new file
1N/AopenTooltip=Open a file
1N/AsaveTooltip=Save to a file
1N/AcutTooltip=Move selection to clipboard
1N/AcopyTooltip=Copy selection to clipboard
1N/ApasteTooltip=Paste clipboard to selection
1N/A