#ifndef EXECUTESTRS_H
#define EXECUTESTRS_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_EXEC_TITLE 0
#define MSG_EXEC_GAD 1
#define MSG_EXEC 2
#define MSG_CANCEL 3
#define MSG_OUT_TITLE 4
#define MSG_BADOS 5
#define NO_ASLREQ 6
#define NO_INTERFACE 7
#define DIR_NOT_FOUND 8
#define FNC_WINDOW_TITLE 9
#define DIR_ENTRY 10
#define MSG_VOLUME 11
#define MSG_ASSIGN 12
#define MSG_DEVICE 13
#define MSG_MAINTITLE 14
#define MSG_COMPLETE_FILE 15
#define MSG_EXPAND_PATTERN 16
#define MSG_EXPAND_FILES 17
#define MSG_EXPAND_DIRS 18
#define MSG_INSERT_FILES 19
#define MSG_INCL_INFO 20
#define MSG_OUT_WIN 21
#define MSG_QUIT 22
#define MSG_ASLTITLE 23

#endif /* CATCOMP_NUMBERS */


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


#ifdef CATCOMP_STRINGS

#define MSG_EXEC_TITLE_STR "Execute a command"
#define MSG_EXEC_GAD_STR "_Command:"
#define MSG_EXEC_STR "_Execute"
#define MSG_CANCEL_STR "C_ancel"
#define MSG_OUT_TITLE_STR "Output window"
#define MSG_BADOS_STR "Obsolete system. Install V2.1 or better"
#define NO_ASLREQ_STR "Fail to alloc ASL requester!"
#define NO_INTERFACE_STR "Can't open main interface!"
#define DIR_NOT_FOUND_STR "Directory not found!"
#define FNC_WINDOW_TITLE_STR "Select filename"
#define DIR_ENTRY_STR "dir"
#define MSG_VOLUME_STR "Volume"
#define MSG_ASSIGN_STR "Assign"
#define MSG_DEVICE_STR "Device"
#define MSG_MAINTITLE_STR "Execute"
#define MSG_COMPLETE_FILE_STR "Complete filename"
#define MSG_EXPAND_PATTERN_STR "Expand Reg. Exp."
#define MSG_EXPAND_FILES_STR "Expand matching files"
#define MSG_EXPAND_DIRS_STR "Expand matching dirs"
#define MSG_INSERT_FILES_STR "Insert files..."
#define MSG_INCL_INFO_STR "List info files"
#define MSG_OUT_WIN_STR "Output window"
#define MSG_QUIT_STR "Quit"
#define MSG_ASLTITLE_STR "Choose your path"

#endif /* CATCOMP_STRINGS */


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


struct LocaleInfo
{
    APTR li_LocaleBase;
    APTR li_Catalog;
};



#endif /* EXECUTESTRS_H */
