#ifndef CASSLABEL_STRINGS_H
#define CASSLABEL_STRINGS_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_MENU_PROJECT 0
#define MSG_MENU_NEW 1
#define MSG_MENU_LOAD 2
#define MSG_MENU_LOAD_SHORTCUT 3
#define MSG_MENU_LOAD_OLD_FORMAT 4
#define MSG_MENU_APPEND 5
#define MSG_MENU_SAVE 6
#define MSG_MENU_SAVE_SHORTCUT 7
#define MSG_MENU_SAVE_AS 8
#define MSG_MENU_PREFERENCES 9
#define MSG_MENU_GENERATE 10
#define MSG_MENU_GENERATE_SHORTCUT 11
#define MSG_MENU_PRINT 12
#define MSG_MENU_PRINT_SHORTCUT 13
#define MSG_MENU_ABOUT 14
#define MSG_MENU_ABOUT_SHORTCUT 15
#define MSG_MENU_QUIT 16
#define MSG_MENU_QUIT_SHORTCUT 17
#define MSG_LOAD_FILE 18
#define MSG_LOAD_OLD_FILE 19
#define MSG_APPEND_FILE 20
#define MSG_SAVE_FILE 21
#define MSG_GENERATE_FILE 22
#define MSG_ABOUT_COPYRIGHT 23
#define MSG_ABOUT_PROGRAM 24
#define MSG_WINDOW_TITLE 25
#define MSG_LABEL_GLOBAL 26
#define MSG_LABEL_SIDEA 27
#define MSG_LABEL_ADD 28
#define MSG_LABEL_ADD_SHORTCUT 29
#define MSG_LABEL_REMOVE 30
#define MSG_LABEL_REMOVE_SHORTCUT 31
#define MSG_LABEL_UP 32
#define MSG_LABEL_UP_SHORTCUT 33
#define MSG_LABEL_DOWN 34
#define MSG_LABEL_DOWN_SHORTCUT 35
#define MSG_LABEL_DATE 36
#define MSG_LABEL_GROUP 37
#define MSG_LABEL_EXTENSION 38
#define MSG_LABEL_TITLE 39
#define MSG_LABEL_SOURCE 40
#define MSG_LABEL_NOISER 41
#define MSG_LABEL_SIDEB 42
#define MSG_LABEL_POSITION 43
#define MSG_LABEL_POSITION_SHORTCUT 44
#define MSG_LABEL_LENGTH 45
#define MSG_LABEL_LENGTH_SHORTCUT 46
#define MSG_LABEL_NUMBER 47
#define MSG_LABEL_NUMBER_SHORTCUT 48
#define MSG_LABEL_PREFS_FORMAT 49
#define MSG_LABEL_PREFS_FORMAT_SHORTCUT 50
#define MSG_LABEL_PREFS_DRIVER 51
#define MSG_LABEL_PREFS_DRIVER_SHORTCUT 52
#define MSG_LABEL_PREFS_TR 53
#define MSG_LABEL_PREFS_TR_SHORTCUT 54
#define MSG_LABEL_PREFS_TITLE 55
#define MSG_LABEL_PREFS_SAVE 56
#define MSG_LABEL_PREFS_SAVE_SHORTCUT 57
#define MSG_LABEL_PREFS_OK 58
#define MSG_LABEL_PREFS_OK_SHORTCUT 59
#define MSG_LABEL_PREFS_CANCEL 60
#define MSG_LABEL_PREFS_CANCEL_SHORTCUT 61
#define MSG_ERROR_APP 62
#define MSG_ERROR_WINDOW 63
#define MSG_ABOUT_MUIAPPLICATION 64
#define MSG_ABOUT_MUICOPYRIGHT 65
#define MSG_QUESTION_QUIT_TEXT 66
#define MSG_QUESTION_QUIT_BUTTONS 67
#define MSG_QUESTION_SIDE_BUTTONS 68
#define MSG_TITLE_SOURCE_SIDE 69
#define MSG_QUESTION_SOURCE_SIDE_TEXT 70
#define MSG_TITLE_DEST_SIDE 71
#define MSG_QUESTION_DEST_SIDE_TEXT 72
#define MSG_LABEL_PREFS_HELP 73
#define MSG_LABEL_PREFS_HELP_SHORTCUT 74

#endif /* CATCOMP_NUMBERS */


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


