;## Version $VER: ConvertMPImage.catalog 7.5 (14.3.97)
;## Codeset 0
;
; Title for progress requester
MSG_TITLEP (//)
MPImage Progress
;
; Progress Messages
MSG_P2C (100//)
Planar to Chunky
MSG_C2P (//)
Chunky to Planar
MSG_FORMAT (//)
Getting file format
MSG_LOADIFF (//)
Loading IFF
MSG_GETSC (//)
Getting Screen Colours (//)
MSG_LOADILBM (//)
Loading ILBM
MSG_ALLOCMEM (//)
Allocating Memory
MSG_24BIT (//)
24 Bit ILBM
MSG_C2E (//)
Chunky to EGS
MSG_DCTV (//)
DCTV ILBM
MSG_ILBMNOT24 (//)
ILBM Not 24
MSG_CGREY (//)
Checking if Grey
MSG_PBM (//)
Loading PBM
MSG_JPEG (//)
Loading JPEG
MSG_PNG (//)
Loading PNG
MSG_WDJPEG (//)
Waiting for DJPEG
MSG_WPNGTOPNM (//)
Waiting for PNGTOPNM
MSG_SDJPEG (//)
DJPEG started
MSG_SPNGTOPNM (//)
PNGTOPNM started
MSG_LOADDT (//)
Loading DataType
MSG_LAYDT (//)
Layout DataType
MSG_GETC (//)
Getting Colours
MSG_DTTOBM (//)
Copying DT to bitmap
MSG_RGB2S (//)
RGB to Screen
MSG_12BM (//)
Calculating 12bit Map
MSG_REMAP (//)
Remapping
MSG_GREY2S (//)
Grey to Screen
MSG_BM (//)
Calculating Map
MSG_P2S (//)
Palette to Screen
MSG_HAM6M (//)
Computing HAM6 Map
MSG_HAM8M (//)
Computing HAM8 Map
MSG_EHBM (//)
Computing EHB Map
MSG_COLM (//)
Computing Colour Map
MSG_P2E (//)
Palette to EGS
MSG_RGB2G (//)
RGB to Grey
MSG_CHAM (//)
Checking if HAM
MSG_P2RGB (//)
Palette to RGB
MSG_P2G (//)
Palette to Grey
MSG_SCALE (//)
Scaling BitMap
MSG_SCALEE (//)
Scaling EGS BitMap
MSG_E2C (//)
Converting EGS to Chunky
MSG_SCALER (//)
Scaling RGB
MSG_2E (//)
Converting to EGS BitMap
MSG_SCALEG (//)
Scaling Grey
MSG_COPY (//)
Copying
MSG_SLTY (//)
Scaling <Y
MSG_SGTY (//)
Scaling >Y
MSG_SLTX (//)
Scaling <X
MSG_SLTXLTY (//)
Scaling <X/<Y
MSG_SLTXGTY (//)
Scaling <X/>Y
MSG_SGTX (//)
Scaling >X
MSG_SGTXGTY (//)
Scaling >X/>Y
MSG_SGTXLTY (//)
Scaling >X/<Y
MSG_SMX (//)
Smoothing X
MSG_LT3 (//)
<3 Times
MSG_GE3 (//)
>=3 Times
MSG_SMY (//)
Smoothing Y
MSG_SMXY (//)
Smoothing X/Y
MSG_XLT3YLT3 (//)
X<3 Y<3 Times
MSG_XLT3YGE3 (//)
X<3 Y>=3 Times
MSG_XGE3YLT3 (//)
X>=3 Y<3 Times
MSG_XGE3YGE3 (//)
X>=3 Y>=3 Times
MSG_LOADP (//)
Loading Palette
MSG_HIST (//)
Creating Histogram
MSG_CPAL (//)
Creating Palette
MSG_CHPAL (//)
Creating High Palette
MSG_CLPAL (//)
Creating Low Palette
MSG_MPAL (//)
Merging Palettes
MSG_CAMG (//)
Creating CAMG
MSG_SBW16 (//)
Saving BW16
MSG_INGREY (//)
Grey input
MSG_INCOL (//)
Colour input
MSG_LINEAR (//)
Linear
MSG_SILBM (//)
Saving ILBM
MSG_SBW256 (//)
Saving BW256
MSG_SHAM6 (//)
Saving HAM6
MSG_SHAM8 (//)
Saving HAM8
MSG_S24 (//)
Saving ILBM24
MSG_SPPM (//)
Saving PPM
MSG_SJPEG (//)
Saving JPEG
MSG_SPNG (//)
Saving PNG
MSG_WCJPEG (//)
Waiting for cjpeg
MSG_WPNMTOPNG (//)
Waiting for pnmtopng
MSG_SP5 (//)
Saving P5
MSG_SP6 (//)
Saving P6
MSG_SCOL (//)
Saving COLOUR
MSG_S12 (//)
Saving 12bit COLOUR
MSG_SEHB (//)
Saving EHB
MSG_DISPLAY (//)
Displaying on screen
MSG_WAITKEY (//)
Waiting for Key
MSG_SDCTV3 (//)
Saving DCTV3
MSG_SDCTV4 (//)
Saving DCTV4
;
; Error Messages
MSG_ERR_CANTREMAP (500//)
Can't Remap without a screen
MSG_ERR_EGSL (//)
Can't open egs.library
MSG_ERR_OPENF (//)
Error opening file '%s'
MSG_ERR_ALLOCBIT (//)
Can't Allocate BitMap
MSG_ERR_ALLOCE (//)
Can't Allocate EGS BitMap
MSG_ERR_REMAP24 (//)
Can't not remap 24 bit IFF
MSG_ERR_NOMEM (//)
Out of memory
MSG_ERR_DCTVH (//)
Can't Allocate DCTV handle
MSG_ERR_IFF (//)
Can't Allocate IFF structure
MSG_ERR_DJPEG (//)
djpeg failed to start
MSG_ERR_PNGTOPNM (//)
pngtopnm failed to start
MSG_ERR_UPBM (//)
Unsupported/Invalid PBM file
MSG_ERR_REMAPPBM (//)
Can't not remap PBM
MSG_ERR_DTBM (//)
Error getting datatype BitMap
MSG_ERR_DTBMH (//)
Error getting datatype BitMapHeader
MSG_ERR_LOADDT (//)
Error loading DataType
MSG_ERR_INVF (//)
Invalid Save format '%s'
MSG_ERR_OPENOUT (//)
Can't open output file
MSG_ERR_CJPEG (//)
cjpeg failed to start
MSG_ERR_PNMTOPNG (//)
pnmtopng failed to start
MSG_ERR_GCJPEG (//)
Can't GetVar mpimage/cjpeg
MSG_ERR_GPNMTOPNG (//)
Can't GetVar mpimage/pnmtopng
MSG_ERR_WRITE (//)
Can't write to output file
MSG_ERR_CLOSE (//)
Can't close output file
MSG_ERR_WINDOW (//)
Error opening Window
MSG_ERR_SCREEN (//)
Can't open Screen\n
MSG_ERR_QOS (//)
Can't QueryOverscan
MSG_ERR_DCTVBUF (//)
Can't allocate DCTV buffer
MSG_ERR_DCTVL (//)
Can't open dctv.library(3)
;
; Screen error messages
;
MSG_ERR_NOMON (700//)
Monitor not available
MSG_ERR_OLDCHIP (//)
Custom chips too old
MSG_ERR_NOCHIP (//)
Out of Chip memory
MSG_ERR_NOMODE (//)
Unknown Mode
MSG_ERR_DEEP (//)
Too Deep
MSG_ERR_UNK (//)
Unknown error?
;
; Standard iffparse errors
;
MSG_IFFP_STDFIRST (5000//)
End of file (not an error)
;
MSG_IFFP_STD2 (//)
End of context (not an error)
;
MSG_IFFP_STD3 (//)
No lexical scope
;
MSG_IFFP_STD4 (//)
Insufficient memory
;
MSG_IFFP_STD5 (//)
Stream read error
;
MSG_IFFP_STD6 (//)
Stream write error
;
MSG_IFFP_STD7 (//)
Stream seek error
;
MSG_IFFP_STD8 (//)
File is corrupt
;
MSG_IFFP_STD9 (//)
IFF syntax error
;
MSG_IFFP_STD10 (//)
Not an IFF file
;
MSG_IFFP_STD11 (//)
Required hook vector missing
;
MSG_IFFP_STDLAST (//)
Return to client
;
; Other iffparse module errors
;
MSG_IFFP_NOCLIP_D (5020//)
Clipboard open of unit %ld failed\n
;
MSG_IFFP_NOFILE (//)
File not found\n
;
MSG_IFFP_NOFILE_S (//)
%s: File open failed\n
;
MSG_IFFP_NOTOP (//)
Parsing error; no top chunk\n
;
MSG_IFFP_CLIENTERR (//)
Client error
;
MSG_IFFP_NOIFFFILE (//)
File not found or wrong type
;
MSG_IFFP_NOFORM (//)
No FORM
;
MSG_IFFP_UNKNOWNERR_D (//32)
Unknown parse error %ld
;
MSG_IFFP_NOMEM (5050//)
Not enough memory\n
;
;MSG_IFFP_NOIFF (//)
;Can't AllocIff
;
;MSG_IFFP_NOIFFPARSE (//)
;Can't open iffparse.library
;
;MSG_IFFP_NOINTUITION (//)
;Can't open intuition.library
;
;MSG_IFFP_NOGRAPHICS (//)
;Can't open graphics.library
;
;
; ILBM-specific errors
;
MSG_ILBM_NOILBM (5100//)
Not an ILBM\n
;
MSG_ILBM_NOBMHD (//)
No ILBM.BMHD chunk\n
;
MSG_ILBM_NOBODY (//)
No ILBM.BODY chunk\n
;
;MSG_ILBM_NODISPLAY (//)
;Failed to open display\n
;
MSG_ILBM_NORASTER (//)
Failed to allocate raster\n
;
MSG_ILBM_NOCOLORS (//)
No colortable allocated\n
;
;MSG_ILBM_HUNTED (//)
;ILBM is embedded in complex file
;
;MSG_ILBM_TOODEEP (//)
;planes, displaying initial planes
;
;MSG_ILBM_PRTTROUBLE_D (//)
;Printer error %ld\n