-- file: ExceptionTable.txt -- edited by: Brotz, April 10, 1981 9:37 AM -- edited by: Levin, February 17, 1981 9:53 AM -- edited by: Schroeder, November 5, 1980 10:41 AM -- This file contains all exception messages used by all versions of Laurel -- Format is: -- Comment lines begin with -- and are terminated by CR. -- Exception message lines: [N | X] : "exception text" CR -- An N or X following a indicates the exception text applies to normal Laurel -- or LaurelX respectively. -- If no N or X follows a then the exception text applies to both normal Laurel -- and LaurelX. -- Blank lines are ignored. -- Double quotes may be included in exception text by writing "". -- Number to mnemonic correspondence is given in ExceptionDefs.mesa -- tryToContinue [BackStop] 1N: "Click Yellow to try to continue, Red+Blue to end session." 1X: "Click Middle to try to continue, Left+Right to end session." -- recursiveTrouble [BackStop] 2: "Recursive error. Report next line to " -- mustEndSession [BackStop] 3N: ". Red+Blue will end session." 3X: ". Left+Right will end session." -- unrecDiskError [BackStop] 4: "Unrecoverable disk error. Try running the scavenger." -- systemError [BackStop] 5: "System error encountered. Laurel cannot proceed." -- autoErrorReport [BackStop] 6N: "Click Yellow to start automatic error reporting procedure." 6X: "Click Middle to start automatic error reporting procedure." -- noBugReportFile [BackStop] 7: "Couldn't find file; no bug report sent." -- cannotProceed [BackStop, IntExceptions] 8N: "Laurel cannot proceed. Click Red+Blue to end session." 8X: "Laurel cannot proceed. Click Left+Right to end session." -- cantConnect [AccessOp] 9: "Can't connect to any server. Try again later." -- loginTryAgain [AccessOp] 10: "Bad user name or password. Login, then try again." -- noMailboxes [AccessOp] 11: "Can't find any mailboxes for you. Consult an expert." -- newMailOverfill [AccessOp] 12: "Some new mail not retrieved. It would overfill your disk or mail file." -- tocOverflow [AccessOp] 13: "TOC overflow. Some new mail is not indexed." -- noNewMail [AccessOp] 14: "No messages retrieved." -- probDiskError [AccessOp] 15: "Probable disk error. Run the scavenger." -- diskFull [VirtCom] 16: "Disk full." -- dotsEmpty [AccessOp] 17: " .. empty; " -- dots [AccessOp] 18: " .. " -- emptySemi [AccessOp] 19: "empty; " -- semi [AccessOp] 20: "; " -- moveTargetExists [AppendOp] 21: "Target of move already exists and is not a mail file." -- cantAnswer [IntAnswerCom] 22: "Can't Answer. No message is currently selected." -- willReplaceMessage [IntAnswerCom, IntEditCom, EditorFiles] 23: "Message in composition window will be replaced." -- answerIncomplete [IntAnswerCom] 24: "Answer form incomplete; missing field or syntax error in selected message." -- confirmMessage [IntBracketsCom] 25N: "Type ESC to confirm, DEL to cancel command." 25X: "Press DO to confirm, CANCEL to cancel command." -- illegalCommand [IntBracketsCom] 26: "Illegal command." -- noCurrentFile [IntDisplayCom, IntHardcopyCom] 27: "No current mail file." -- noSelectedEntries [IntDisplayCom, IntHardcopyCom] 28: "No selected entries." -- noUndeletedMessages [IntDisplayCom] 29: "No further undeleted messages." -- cantDisplayMessage [IntDisplayCom] 30: "Unable to display message." -- newFile [IntDisplayCom] 31: "New File." -- cantMoveToFileInUse [IntDisplayCom] 32: "Can't move to a file that is currently in use." -- noMessagesMoved [IntDisplayCom] 33: "No messages moved." -- moveWouldOverfill [IntDisplayCom] 34: "Move canceled: would have overfilled disk or target file." -- noMoveIllegalName [IntDisplayCom] 35: "No messages moved: illegal file name." -- diskErrorTargetDamage [IntDisplayCom] 36: "Disk error. Target file may be damaged." -- cantForward [IntEditCom] 37: "Can't Forward. No message is currently selected." -- noUndeletedEntries [IntHardcopyCom] 38: "No undeleted entries selected." -- printerNotRespond [IntPress] 39: "Printer not responding." -- cancelHardcopy [IntHardcopyCom] 40N: "Type DEL if you wish to cancel hardcopy." 40X: "Press CANCEL if you wish to cancel hardcopy." -- printerBusy [IntPress] 41: "Printer busy." -- hardcopyCanceled [IntHardcopyCom, IntPress] 42: "Hardcopy canceled." -- printerTimeout [IntPress] 43: "Printer timeout." -- printerTrouble [IntPress] 44: "Printer trouble: " -- cantFindPrinter [IntPress] 45: "Can't find your printer because:" -- cannotConnectToPrinter [IntPress] 46: "Cannot connect to printer " -- transmissionTo [IntPress] 47: "Transmission to " -- proceeding [IntPress] 48: " proceeding." -- hardcopyTo [IntHardcopyCom] 49: "Hardcopy to " -- completed [IntHardcopyCom] 50: " completed." -- onePagePrinted [IntHardcopyCom] 51: "1 page printed" -- pagesPrinted [IntHardcopyCom] 52: " pages printed" -- suggestRestart [ExecSS] 53: "Insufficient room to load this program. Suggest you restart Laurel." -- internalError [IntHardcopyCom] 54: "Internal error." -- messageNotFiled [IntMailCom] 55: "The message in the composition window has not been filed or delivered." -- noFileCantGetMail [IntMailCom] 56: "No current mail file. Can't get new mail." -- formatErrorCantGet [IntMailCom] 57: "Format error in mail file. Get failed." -- mayBeTruncated [IntMailCom] 58: "Last message may have been truncated." -- tocOverflowSomeNotIndexed [IntMailCom] 59: "TOC overflow: some messages are not indexed." -- diskFullSomeNotIndexed [IntMailCom] 60: "Disk full: some messages are not indexed." -- illegalMailFileName [IntMailCom] 61: "Illegal name for mail or TOC file." -- diskErrorGetFailed [IntMailCom] 62: "Disk errors. Get mail file failed." -- returnMayBeDamaged [IntMailCom] 63: "Returned mail file may have been damaged." -- programTooLarge [ExecSS] 64: "The program specified is too large to run within Laurel." -- insertionOverflow [IntEditCom, EditorMain, EditorTypeIn] 65: "Insertion overflow." -- errorsDuringInstall [IntHardcopyCom] 66: "Errors were detected during installation." -- totalMessageLengthTooBig [IntEditCom] 67: "Total length of selected messages exceeds composed message limit." -- textNotFound [LaurelNub] 68: "Text not found." -- findHintOne [EditorFind] 69: "# = any char; * = any string; @ = any alpha; & = alpha string; 'x = use ""x""" -- findHintTwo [EditorFind] 70: "! = any non-alpha; ~ = non-alpha string; {} bounds resulting selection" -- oneSubMade [EditorFind] 71: "One substitution made." -- noSubMade [EditorFind] 72: "No substitutions made." -- malformedSearchString [EditorFind] 73: "Malformed search string." -- installFailed [LaurelNub] 74: "Installation failed; problem(s) displayed above." -- noMessage [IntSendCom] 75: "No message to deliver." -- notAuthentic [IntSendCom (2)] 76: "Name/password not authenticated." -- tryAgainOrCancel [IntSendCom] 77N: "Type ESC to try again, DEL to cancel delivery." 77X: "Press DO to try again, CANCEL to cancel delivery." -- wishToCancelDelivery [IntSendCom] 78N: "Type DEL if you wish to cancel delivery." 78X: "Press CANCEL if you wish to cancel delivery." -- errorNearSelection [IntSendCom] 79: "Syntax error in header near underlined selection." -- errorInDL [IntSendCom] 80: "Syntax error in underlined distribution list." -- cannotExpandDL [IntSendCom] 81: "Message not delivered -- cannot expand underlined distribution list." -- unqualNameInDL [IntSendCom] 82: "Unqualified recipient name in underlined distribution list." -- arpaNeedsRegistry [IntSendCom] 83: "Arpanet recipients: local names need "".registry"" appended." -- noRecipients [IntSendCom] 84: "No recipients specified." -- unexpectedServerResp [IntSendCom] 85: "Unexpected server response." -- deliveryCanceled [IntSendCom] 86: "Delivery canceled." -- arpaAtExpansion [IntSendCom] 87: "Arpanet recipients: @ file expansion must be quoted." -- passwordWritten [IntUserCom] 88: "Alto OS password was rewritten to match Laurel login password." -- maybeDelivered [IntSendCom] 89: "Message may have been delivered to some or all recipients." -- notDelivered [IntSendCom, GVSender] 90: "Message not delivered." -- expandingMsg [SendParser (2)] 91: "Expanding underlined distribution list." -- deliveryToDL [SendParser] 92: "Delivery to distribution list(s) specified" -- noValidRecipients [IntSendCom] 93: "No valid recipients." -- uncertainClosing [IntSendCom] 94: "Message may not have been delivered." -- cantExpand [SendParser] 95: "Can't connect to server to expand underlined item." -- busySemi [AccessOp] 96: "busy; " -- anotherServer [GVSender] 97: "Communication failure: trying another server." -- badServerNameSemi [AccessOp] 98: "bad server name; " -- cantConnectToMailServer [IntSendCom, MTPSender] 99: "Can't connect to mail server: " -- ftpError [MTPSender] 100: "FTP error: " -- failedSemi [AccessOp] 101: "failed; " -- fileNotFound [ExecSS] 102: "File not found." -- cancelingDelivery [IntSendCom] 103: "Canceling delivery." -- fileTooLong [VirtCom] 104: "File too long." -- ioError [VirtCom] 105: "I/O error." -- cantPut [VirtCmFiles] 106: "Cannot do Put." -- badCredentialsSemi [AccessOp] 107: "bad name or password; " -- dotsDidntRespond [AccessOp] 108: " .. didn't respond; " -- overflow [AccessOp] 109: "overflow; " -- unknownErrorSemi [AccessOp] 110: "unknown error; " -- illegalBrackets [ExecSS] 111: "Illegal file name in brackets." -- pressToContinue [IntDiablo, IntBracketsCom, EditorMisc] 112N: "Type DEL to terminate command." 112X: "Press CANCEL to terminate command." -- pressSpaceWhenReady [IntDiablo] 113: "Press space bar when paper is ready." -- continuationHeader [AccessOp] Warning: change AccessOp if string length changes 114: "Date: * From: * Subject: Continuation of previous message " -- fileInUse [VirtPutCm, IntMailCom] 115: "File is currently in use." -- confirmFileName [EditorFiles] 116: "Type or confirm file name in brackets." -- commandsAre [EditorMisc] 117N: "Editor command keys: a, b, d, e, f, g, i, p, r, s, t, u, esc." 117X: "Editor command keys: a, b, d, e, f, g, i, p, r, s, t, u, cancel, del, do, next, paste." -- unrecCommand [EditorMisc] 118: "Unrecognized command. " -- hytypeNotConnected [IntDiablo] 119: "HyType printer not connected." -- getFailed [EditorFiles] 120: "Get failed." -- messageTooBig [EditorFiles] 121: "Message would get too big." -- putWillOverwrite [VirtCMFiles, EditorFiles] 122: "Put will overwrite existing file." -- runCanceled [ExecSS] 123: "Run canceled." -- remoteFileWillOverwrite [ExecSS] 124: "Remote file retrieval will overwrite local file." -- hardcopyCompleted [IntHardcopyCom] 125: "Hardcopy completed." -- noBlankFound [EditorFind] 126: "Field not found." -- retrievingRemoteFile [ExecSS] 127: "Retrieving remote file." -- printing [IntHardcopyCom] 128: "Printing." -- versionMismatch [ExecSS] 129: "Interface version mismatch: " -- requiredFileMissing [ExecSS] 130: "Required file missing: " -- bcdUnexecutable [ExecSS] 131: "File cannot be run." -- noReplyTo [IntSendCom] 132: ". Please choose ""Reply-To"" option." -- spare133 [IntSendCom] 133N: "ESC = answers to self only, A = answers to all, DEL = cancel delivery." 133X: "DO = answers to self only, A = answers to all, CANCEL = cancel delivery." -- spare134 [IntSendCom] 134: "A ""Reply-To"" field has been added to your message." (635)\f1