#ifdef CATCOMP_STRINGS

#define MSG_MENU_PROJECT_STR "Project"
#define MSG_MENU_NEW_STR "New"
#define MSG_MENU_LOAD_STR "Load"
#define MSG_MENU_LOAD_SHORTCUT_STR "O"
#define MSG_MENU_LOAD_OLD_FORMAT_STR "Load old Format"
#define MSG_MENU_APPEND_STR "Append"
#define MSG_MENU_SAVE_STR "Save"
#define MSG_MENU_SAVE_SHORTCUT_STR "W"
#define MSG_MENU_SAVE_AS_STR "Save as"
#define MSG_MENU_PREFERENCES_STR "Preferences"
#define MSG_MENU_GENERATE_STR "Generate"
#define MSG_MENU_GENERATE_SHORTCUT_STR "G"
#define MSG_MENU_PRINT_STR "Print"
#define MSG_MENU_PRINT_SHORTCUT_STR "P"
#define MSG_MENU_ABOUT_STR "About..."
#define MSG_MENU_ABOUT_SHORTCUT_STR "?"
#define MSG_MENU_QUIT_STR "Quit"
#define MSG_MENU_QUIT_SHORTCUT_STR "Q"
#define MSG_LOAD_FILE_STR "Load CassLabel-File"
#define MSG_LOAD_OLD_FILE_STR "Load old CassLabel-File"
#define MSG_APPEND_FILE_STR "Append CassLabel-File"
#define MSG_SAVE_FILE_STR "Save CassLabel-File"
#define MSG_GENERATE_FILE_STR "Generate Output"
#define MSG_ABOUT_COPYRIGHT_STR "© 1993/94 by Dirk Nehring"
#define MSG_ABOUT_PROGRAM_STR "The Multimedia Cover-Editor"
#define MSG_WINDOW_TITLE_STR "\33c\33b\0339The MUI based Multimedia Cover-Editor\33n\nwritten 1993/94 by Dirk Nehring"
#define MSG_LABEL_GLOBAL_STR "Global"
#define MSG_LABEL_SIDEA_STR "Side A"
#define MSG_LABEL_ADD_STR "Add"
#define MSG_LABEL_ADD_SHORTCUT_STR "a"
#define MSG_LABEL_REMOVE_STR "Remove"
#define MSG_LABEL_REMOVE_SHORTCUT_STR "r"
#define MSG_LABEL_UP_STR "Up"
#define MSG_LABEL_UP_SHORTCUT_STR "u"
#define MSG_LABEL_DOWN_STR "Down"
#define MSG_LABEL_DOWN_SHORTCUT_STR "d"
#define MSG_LABEL_DATE_STR "Date:"
#define MSG_LABEL_GROUP_STR "Group:"
#define MSG_LABEL_EXTENSION_STR "Extension:"
#define MSG_LABEL_TITLE_STR "Title:"
#define MSG_LABEL_SOURCE_STR "Source:"
#define MSG_LABEL_NOISER_STR "NoiseR:"
#define MSG_LABEL_SIDEB_STR "Side B"
#define MSG_LABEL_POSITION_STR "Position"
#define MSG_LABEL_POSITION_SHORTCUT_STR "t"
#define MSG_LABEL_LENGTH_STR "Length"
#define MSG_LABEL_LENGTH_SHORTCUT_STR "l"
#define MSG_LABEL_NUMBER_STR "Number"
#define MSG_LABEL_NUMBER_SHORTCUT_STR "n"
#define MSG_LABEL_PREFS_FORMAT_STR "Format:"
#define MSG_LABEL_PREFS_FORMAT_SHORTCUT_STR "f"
#define MSG_LABEL_PREFS_DRIVER_STR "Driver:"
#define MSG_LABEL_PREFS_DRIVER_SHORTCUT_STR "d"
#define MSG_LABEL_PREFS_TR_STR "ISO->TeX:"
#define MSG_LABEL_PREFS_TR_SHORTCUT_STR "i"
#define MSG_LABEL_PREFS_TITLE_STR "Preferences"
#define MSG_LABEL_PREFS_SAVE_STR "Save"
#define MSG_LABEL_PREFS_SAVE_SHORTCUT_STR "s"
#define MSG_LABEL_PREFS_OK_STR "Use"
#define MSG_LABEL_PREFS_OK_SHORTCUT_STR "u"
#define MSG_LABEL_PREFS_CANCEL_STR "Cancel"
#define MSG_LABEL_PREFS_CANCEL_SHORTCUT_STR "c"
#define MSG_ERROR_APP_STR "Failed to create Application."
#define MSG_ERROR_WINDOW_STR "Failed to open Window.\nPerhaps too small screen."
#define MSG_ABOUT_MUIAPPLICATION_STR "This is a MUI-Application.\n"
#define MSG_ABOUT_MUICOPYRIGHT_STR "MUI is copyrighted by Stefan Stuntz."
#define MSG_QUESTION_QUIT_TEXT_STR "Do you really want to quit?"
#define MSG_QUESTION_QUIT_BUTTONS_STR "*_Quit|_Cancel"
#define MSG_QUESTION_SIDE_BUTTONS_STR "Side _A|Side _B"
#define MSG_TITLE_SOURCE_SIDE_STR "Source Side"
#define MSG_QUESTION_SOURCE_SIDE_TEXT_STR "Which should be the Source Side?"
#define MSG_TITLE_DEST_SIDE_STR "Destination Side"
#define MSG_QUESTION_DEST_SIDE_TEXT_STR "Which should be the Destination Side?"
#define MSG_LABEL_PREFS_HELP_STR "Help on Format"
#define MSG_LABEL_PREFS_HELP_SHORTCUT_STR "h"

