home *** CD-ROM | disk | FTP | other *** search
- ;*****************
- ;
- ; ToolsDaemon
- ;
- ;*****************
- ;
- ; *** Misc ***
- ;
- MSG_ABORT (1//)
- Abort
- ;
- MSG_PROCEED (//)
- Proceed
- ;
- ; *** Errors ***
- ;
- MSG_COULDNT_FIND_WB (600//)
- Couldn't find Workbench window!
- ;
- MSG_COULDNT_CREATE_MSGPORT (//)
- Couldn't create message port!
- ;
- MSG_COULDNT_ADD_APPMENU (//)
- Couldn't add AppMenuItem!
- ;
- MSG_INSUFFICIENT_MEMORY (//)
- Insufficient memory for requested action!
- ;
- MSG_TERMINATING (//)
- ToolsDaemon terminating.
- ;
- MSG_CANT_QUIT_NOW (//)
- Can't quit now,\n\
- %ld Workbench tools running!
- ;
- MSG_CANT_QUIT_NOW_1 (//)
- Can't quit now,\n\
- 1 Workbench tool running!
- ;
- MSG_NO_WB_LIB (//)
- Couldn't open workbench.library!
- ;
- MSG_NO_UTILITY_LIB (//)
- Couldn't open utility.library!
- ;
- MSG_NO_ICON_LIB (//)
- Couldn't open icon.library!
- ;
- MSG_COULDNT_LOAD_HANDLER (//)
- Couldn't load 'L:ToolsDaemon-handler'!
- ;
- MSG_COULDNT_CREATE_DAEMON (//)
- Couldn't create daemon process!\n\
- Out of memory ?
- ;
- MSG_ERROR_OUTOFMEM (//)
- Out of memory!
- ;
- MSG_INVALID_CONFIG (//)
- Invalid config file!
- ;
- MSG_LINE_UNKNOWN_KEYWORD (//)
- Line: %ld\nUnknown keyword: '%s'!
- ;
- MSG_LINE_MISSING_TITLE (//)
- Line: %ld\nMissing 'TITLE' line!
- ;
- MSG_LINE_MISSING_KEYWORD (//)
- Line: %ld\nMissing keyword!
- ;
- MSG_LINE_MISSING_ITEMNAME (//)
- Line: %ld\nMissing item name!
- ;
- MSG_LINE_ERROR_ITEMNAME (//)
- Line: %ld\nError reading item name!
- ;
- MSG_LINE_MISSING_COMMANDMODE (//)
- Line: %ld\nMissing command mode!
- ;
- MSG_LINE_UNKNOWN_COMMANDMODE (//)
- Line: %ld\nUnknown command mode: '%s'!
- ;
- MSG_LINE_MISSING_STACKSIZE (//)
- Line: %ld\nMissing stack size!
- ;
- MSG_LINE_INVALID_STACKSIZE (//)
- Line: %ld\nInvalid stack size: %s!
- ;
- MSG_LINE_MISSING_COMMANDSTRING (//)
- Line: %ld\nMissing command string!
- ;
- MSG_LINE_ERROR_COMMANDSTRING (//)
- Line: %ld\nError reading command string!
- ;
- MSG_UNABLE_TO_FIND_DIR (//)
- Unable to find directory '%s'!\nIncorrect path ?
- ;
- MSG_COMMAND_LINE_BUFFER_OVERFLOW (//)
- Command line buffer overflow!
- ;
- MSG_UNABLE_TO_LOAD_TOOL (//)
- Unable to load tool '%s'!\nIncorrect path ?
- ;
- MSG_IS_NOT_TOOL (//)
- '%s' is not a tool!
- ;
- MSG_UNABLE_TO_OPEN_INFO (//)
- Unable to open '%s.info'!
- ;
- MSG_SOMEONE_HAS_PATCHED (//)
- Some other program has patched intuition.library!\n\
- Can't quit until these patches have been\n\
- removed. Please try again later.
- ;
-