#ifndef REBOOT_STRINGS_H
#define REBOOT_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_LIB_NOT_FOUND_REQTEXT 0
#define MSG_LIB_NOT_FOUND_REQGAD 1
#define MSG_LIB_WRONG_VERSION_REQTEXT 2
#define MSG_LIB_WRONG_VERSION_REQGAD 3
#define MSG_REBOOT_REQTEXT 4
#define MSG_REBOOT_REQGAD 5
#define MSG_ABORTREBOOT_REQTEXT 6
#define MSG_ABORTREBOOT_REQGAD 7

#endif /* CATCOMP_NUMBERS */


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


#ifdef CATCOMP_STRINGS

#define MSG_LIB_NOT_FOUND_REQTEXT_STR "%s\nnot found."
#define MSG_LIB_NOT_FOUND_REQGAD_STR "Retry|Cancel"
#define MSG_LIB_WRONG_VERSION_REQTEXT_STR "Requires at least\n%s version %lu !"
#define MSG_LIB_WRONG_VERSION_REQGAD_STR "Cancel"
#define MSG_REBOOT_REQTEXT_STR "Please finish all disk activity !\nAre you sure to reboot ?"
#define MSG_REBOOT_REQGAD_STR "Reboot|Abort"
#define MSG_ABORTREBOOT_REQTEXT_STR "REBOOTING ...\nPlease finish all disk activity !"
#define MSG_ABORTREBOOT_REQGAD_STR "Abort"

#endif /* CATCOMP_STRINGS */


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


struct LocaleInfo
{
    APTR li_LocaleBase;
    APTR li_Catalog;
};



#endif /* REBOOT_STRINGS_H */
