#ifndef MULTIPRINT_TEXTS_H
#define MULTIPRINT_TEXTS_H


/****************************************************************************/


/* This file was created automatically by CatComp.
 * Do NOT edit by hand!
 */


#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif

#ifdef CATCOMP_ARRAY
#undef CATCOMP_NUMBERS
#undef CATCOMP_STRINGS
#define CATCOMP_NUMBERS
#define CATCOMP_STRINGS
#endif

#ifdef CATCOMP_BLOCK
#undef CATCOMP_STRINGS
#define CATCOMP_STRINGS
#endif


/****************************************************************************/


#ifdef CATCOMP_NUMBERS

#define MSG_PRINTING_FILE 4000
#define MSG_NO_PRINTING_SUPPORTED 4001
#define PRERR_NOERR 5000
#define PRERR_CANCEL 5001
#define PRERR_NOTGRAPHICS 5002
#define PRERR_OBS1 5003
#define PRERR_BADDIMENSION 5004
#define PRERR_OBS2 5005
#define PRERR_INTERNALMEMORY 5006
#define PRERR_BUFFERMEMORY 5007

#endif /* CATCOMP_NUMBERS */


/****************************************************************************/


#ifdef CATCOMP_STRINGS

#define MSG_PRINTING_FILE_STR "Printing file %s ..."
#define MSG_NO_PRINTING_SUPPORTED_STR "The datatype for %s doesn't support printing !\n"
#define PRERR_NOERR_STR "Done !\n"
#define PRERR_CANCEL_STR "Canceled !\n"
#define PRERR_NOTGRAPHICS_STR "Printer cannot output graphics !\n"
#define PRERR_OBS1_STR "Obsolete !\n"
#define PRERR_BADDIMENSION_STR "Print dimensions are illegal !\n"
#define PRERR_OBS2_STR "Obsolete !\n"
#define PRERR_INTERNALMEMORY_STR "Not enough memory !\n"
#define PRERR_BUFFERMEMORY_STR "Not enough memory !\n"

#endif /* CATCOMP_STRINGS */


/****************************************************************************/


#ifdef CATCOMP_BLOCK

static const char CatCompBlock[] =
{
    "\x00\x00\x0F\xA0\x00\x16"
    MSG_PRINTING_FILE_STR "\x00\x00"
    "\x00\x00\x0F\xA1\x00\x30"
    MSG_NO_PRINTING_SUPPORTED_STR "\x00"
    "\x00\x00\x13\x88\x00\x08"
    PRERR_NOERR_STR "\x00"
    "\x00\x00\x13\x89\x00\x0C"
    PRERR_CANCEL_STR "\x00"
    "\x00\x00\x13\x8A\x00\x22"
    PRERR_NOTGRAPHICS_STR "\x00"
    "\x00\x00\x13\x8B\x00\x0C"
    PRERR_OBS1_STR "\x00"
    "\x00\x00\x13\x8C\x00\x20"
    PRERR_BADDIMENSION_STR "\x00"
    "\x00\x00\x13\x8D\x00\x0C"
    PRERR_OBS2_STR "\x00"
    "\x00\x00\x13\x8E\x00\x16"
    PRERR_INTERNALMEMORY_STR "\x00\x00"
    "\x00\x00\x13\x8F\x00\x16"
    PRERR_BUFFERMEMORY_STR "\x00\x00"
};

#endif /* CATCOMP_BLOCK */


/****************************************************************************/


struct LocaleInfo
{
    APTR li_LocaleBase;
    APTR li_Catalog;
};



#endif /* MULTIPRINT_TEXTS_H */