#endif /* CATCOMP_STRINGS */


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


#ifdef CATCOMP_ARRAY

struct CatCompArrayType
{
    LONG   cca_ID;
    STRPTR cca_Str;
};

static const struct CatCompArrayType CatCompArray[] =
{
    {MSG_MENU_PROJECT,(STRPTR)MSG_MENU_PROJECT_STR},
    {MSG_MENU_NEW,(STRPTR)MSG_MENU_NEW_STR},
    {MSG_MENU_LOAD,(STRPTR)MSG_MENU_LOAD_STR},
    {MSG_MENU_LOAD_SHORTCUT,(STRPTR)MSG_MENU_LOAD_SHORTCUT_STR},
    {MSG_MENU_LOAD_OLD_FORMAT,(STRPTR)MSG_MENU_LOAD_OLD_FORMAT_STR},
    {MSG_MENU_APPEND,(STRPTR)MSG_MENU_APPEND_STR},
    {MSG_MENU_SAVE,(STRPTR)MSG_MENU_SAVE_STR},
    {MSG_MENU_SAVE_SHORTCUT,(STRPTR)MSG_MENU_SAVE_SHORTCUT_STR},
    {MSG_MENU_SAVE_AS,(STRPTR)MSG_MENU_SAVE_AS_STR},
    {MSG_MENU_PREFERENCES,(STRPTR)MSG_MENU_PREFERENCES_STR},
    {MSG_MENU_GENERATE,(STRPTR)MSG_MENU_GENERATE_STR},
    {MSG_MENU_GENERATE_SHORTCUT,(STRPTR)MSG_MENU_GENERATE_SHORTCUT_STR},
    {MSG_MENU_PRINT,(STRPTR)MSG_MENU_PRINT_STR},
    {MSG_MENU_PRINT_SHORTCUT,(STRPTR)MSG_MENU_PRINT_SHORTCUT_STR},
    {MSG_MENU_ABOUT,(STRPTR)MSG_MENU_ABOUT_STR},
    {MSG_MENU_ABOUT_SHORTCUT,(STRPTR)MSG_MENU_ABOUT_SHORTCUT_STR},
    {MSG_MENU_QUIT,(STRPTR)MSG_MENU_QUIT_STR},
    {MSG_MENU_QUIT_SHORTCUT,(STRPTR)MSG_MENU_QUIT_SHORTCUT_STR},
    {MSG_LOAD_FILE,(STRPTR)MSG_LOAD_FILE_STR},
    {MSG_LOAD_OLD_FILE,(STRPTR)MSG_LOAD_OLD_FILE_STR},
    {MSG_APPEND_FILE,(STRPTR)MSG_APPEND_FILE_STR},
    {MSG_SAVE_FILE,(STRPTR)MSG_SAVE_FILE_STR},
    {MSG_GENERATE_FILE,(STRPTR)MSG_GENERATE_FILE_STR},
    {MSG_ABOUT_COPYRIGHT,(STRPTR)MSG_ABOUT_COPYRIGHT_STR},
    {MSG_ABOUT_PROGRAM,(STRPTR)MSG_ABOUT_PROGRAM_STR},
    {MSG_WINDOW_TITLE,(STRPTR)MSG_WINDOW_TITLE_STR},
    {MSG_LABEL_GLOBAL,(STRPTR)MSG_LABEL_GLOBAL_STR},
    {MSG_LABEL_SIDEA,(STRPTR)MSG_LABEL_SIDEA_STR},
    {MSG_LABEL_ADD,(STRPTR)MSG_LABEL_ADD_STR},
    {MSG_LABEL_ADD_SHORTCUT,(STRPTR)MSG_LABEL_ADD_SHORTCUT_STR},
    {MSG_LABEL_REMOVE,(STRPTR)MSG_LABEL_REMOVE_STR},
    {MSG_LABEL_REMOVE_SHORTCUT,(STRPTR)MSG_LABEL_REMOVE_SHORTCUT_STR},
    {MSG_LABEL_UP,(STRPTR)MSG_LABEL_UP_STR},
    {MSG_LABEL_UP_SHORTCUT,(STRPTR)MSG_LABEL_UP_SHORTCUT_STR},
    {MSG_LABEL_DOWN,(STRPTR)MSG_LABEL_DOWN_STR},
    {MSG_LABEL_DOWN_SHORTCUT,(STRPTR)MSG_LABEL_DOWN_SHORTCUT_STR},
    {MSG_LABEL_DATE,(STRPTR)MSG_LABEL_DATE_STR},
    {MSG_LABEL_GROUP,(STRPTR)MSG_LABEL_GROUP_STR},
    {MSG_LABEL_EXTENSION,(STRPTR)MSG_LABEL_EXTENSION_STR},
    {MSG_LABEL_TITLE,(STRPTR)MSG_LABEL_TITLE_STR},
    {MSG_LABEL_SOURCE,(STRPTR)MSG_LABEL_SOURCE_STR},
    {MSG_LABEL_NOISER,(STRPTR)MSG_LABEL_NOISER_STR},
    {MSG_LABEL_SIDEB,(STRPTR)MSG_LABEL_SIDEB_STR},
    {MSG_LABEL_POSITION,(STRPTR)MSG_LABEL_POSITION_STR},
    {MSG_LABEL_POSITION_SHORTCUT,(STRPTR)MSG_LABEL_POSITION_SHORTCUT_STR},
    {MSG_LABEL_LENGTH,(STRPTR)MSG_LABEL_LENGTH_STR},
    {MSG_LABEL_LENGTH_SHORTCUT,(STRPTR)MSG_LABEL_LENGTH_SHORTCUT_STR},
    {MSG_LABEL_NUMBER,(STRPTR)MSG_LABEL_NUMBER_STR},
    {MSG_LABEL_NUMBER_SHORTCUT,(STRPTR)MSG_LABEL_NUMBER_SHORTCUT_STR},
    {MSG_LABEL_PREFS_FORMAT,(STRPTR)MSG_LABEL_PREFS_FORMAT_STR},
    {MSG_LABEL_PREFS_FORMAT_SHORTCUT,(STRPTR)MSG_LABEL_PREFS_FORMAT_SHORTCUT_STR},
    {MSG_LABEL_PREFS_DRIVER,(STRPTR)MSG_LABEL_PREFS_DRIVER_STR},
    {MSG_LABEL_PREFS_DRIVER_SHORTCUT,(STRPTR)MSG_LABEL_PREFS_DRIVER_SHORTCUT_STR},
    {MSG_LABEL_PREFS_TR,(STRPTR)MSG_LABEL_PREFS_TR_STR},
    {MSG_LABEL_PREFS_TR_SHORTCUT,(STRPTR)MSG_LABEL_PREFS_TR_SHORTCUT_STR},
    {MSG_LABEL_PREFS_TITLE,(STRPTR)MSG_LABEL_PREFS_TITLE_STR},
    {MSG_LABEL_PREFS_SAVE,(STRPTR)MSG_LABEL_PREFS_SAVE_STR},
    {MSG_LABEL_PREFS_SAVE_SHORTCUT,(STRPTR)MSG_LABEL_PREFS_SAVE_SHORTCUT_STR},
    {MSG_LABEL_PREFS_OK,(STRPTR)MSG_LABEL_PREFS_OK_STR},
    {MSG_LABEL_PREFS_OK_SHORTCUT,(STRPTR)MSG_LABEL_PREFS_OK_SHORTCUT_STR},
    {MSG_LABEL_PREFS_CANCEL,(STRPTR)MSG_LABEL_PREFS_CANCEL_STR},
    {MSG_LABEL_PREFS_CANCEL_SHORTCUT,(STRPTR)MSG_LABEL_PREFS_CANCEL_SHORTCUT_STR},
    {MSG_ERROR_APP,(STRPTR)MSG_ERROR_APP_STR},
    {MSG_ERROR_WINDOW,(STRPTR)MSG_ERROR_WINDOW_STR},
    {MSG_ABOUT_MUIAPPLICATION,(STRPTR)MSG_ABOUT_MUIAPPLICATION_STR},
    {MSG_ABOUT_MUICOPYRIGHT,(STRPTR)MSG_ABOUT_MUICOPYRIGHT_STR},
    {MSG_QUESTION_QUIT_TEXT,(STRPTR)MSG_QUESTION_QUIT_TEXT_STR},
    {MSG_QUESTION_QUIT_BUTTONS,(STRPTR)MSG_QUESTION_QUIT_BUTTONS_STR},
    {MSG_QUESTION_SIDE_BUTTONS,(STRPTR)MSG_QUESTION_SIDE_BUTTONS_STR},
    {MSG_TITLE_SOURCE_SIDE,(STRPTR)MSG_TITLE_SOURCE_SIDE_STR},
    {MSG_QUESTION_SOURCE_SIDE_TEXT,(STRPTR)MSG_QUESTION_SOURCE_SIDE_TEXT_STR},
    {MSG_TITLE_DEST_SIDE,(STRPTR)MSG_TITLE_DEST_SIDE_STR},
    {MSG_QUESTION_DEST_SIDE_TEXT,(STRPTR)MSG_QUESTION_DEST_SIDE_TEXT_STR},
    {MSG_LABEL_PREFS_HELP,(STRPTR)MSG_LABEL_PREFS_HELP_STR},
    {MSG_LABEL_PREFS_HELP_SHORTCUT,(STRPTR)MSG_LABEL_PREFS_HELP_SHORTCUT_STR},
};

