home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Komercni / VAgeJava / ivj35 / setup / UPDATE.Cab / F17745_Notepad.properties < prev    next >
Text File  |  2000-07-30  |  2KB  |  78 lines

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