home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilst / widget5 / !Widget5 / Messages < prev    next >
Text File  |  1995-05-05  |  2KB  |  85 lines

  1. #  Messages file for Widget5
  2.  
  3. # Application Name
  4. app.name: Widget 5
  5.  
  6. # version text for info box
  7. info.version: 0.41 (5-May-95)
  8.  
  9. # iconbar menu definition
  10. title.main: Widget 5
  11. menu.main: >Info,Configure…,Quit
  12.  
  13. # image window menu definition
  14. title.image: Image X
  15. menu.image: >Info,Save,Process,Graphs,>Zoom
  16.  
  17. # save submenu
  18. title.save: Save
  19. menu.save: >Sprite,>Widget5,>Widget4
  20.  
  21. # processing options submenu
  22. title.process: Process
  23. menu.process: Copy,Add,Average,Mix,Convolution,Median Filter,Greylevel Edit,Scale
  24.  
  25. # grey edit process menu
  26. title.greyproc: Processes
  27. menu.greyproc: Linear,Invert,Threshold,Gamma,Histogram,S.L.C.E.
  28. title.gammaval: Value
  29. title.threshval: Greylevel
  30.  
  31. # graphs menu
  32. title.graph: Graphs
  33. menu.graph: Greylevel Histogram,Cumulative Histogram
  34.  
  35. # ATrans stuff
  36. msg.rdied: Data transfer failed, Receiver died.
  37. msg.noleaf: To save, drag the icon to a directory viewer.
  38.  
  39. # error messages
  40. err.nomemspr: Not enough memory to create image display window.
  41. err.nomemload: Not enough memory to load image.
  42. err.noload: Load failed: %s
  43. err.nosave: Save failed: %s
  44. err.invfile: Input file is corrupt, load failed.
  45. err.short: Input file is too short.
  46. err.nomemproc: Not enough memory to process image.
  47. err.nofilter: The selected filter is not defined, please update the 'Messages' file.
  48. err.invanch: The anchor point is outside the matrix.
  49.  
  50. # misc text
  51. txt.greys: Greys
  52. txt.imbank: Image Bank
  53. txt.userdef: User Definied
  54. txt.copyt: Copy Image
  55. txt.copy: Copy
  56. txt.addt: Add Image
  57. txt.add: Add
  58. txt.avrt: Average Image
  59. txt.avr: Average
  60. txt.medt: 3x3 Median Filter Image
  61. txt.filter: Filter
  62. txt.histeqt: Histogram Equalize Image
  63. txt.proc: Process
  64. txt.hisgra: Histogram of Image
  65. txt.cugra: Cumulative Histogram of Image
  66. txt.greyedt: Edit Image Greylevels
  67. txt.start: Start
  68. txt.mixt: Mix two Images
  69. txt.image: Image
  70.  
  71. # filter menu for convolution process
  72. title.filter: Filters
  73. menu.filter: Smooth 1,Smooth 2,Horizontal Edge,Vertical Edge,Sharpen 1,Sharpen 2,Sharpen 3,Sharpen 4
  74.  
  75. # filter matrix definitions
  76. # NOTE: ordered from 0 for first menu text, first two entries are anchor
  77. filter.0: 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0
  78. filter.1: 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1
  79. filter.2: 0, 0,-1,-1,-1, 0, 0, 0, 1, 1, 1
  80. filter.3: 0, 0, 1, 0,-1, 1, 0,-1, 1, 0,-1
  81. filter.4: 0, 0, 0,-1, 0,-1, 5,-1, 0,-1, 0
  82. filter.5: 0, 0,-1,-1,-1,-1, 8,-1,-1,-1,-1
  83. filter.6: 0, 0,-1,-1,-1,-1, 9,-1,-1,-1,-1
  84. filter.7: 0, 0,-1,-4,-1,-4,21,-4,-1,-4,-1
  85.