home *** CD-ROM | disk | FTP | other *** search
- # Messages file for Widget5
-
- # Application Name
- app.name: Widget 5
-
- # version text for info box
- info.version: 0.41 (5-May-95)
-
- # iconbar menu definition
- title.main: Widget 5
- menu.main: >Info,Configureā¦,Quit
-
- # image window menu definition
- title.image: Image X
- menu.image: >Info,Save,Process,Graphs,>Zoom
-
- # save submenu
- title.save: Save
- menu.save: >Sprite,>Widget5,>Widget4
-
- # processing options submenu
- title.process: Process
- menu.process: Copy,Add,Average,Mix,Convolution,Median Filter,Greylevel Edit,Scale
-
- # grey edit process menu
- title.greyproc: Processes
- menu.greyproc: Linear,Invert,Threshold,Gamma,Histogram,S.L.C.E.
- title.gammaval: Value
- title.threshval: Greylevel
-
- # graphs menu
- title.graph: Graphs
- menu.graph: Greylevel Histogram,Cumulative Histogram
-
- # ATrans stuff
- msg.rdied: Data transfer failed, Receiver died.
- msg.noleaf: To save, drag the icon to a directory viewer.
-
- # error messages
- err.nomemspr: Not enough memory to create image display window.
- err.nomemload: Not enough memory to load image.
- err.noload: Load failed: %s
- err.nosave: Save failed: %s
- err.invfile: Input file is corrupt, load failed.
- err.short: Input file is too short.
- err.nomemproc: Not enough memory to process image.
- err.nofilter: The selected filter is not defined, please update the 'Messages' file.
- err.invanch: The anchor point is outside the matrix.
-
- # misc text
- txt.greys: Greys
- txt.imbank: Image Bank
- txt.userdef: User Definied
- txt.copyt: Copy Image
- txt.copy: Copy
- txt.addt: Add Image
- txt.add: Add
- txt.avrt: Average Image
- txt.avr: Average
- txt.medt: 3x3 Median Filter Image
- txt.filter: Filter
- txt.histeqt: Histogram Equalize Image
- txt.proc: Process
- txt.hisgra: Histogram of Image
- txt.cugra: Cumulative Histogram of Image
- txt.greyedt: Edit Image Greylevels
- txt.start: Start
- txt.mixt: Mix two Images
- txt.image: Image
-
- # filter menu for convolution process
- title.filter: Filters
- menu.filter: Smooth 1,Smooth 2,Horizontal Edge,Vertical Edge,Sharpen 1,Sharpen 2,Sharpen 3,Sharpen 4
-
- # filter matrix definitions
- # NOTE: ordered from 0 for first menu text, first two entries are anchor
- filter.0: 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0
- filter.1: 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1
- filter.2: 0, 0,-1,-1,-1, 0, 0, 0, 1, 1, 1
- filter.3: 0, 0, 1, 0,-1, 1, 0,-1, 1, 0,-1
- filter.4: 0, 0, 0,-1, 0,-1, 5,-1, 0,-1, 0
- filter.5: 0, 0,-1,-1,-1,-1, 8,-1,-1,-1,-1
- filter.6: 0, 0,-1,-1,-1,-1, 9,-1,-1,-1,-1
- filter.7: 0, 0,-1,-4,-1,-4,21,-4,-1,-4,-1
-