1 #
   2 # Resource strings for Notepad example
   3 
   4 Title=Notepad
   5 ElementTreeFrameTitle=Elements
   6 
   7 # file Menu definition
   8 #
   9 # Each of the strings that follow form a key to be
  10 # used as the basis of a menu item definition.
  11 #
  12 # open ->  Notepad.openAction
  13 # new  ->  Notepad.newAction
  14 # save ->  Notepad.saveAction
  15 # exit ->  Notepad.exitAction
  16 
  17 fileLabel=File
  18 openLabel=Open
  19 openImage=resources/open.gif
  20 newLabel=New
  21 newImage=resources/new.gif
  22 saveLabel=Save
  23 saveImage=resources/save.gif
  24 exitLabel=Exit
  25 
  26 #
  27 # edit Menu definition
  28 #
  29 # cut   -> JTextComponent.cutAction
  30 # copy  -> JTextComponent.copyAction
  31 # paste -> JTextComponent.pasteAction
  32 
  33 editLabel=Edit
  34 cutLabel=Cut
  35 cutImage=resources/cut.gif
  36 copyLabel=Copy
  37 copyImage=resources/copy.gif
  38 pasteLabel=Paste
  39 pasteImage=resources/paste.gif
  40 undoLabel=Undo
  41 redoLabel=Redo
  42 
  43 #
  44 # debug Menu definition
  45 #
  46 
  47 debugLabel=Debug
  48 dumpLabel=Dump model to System.err
  49 showElementTreeLabel=Show Elements
  50 
  51 # toolbar definition
  52 #
  53 # Each of the strings that follow form a key to be
  54 # used as the basis of the tool definition.  Actions
  55 # are of course sharable, and in this case are shared
  56 # with the menu items.
  57 
  58 newTooltip=Create a new file
  59 openTooltip=Open a file
  60 saveTooltip=Save to a file
  61 cutTooltip=Move selection to clipboard
  62 copyTooltip=Copy selection to clipboard
  63 pasteTooltip=Paste clipboard to selection