#endif /* CATCOMP_ARRAY */


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


#ifdef CATCOMP_BLOCK

static const char CatCompBlock[] =
{
    "\x00\x00\x00\x00\x00\x08"
    MSG_MENU_PROJECT_STR "\x00"
    "\x00\x00\x00\x01\x00\x04"
    MSG_MENU_NEW_STR "\x00"
    "\x00\x00\x00\x02\x00\x06"
    MSG_MENU_LOAD_STR "\x00\x00"
    "\x00\x00\x00\x03\x00\x02"
    MSG_MENU_LOAD_SHORTCUT_STR "\x00"
    "\x00\x00\x00\x04\x00\x10"
    MSG_MENU_LOAD_OLD_FORMAT_STR "\x00"
    "\x00\x00\x00\x05\x00\x08"
    MSG_MENU_APPEND_STR "\x00\x00"
    "\x00\x00\x00\x06\x00\x06"
    MSG_MENU_SAVE_STR "\x00\x00"
    "\x00\x00\x00\x07\x00\x02"
    MSG_MENU_SAVE_SHORTCUT_STR "\x00"
    "\x00\x00\x00\x08\x00\x08"
    MSG_MENU_SAVE_AS_STR "\x00"
    "\x00\x00\x00\x09\x00\x0C"
    MSG_MENU_PREFERENCES_STR "\x00"
    "\x00\x00\x00\x0A\x00\x0A"
    MSG_MENU_GENERATE_STR "\x00\x00"
    "\x00\x00\x00\x0B\x00\x02"
    MSG_MENU_GENERATE_SHORTCUT_STR "\x00"
    "\x00\x00\x00\x0C\x00\x06"
    MSG_MENU_PRINT_STR "\x00"
    "\x00\x00\x00\x0D\x00\x02"
    MSG_MENU_PRINT_SHORTCUT_STR "\x00"
    "\x00\x00\x00\x0E\x00\x0A"
    MSG_MENU_ABOUT_STR "\x00\x00"
    "\x00\x00\x00\x0F\x00\x02"
    MSG_MENU_ABOUT_SHORTCUT_STR "\x00"
    "\x00\x00\x00\x10\x00\x06"
    MSG_MENU_QUIT_STR "\x00\x00"
    "\x00\x00\x00\x11\x00\x02"
    MSG_MENU_QUIT_SHORTCUT_STR "\x00"
    "\x00\x00\x00\x12\x00\x14"
    MSG_LOAD_FILE_STR "\x00"
    "\x00\x00\x00\x13\x00\x18"
    MSG_LOAD_OLD_FILE_STR "\x00"
    "\x00\x00\x00\x14\x00\x16"
    MSG_APPEND_FILE_STR "\x00"
    "\x00\x00\x00\x15\x00\x14"
    MSG_SAVE_FILE_STR "\x00"
    "\x00\x00\x00\x16\x00\x10"
    MSG_GENERATE_FILE_STR "\x00"
    "\x00\x00\x00\x17\x00\x1A"
    MSG_ABOUT_COPYRIGHT_STR "\x00"
    "\x00\x00\x00\x18\x00\x1C"
    MSG_ABOUT_PROGRAM_STR "\x00"
    "\x00\x00\x00\x19\x00\x4E"
    MSG_WINDOW_TITLE_STR "\x00"
    "\x00\x00\x00\x1A\x00\x08"
    MSG_LABEL_GLOBAL_STR "\x00\x00"
    "\x00\x00\x00\x1B\x00\x08"
    MSG_LABEL_SIDEA_STR "\x00\x00"
    "\x00\x00\x00\x1C\x00\x04"
    MSG_LABEL_ADD_STR "\x00"
    "\x00\x00\x00\x1D\x00\x02"
    MSG_LABEL_ADD_SHORTCUT_STR "\x00"
    "\x00\x00\x00\x1E\x00\x08"
    MSG_LABEL_REMOVE_STR "\x00\x00"
    "\x00\x00\x00\x1F\x00\x02"
    MSG_LABEL_REMOVE_SHORTCUT_STR "\x00"
    "\x00\x00\x00\x20\x00\x04"
    MSG_LABEL_UP_STR "\x00\x00"
    "\x00\x00\x00\x21\x00\x02"
    MSG_LABEL_UP_SHORTCUT_STR "\x00"
    "\x00\x00\x00\x22\x00\x06"
    MSG_LABEL_DOWN_STR "\x00\x00"
    "\x00\x00\x00\x23\x00\x02"
    MSG_LABEL_DOWN_SHORTCUT_STR "\x00"
    "\x00\x00\x00\x24\x00\x06"
    MSG_LABEL_DATE_STR "\x00"
    "\x00\x00\x00\x25\x00\x08"
    MSG_LABEL_GROUP_STR "\x00\x00"
    "\x00\x00\x00\x26\x00\x0C"
    MSG_LABEL_EXTENSION_STR "\x00\x00"
    "\x00\x00\x00\x27\x00\x08"
    MSG_LABEL_TITLE_STR "\x00\x00"
    "\x00\x00\x00\x28\x00\x08"
    MSG_LABEL_SOURCE_STR "\x00"
    "\x00\x00\x00\x29\x00\x08"
    MSG_LABEL_NOISER_STR "\x00"
    "\x00\x00\x00\x2A\x00\x08"
    MSG_LABEL_SIDEB_STR "\x00\x00"
    "\x00\x00\x00\x2B\x00\x0A"
    MSG_LABEL_POSITION_STR "\x00\x00"
    "\x00\x00\x00\x2C\x00\x02"
    MSG_LABEL_POSITION_SHORTCUT_STR "\x00"
    "\x00\x00\x00\x2D\x00\x08"
    MSG_LABEL_LENGTH_STR "\x00\x00"
    "\x00\x00\x00\x2E\x00\x02"
    MSG_LABEL_LENGTH_SHORTCUT_STR "\x00"
    "\x00\x00\x00\x2F\x00\x08"
    MSG_LABEL_NUMBER_STR "\x00\x00"
    "\x00\x00\x00\x30\x00\x02"
    MSG_LABEL_NUMBER_SHORTCUT_STR "\x00"
    "\x00\x00\x00\x31\x00\x08"
    MSG_LABEL_PREFS_FORMAT_STR "\x00"
    "\x00\x00\x00\x32\x00\x02"
    MSG_LABEL_PREFS_FORMAT_SHORTCUT_STR "\x00"
    "\x00\x00\x00\x33\x00\x08"
    MSG_LABEL_PREFS_DRIVER_STR "\x00"
    "\x00\x00\x00\x34\x00\x02"
    MSG_LABEL_PREFS_DRIVER_SHORTCUT_STR "\x00"
    "\x00\x00\x00\x35\x00\x0A"
    MSG_LABEL_PREFS_TR_STR "\x00"
    "\x00\x00\x00\x36\x00\x02"
    MSG_LABEL_PREFS_TR_SHORTCUT_STR "\x00"
    "\x00\x00\x00\x37\x00\x0C"
    MSG_LABEL_PREFS_TITLE_STR "\x00"
    "\x00\x00\x00\x38\x00\x06"
    MSG_LABEL_PREFS_SAVE_STR "\x00\x00"
    "\x00\x00\x00\x39\x00\x02"
    MSG_LABEL_PREFS_SAVE_SHORTCUT_STR "\x00"
    "\x00\x00\x00\x3A\x00\x04"
    MSG_LABEL_PREFS_OK_STR "\x00"
    "\x00\x00\x00\x3B\x00\x02"
    MSG_LABEL_PREFS_OK_SHORTCUT_STR "\x00"
    "\x00\x00\x00\x3C\x00\x08"
    MSG_LABEL_PREFS_CANCEL_STR "\x00\x00"
    "\x00\x00\x00\x3D\x00\x02"
    MSG_LABEL_PREFS_CANCEL_SHORTCUT_STR "\x00"
    "\x00\x00\x00\x3E\x00\x1E"
    MSG_ERROR_APP_STR "\x00"
    "\x00\x00\x00\x3F\x00\x32"
    MSG_ERROR_WINDOW_STR "\x00\x00"
    "\x00\x00\x00\x40\x00\x1C"
    MSG_ABOUT_MUIAPPLICATION_STR "\x00"
    "\x00\x00\x00\x41\x00\x26"
    MSG_ABOUT_MUICOPYRIGHT_STR "\x00\x00"
    "\x00\x00\x00\x42\x00\x1C"
    MSG_QUESTION_QUIT_TEXT_STR "\x00"
    "\x00\x00\x00\x43\x00\x10"
    MSG_QUESTION_QUIT_BUTTONS_STR "\x00\x00"
    "\x00\x00\x00\x44\x00\x10"
    MSG_QUESTION_SIDE_BUTTONS_STR "\x00"
    "\x00\x00\x00\x45\x00\x0C"
    MSG_TITLE_SOURCE_SIDE_STR "\x00"
    "\x00\x00\x00\x46\x00\x22"
    MSG_QUESTION_SOURCE_SIDE_TEXT_STR "\x00\x00"
    "\x00\x00\x00\x47\x00\x12"
    MSG_TITLE_DEST_SIDE_STR "\x00\x00"
    "\x00\x00\x00\x48\x00\x26"
    MSG_QUESTION_DEST_SIDE_TEXT_STR "\x00"
    "\x00\x00\x00\x49\x00\x10"
    MSG_LABEL_PREFS_HELP_STR "\x00\x00"
    "\x00\x00\x00\x4A\x00\x02"
    MSG_LABEL_PREFS_HELP_SHORTCUT_STR "\x00"
};

#endif /* CATCOMP_BLOCK */


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


struct LocaleInfo
{
    APTR li_LocaleBase;
    APTR li_Catalog;
};


#ifdef CATCOMP_CODE

STRPTR GetString(struct LocaleInfo *li, LONG stringNum)
{
LONG   *l;
UWORD  *w;
STRPTR  builtIn;

    l = (LONG *)CatCompBlock;

    while (*l != stringNum)
    {
        w = (UWORD *)((ULONG)l + 4);
        l = (LONG *)((ULONG)l + (ULONG)*w + 6);
    }
    builtIn = (STRPTR)((ULONG)l + 6);

#define XLocaleBase LocaleBase
#define LocaleBase li->li_LocaleBase
    
    if (LocaleBase)
        return(GetCatalogStr(li->li_Catalog,stringNum,builtIn));
#define LocaleBase XLocaleBase
#undef XLocaleBase

    return(builtIn);
}


#endif /* CATCOMP_CODE */


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


#endif /* CASSLABEL_STRINGS_H */
