home *** CD-ROM | disk | FTP | other *** search
/ boe.pres.k12.wv.us / boe.pres.k12.wv.us.zip / boe.pres.k12.wv.us / setupwpbdv10j.exe / lib / appframework-1.0.3.jar / org / jdesktop / application / resources / Application.properties
Text File  |  2007-11-01  |  2KB  |  48 lines

  1.  
  2. # The following Application resources provide generally useful
  3. # information that can be used in automatically generated dialogs, top
  4. # level window titles, etc. These resources match the JNLP information
  5. # element, more about that here:
  6. # http://java.sun.com/j2se/1.4.2/docs/guide/jws/developersguide/syntax.html#information
  7.  
  8. Application.title=[Application.title not specified]
  9. Application.vendor=[Application.vendor not specified]
  10. Application.homepage=[Application.homepage not specified]
  11. Application.description.short=[Application.description.short not specified]
  12. Application.description=[Application.description not specified]
  13.  
  14. # Default resources for InputBlocker's modal dialog )
  15.  
  16. BlockingDialog.title = Busy
  17. BlockingDialog.cancelButton.text = &Cancel
  18. BlockingDialog.progressBar.stringPainted = true
  19. BlockingDialog.progressBar.string = %02d:%02d, %02d:%02d remaining
  20. BlockingDialogTimer.delay = 250
  21.  
  22. # @Action resources for cut/copy/paste/delete/quit actions.
  23.  
  24. cut.Action.text = Cu&t
  25. cut.Action.icon = icons/cut.png
  26. cut.Action.accelerator = shortcut X
  27. cut.Action.shortDescription = Move the current selection to the clipboard
  28.  
  29. copy.Action.text = &Copy
  30. copy.Action.icon = icons/copy.png
  31. copy.Action.accelerator = shortcut C
  32. copy.Action.shortDescription = Copy the current selection to the clipboard
  33.  
  34. paste.Action.text = &Paste
  35. paste.Action.icon = icons/paste.png
  36. paste.Action.accelerator = shortcut V
  37. paste.Action.shortDescription = Paste the contents of the clipboard at the current insertion point
  38.  
  39. delete.Action.text = &Delete
  40. delete.Action.icon = icons/delete.png
  41. delete.Action.accelerator = Delete
  42. delete.Action.shortDescription = Delete current selection
  43.  
  44. quit.Action.text = E&xit
  45. quit.Action.accelerator = shortcut Q
  46. quit.Action.shortDescription = Exit the application
  47.  
  48.