#ifndef LOCALE_H
#define LOCALE_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 MENU_PROJECT 0
#define MENU_SAVECONFIG 1
#define MENU_ABOUT 2
#define MENU_QUIT 3
#define MENU_SETTINGS 4
#define MENU_UPDATE 5
#define MENU_REFRESH1 6
#define MENU_REFRESH2 7
#define MENU_REFRESH3 8
#define MENU_REFRESH4 9
#define MENU_REFRESH5 10
#define MENU_REFRESH10 11
#define MENU_REFRESH20 12
#define MENU_REFRESH30 13
#define MENU_REFRESH40 14
#define MENU_REFRESH50 15
#define MENU_REFRESH60 16
#define MENU_CPSAGING 17
#define MENU_AGING0 18
#define MENU_AGING10 19
#define MENU_AGING20 20
#define MENU_AGING30 21
#define MENU_AGING40 22
#define MENU_AGING50 23
#define MENU_JUMP 24
#define MENU_STAYFRONT 25
#define TXT_IPACKETS 26
#define TXT_OPACKETS 27
#define TXT_BADDATA 28
#define TXT_OVERRUNS 29
#define TXT_UNKNOWN 30
#define TXT_RECONFIGS 31
#define TXT_MTU 32
#define TXT_BPS 33
#define TXT_HWTYPE 34
#define REQ_ABOUT_TITLE 35
#define REQ_ABOUT_BODY 36
#define REQ_ABOUT_BUTTON 37
#define REQ_ERROR_TITLE 38
#define REQ_ERROR_QUITBUTTON 39
#define REQ_ERROR_OPENDEV 40
#define REQ_ERROR_OPENLIB 41
#define REQ_ERROR_QUERY 42
#define REQ_ERROR_NOMSGPORT 43
#define REQ_ERROR_NOPOOL 44
#define REQ_ERROR_READARGS 45
#define REQ_ERROR_NOGUI 46
#define REQ_ERROR_TRACK 47
#define REQ_ERROR_NOCONFIG 48
#define REQ_ERROR_NODEVS 49
#define REQ_ERROR_BADAGING 50
#define TXT_TTIPACKETS 51
#define TXT_TTOPACKETS 52
#define TXT_TTIBYTES 53
#define TXT_TTOBYTES 54
#define TXT_TTDPACKETS 55
#define TXT_TTOCPS 56
#define TXT_TTICPS 57
#define TXT_TTLABEL 58
#define TXT_INACTIVE 59

#endif /* CATCOMP_NUMBERS */


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


struct LocaleInfo
{
    APTR li_LocaleBase;
    APTR li_Catalog;
};



#endif /* LOCALE_H */
