home *** CD-ROM | disk | FTP | other *** search
- /*================================================================================*/
- /* String resource related #defines */
- #define SAVE_SET_STRINGS_ID 23239 /* NCSA Telnet-save-set keywords */
- #define SAVE_SET_STRINGS_COUNT 45
- #define AFF_WORDS_ID 23240 /* NCSA save-set file, affirmatives */
- #define AFF_WORDS_COUNT 13
- #define MSG_RESOURCE_ID 23227 /* ftp strings of interest */
-
- #define NETERROR_RESOURCE_ID 23250 /* network errors */
- #define NETERROR_RESOURCE_COUNT 17 /* number of network errors */
- #define MEMERROR_RESOURCE_ID 23251 /* memory errors */
- #define MEMERROR_RESOURCE_COUNT 7
- #define RESERROR_RESOURCE_ID 23253 /* resource errors */
- #define RESERROR_RESOURCE_COUNT 7
-
- #define GENERAL_MESSAGES_ID 2000 // Misc. messages
- #define PREFERENCES_PROBLEM 1 // Problem w/Prefs, should I attempt fix?
- #define RESOURCE_PROBLEM 2 // Vital resource missing from Telnet
- #define NUKED_PREFS 3 // Unable to repair the prefs file
- #define PREFS_ARE_NEWER_ID 4 // Prefs on disk are newer than those in memory
- #define CANT_OPEN_MACTCP 5 // Error occured after OpenDriver("\p.IPP");
- #define REALLY_QUIT_QUESTION 6 // Really quit w/open connections?
- #define CANT_CREATE_PREFS 7 // Error creating prefs file
- #define NEED_HFS_ERR 8 // Telnet requires HFS
- #define SYS_ENVIRON_ERR 9 // Wrong SysEnvirons version
- #define SYSTEM_VERS_ERR 10 // Telnet requires at least System 6.0
- #define ROM_VERS_ERR 11 // Telnet requires at least 128k ROMS
- #define AE_PROBLEM_ERR 12 // Problem installing AppleEvent handlers
- #define CLOSE_ALL_WINDOWS_Q 13 // For Option-Command-W
- #define OPFAILED_MESSAGES_ID 2001 // General messages when an operation fails
- #define CANT_CREATE_FILE 1 // Can't create a file for some reason
- #define CANT_OPEN_FILE 2 // Can't open a file
- #define OUT_OF_MEMORY 3 // Not enough memory
- #define BAD_SET_ERR 4 // Invalid keyword in set file
-
- #define MISC_STRINGS 2002 // Misc. internal strings
- #define CAPTFILENAME 1 // Name of default capture file
- #define MISC_NEWSESSION 2 // Default name for new session
- #define MISC_NEWTERM 3 // Default name for new terminal
- #define MISC_USERPRMPT 4 // For URL generated connections
- #define MISC_PSWDPRMPT 5 // For URL generated connections
- #define CLOSE_ALL_MENU_ITEM 6 // For Option-Command-W menu item
- #define CLOSE_MENU_ITEM 7
- #define PICK_NEW_COLOR_STRING 8
- #define NONE_STRING 9
- #define SESSION_STRING 10
- #define OK_STRING 11
- #define CANCEL_STRING 12
- #define FTP_LOG_STRING 13
- #define SAVE_MACROS_STRING 14
- #define DEFAULT_MACRO_SET_NAME 15
- #define AWAITING_DISMISSAL_STRING 16
- #define BEING_OPENED_STRING 17
- #define BEING_LOOKED_UP 18
- #define SESSION_NAME_STRING 19
- #define SET_TO_LOAD_STRING 20
- #define SAVE_SET_STRING 21
- #define DEFAULT_SAVE_SET_NAME 22
- #define SAVE_CAPTURED_TEXT_STRING 23
- #define PREVIOUS_SESSION_STRING 24
- #define NEXT_SESSION_STRING 25
-
-
- #define DNR_MESSAGES_ID 2004 // DNR error messages
-