/*******************************************************************************
	Message file for Generalised bitmap module by Andy Key
	This internationalises the GBM module

	compile using msgc.exe compiler

	 Copyright 2005 Peter Koller, Maison Anglais. All Rights Reserved.
*******************************************************************************/
//	Bitmap
SHRTBMP0 = "Bitmap";
LONGBMP0 = "OS/2 1.1, 1.2, 2.0 / Windows 3.0 Bitmap";
//	Portrait
SHRTCVP0 = "Portrait";
LONGCVP0 = "Portrait";
//GEM Raster
SHRTGEM0 = "GemRas";
LONGGEM0 = "GEM-Raster";
//gif
SHRTGIF0 = "GIF";
LONGGIF0 = "CompuServe Graphics Interchange Format";
//IAX
SHRTIAX0 = "IAX";
LONGIAX0 = "IBM Image Access eXecutive";
//JPEG
SHRTJPEG = "JPEG";
LONGJPEG = "JPEG-Datenaustauschformat";
//KIPS
SHRTKIPS = "KIPS";
LONGKIPS = "IBM KIPS";
//ILBM
SHRTILBM = "ILBM";
LONGILBM = "Amiga IFF / ILBM Interleaved Bitmap";
//PCX
SHRTPCX0 = "PCX";
LONGPCX0 = "ZSoft PC Paintbrush Bildformat";
//Greymap
SHRTPGM5 = "Greymap";
LONGPGM5 = "Portable Greyscale-map";
//pixmap
SHRTPIX6 = "Pixmap";
LONGPIX6 = "Portable Pixel-map";
//png
SHRTPNG0 = "PNG";
LONGPNG0 = "Portable Network Graphics Format";
//pseg
SHRTPSEG = "PSEG";
LONGPSEG = "IBM-Druckseitensegment";
//sprite
SHRTSPRI = "Sprite";
LONGSPRI = "Archimedes Sprite von RiscOS";
//targa
SHRTTGA0 = "Targa";
LONGTGA0 = "Truevision Targa/Vista-Bitmap";
//tiff
SHRTTIF0 = "TIFF";
LONGTIF0 = "Tagged Image File Format support";
//vid
SHRTVID0 = "YUV12C";
LONGVID0 = "YUV12C M-Motion Video-Frame-Buffer";
//xbmp
SHRTXBM0 = "XBitmap";
LONGXBM0 = "X-Window-Bitmap";

//portable bitmap
SHRTPBM0 = "P-Bit-map";
LONGPBM0 = "Portable Bit-map";
//Any map
SHRTPNM0 = "P-Anymap";
LONGPNM0 = "Portable Any-map";
//xpm
SHRTXPM0 = "XPixmap";
LONGXPM0 = "X-Windows-Pixmap";
