/****************************************************************
   This file was created automatically by `KitCat V1.1'
   Do NOT edit by hand!
****************************************************************/

#ifndef LOCALE_H
#define LOCALE_H


#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif  /*  !EXEC_TYPES_H           */
#ifndef LIBRARIES_LOCALE_H
#include <libraries/locale.h>
#endif  /*  !LIBRARIES_LOCALE_H     */


/*  Prototypes  */

extern void OpenMegaViewCatalog(struct Locale *, STRPTR);
extern void CloseMegaViewCatalog(void);
extern STRPTR GetString(LONG);

#define msgOK 1
#define msgOK_STR "OK"

#define msgNeedWhatIs 2
#define msgNeedWhatIs_STR "whatis.library not found"

#define msgNeedIntuition 3
#define msgNeedIntuition_STR "Intuition library V37 not found"

#define msgNeedWorkbench 4
#define msgNeedWorkbench_STR "Workbench library V37 not found"

#define msgNeedIcon 5
#define msgNeedIcon_STR "Icon Library V37 not found"

#define msgNeedASL 6
#define msgNeedASL_STR "ASL Library V37 not found"

#define msgNeedActionfile 7
#define msgNeedActionfile_STR "ACTIONFILE not found"

#define msgMissingNewline 8
#define msgMissingNewline_STR "Missing NEWLINE at end of ACTIONFILE"

#define msgParseError 9
#define msgParseError_STR "Parse error in line %ld: %s"

#define msgUnknownFiletype 10
#define msgUnknownFiletype_STR "Unknown filetype"

#define msgErrorReadingDir 11
#define msgErrorReadingDir_STR "Error reading directory"

#define msgErrorFileInfoBlock 12
#define msgErrorFileInfoBlock_STR "Unable to create FileInfoBlock"

#define msgErrorCurrentDir 13
#define msgErrorCurrentDir_STR "Unable to lock current directory"

#define msgErrorLockDirectory 14
#define msgErrorLockDirectory_STR "Unable to lock directory"

#define msgNoAction 15
#define msgNoAction_STR "Error: No Action for %s filetype"

#define msgErrorLockFile 16
#define msgErrorLockFile_STR "Unable to lock file"

#define msgErrorAllocateBuffer 17
#define msgErrorAllocateBuffer_STR "Unable to allocate buffer"

#define msgReqText 18
#define msgReqText_STR "Quit|Select|Editor|Continue"

#define msgErrorAppIcon 19
#define msgErrorAppIcon_STR "Cannot AddAppIcon()"

#define msgErrorCreatePort 20
#define msgErrorCreatePort_STR "Cannot CreatePort()"

#define msgErrorAppMenu 21
#define msgErrorAppMenu_STR "Cannot AddAppMenuItem()"

#define msgErrorMenuIcon 22
#define msgErrorMenuIcon_STR "Mutual excluding ToolTypes MENU and ICON set"

#define msgWorkbenchUsage 23
#define msgWorkbenchUsage_STR "\nŠ 1993 by DIgital DImensions\nUsage from Workbench:\nDouble click icon together with\nshift-selected icon to show them, or use as Default tool\n"

#define msgErrorIcon 24
#define msgErrorIcon_STR "Error opening icon"

#define msgNoIcon 25
#define msgNoIcon_STR "You selected a non-existing icon (?????)"

#define msgErrorManDir 26
#define msgErrorManDir_STR "MAN directory not found"

#define msgErrorAnchor 27
#define msgErrorAnchor_STR "Unable to allocate AnchorPath (lack of memory)"

#define msgNeedFilename 28
#define msgNeedFilename_STR "Need a filename"


#define numMegaViewStrings 28
#define minMegaViewId 1
#define maxMegaViewId 28


#endif /*   !LOCALE_H  */
