|
|
1.1 ! root 1: /* TEXT.H */ ! 2: ! 3: /* Developed 1990-1997 by Rob Swindell; PO Box 501, Yorba Linda, CA 92885 */ ! 4: ! 5: /****************************************************************************/ ! 6: /* Macros for elements of the array of pointers (text[]) to static text */ ! 7: /* Should correlate with CTRL\TEXT.DAT */ ! 8: /****************************************************************************/ ! 9: ! 10: #ifndef _TEXT_H ! 11: #define _TEXT_H ! 12: ! 13: enum { ! 14: MsgSubj ! 15: ,MsgAttr ! 16: ,MsgTo ! 17: ,MsgToExt ! 18: ,MsgToNet ! 19: ,MsgFrom ! 20: ,MsgFromExt ! 21: ,MsgFromNet ! 22: ,MsgDate ! 23: ,Email ! 24: ,Post ! 25: ,TooManyEmailsToday ! 26: ,TooManyPostsToday ! 27: ,CantAddToQueue ! 28: ,R_Email ! 29: ,R_Post ! 30: ,R_Feedback ! 31: ,Emailing ! 32: ,Posting ! 33: ,NewFile ! 34: ,TitlePrompt ! 35: ,EnterMsgNow ! 36: ,EnterMsgNowRaw ! 37: ,NoMoreLines ! 38: ,OnlyNLinesLeft ! 39: ,OutOfBytes ! 40: ,InvalidLineNumber ! 41: ,MsgCleared ! 42: ,WithLineNumbers ! 43: ,Aborted ! 44: ,AnonymousQ ! 45: ,Anonymous ! 46: ,Saving ! 47: ,SavedNBytes ! 48: ,WritingIndx ! 49: ,Emailed ! 50: ,Posted ! 51: ,EmailNodeMsg ! 52: ,R_Forward ! 53: ,ForwardedFrom ! 54: ,Forwarded ! 55: ,AutoMsgBy ! 56: ,AutoMsg ! 57: ,R_AutoMsg ! 58: ,NoMailWaiting ! 59: ,MailWaitingLstHdr ! 60: ,MailWaitingLstFmt ! 61: ,StartWithN ! 62: ,ReadingMail ! 63: ,CantReplyToAnonMsg ! 64: ,Regarding ! 65: ,RegardingBy ! 66: ,RegardingByTo ! 67: ,DeleteMailQ ! 68: ,OK ! 69: ,ForwardMailTo ! 70: ,SaveMsgToFile ! 71: ,FileToWriteTo ! 72: ,NoMailSent ! 73: ,MailSentLstHdr ! 74: ,ReadingSentMail ! 75: ,CantDelForwardedMail ! 76: ,NoMailOnSystem ! 77: ,ReadingAllMail ! 78: ,MailOnSystemLstHdr ! 79: ,MailOnSystemLstFmt ! 80: ,NScanStatusFmt ! 81: ,SearchSubFmt ! 82: ,NoMsgsOnSub ! 83: ,ZScanPostHdr ! 84: ,ReadingSub ! 85: ,YouDidntPostMsgN ! 86: ,DeletePostQ ! 87: ,DeletingPost ! 88: ,DeletedPost ! 89: ,SearchStringPrompt ! 90: ,SubMsgLstHdr ! 91: ,SubMsgLstFmt ! 92: ,ChangeMsgPurgeQ ! 93: ,NoTextSections ! 94: ,TextSectionLstHdr ! 95: ,TextSectionLstFmt ! 96: ,WhichTextSection ! 97: ,TextFilesLstHdr ! 98: ,TextFilesLstFmt ! 99: ,WhichTextFileSysop ! 100: ,WhichTextFile ! 101: ,AddTextFileBeforeWhich ! 102: ,AddTextFilePath ! 103: ,AddTextFileDesc ! 104: ,RemoveWhichTextFile ! 105: ,DeleteTextFileQ ! 106: ,EditWhichTextFile ! 107: ,NScanAllGrpsQ ! 108: ,SScanAllGrpsQ ! 109: ,AreYouSureQ ! 110: ,R_Chat ! 111: ,ReFeedback ! 112: ,SiHdr ! 113: ,SiSysName ! 114: ,SiSysID ! 115: ,SiSysFaddr ! 116: ,SiSysPsite ! 117: ,SiSysLocation ! 118: ,SiSysop ! 119: ,SiSysNodes ! 120: ,SiNodeNumberName ! 121: ,SiNodePhone ! 122: ,SiTotalLogons ! 123: ,SiLogonsToday ! 124: ,SiTotalTime ! 125: ,SiTimeToday ! 126: ,ViewSysInfoFileQ ! 127: ,ViewLogonMsgQ ! 128: ,R_ReadSentMail ! 129: ,MessageScan ! 130: ,MessageScanComplete ! 131: ,MessageScanAborted ! 132: ,LogOffQ ! 133: ,CantPostOnSub ! 134: ,R_TransferSection ! 135: ,NoOtherActiveNodes ! 136: ,R_ExternalPrograms ! 137: ,UserStats ! 138: ,SubLstHdr ! 139: ,SubLstFmt ! 140: ,GrpLstHdr ! 141: ,GrpLstFmt ! 142: ,NScanCfgWhichGrp ! 143: ,SScanCfgWhichGrp ! 144: ,CfgSubLstHdr ! 145: ,CfgSubLstFmt ! 146: ,CfgGrpLstHdr ! 147: ,CfgGrpLstFmt ! 148: ,NScanCfgWhichSub ! 149: ,SScanCfgWhichSub ! 150: ,SubPtrLstFmt ! 151: ,WhichOrAll ! 152: ,RawMsgInputModeIsNow ! 153: ,OFF ! 154: ,ON ! 155: ,LineStatus ! 156: ,SystemStatsHdr ! 157: ,NodeStatsHdr ! 158: ,StatsTotalLogons ! 159: ,StatsLogonsToday ! 160: ,StatsTotalTime ! 161: ,StatsTimeToday ! 162: ,StatsUploadsToday ! 163: ,StatsDownloadsToday ! 164: ,StatsPostsToday ! 165: ,StatsEmailsToday ! 166: ,StatsFeedbacksToday ! 167: ,ChUserPrompt ! 168: ,ChUserPwPrompt ! 169: ,NBytesFreeMemory ! 170: ,ErrorLogHdr ! 171: ,DeleteErrorLogQ ! 172: ,NoErrorLogExists ! 173: ,ClearErrCounter ! 174: ,InvalidNode ! 175: ,RerunThisNodeNowQ ! 176: ,DeleteGuruLogQ ! 177: ,NScanAllLibsQ ! 178: ,R_Download ! 179: ,SearchingAllDirs ! 180: ,SearchingAllLibs ! 181: ,NFilesListed ! 182: ,EmptyDir ! 183: ,NScanHdr ! 184: ,R_RemoveFiles ! 185: ,DirFull ! 186: ,R_Upload ! 187: ,CantUploadHere ! 188: ,FileSpec ! 189: ,UserTransferStats ! 190: ,NoSysopDir ! 191: ,CantUploadToSysop ! 192: ,DirLstHdr ! 193: ,DirLstFmt ! 194: ,LibLstHdr ! 195: ,LibLstFmt ! 196: ,BatDownloadFlagIsNow ! 197: ,TransferPolicyHdr ! 198: ,TpCreditValue ! 199: ,TpUpload ! 200: ,TpDownload ! 201: ,NoUserDir ! 202: ,NoFilesForYou ! 203: ,UserDirFull ! 204: ,CantUploadToUser ! 205: ,BoxHdrLib ! 206: ,BoxHdrDir ! 207: ,BoxHdrFiles ! 208: ,ShortHdrLib ! 209: ,ShortHdrDir ! 210: ,BatchDlFlags ! 211: ,BatchDlQueueIsFull ! 212: ,FileSpecStarDotStar ! 213: ,LowDiskSpace ! 214: ,DiskNBytesFree ! 215: ,Filename ! 216: ,BadFilename ! 217: ,UploadToSysopDirQ ! 218: ,UploadToUserDirQ ! 219: ,UploadToCurDirQ ! 220: ,FileAlreadyThere ! 221: ,FileOnDiskAddQ ! 222: ,FileNotOnDisk ! 223: ,TheseFileExtsOnly ! 224: ,FileAlreadyOnline ! 225: ,EnterAfterLastDestUser ! 226: ,SendFileToUser ! 227: ,DuplicateUser ! 228: ,UserWontBeAbleToDl ! 229: ,CantSendYourselfFiles ! 230: ,UserAddedToDestList ! 231: ,RateThisFile ! 232: ,Rated ! 233: ,MultipleDiskQ ! 234: ,HowManyDisksTotal ! 235: ,NumberOfFile ! 236: ,FileOneOfTen ! 237: ,FileOneOfTwo ! 238: ,EnterDescNow ! 239: ,NoDescription ! 240: ,ProtocolOrQuit ! 241: ,ProtocolBatchOrQuit ! 242: ,BatchUlQueueIsFull ! 243: ,FileAddedToUlQueue ! 244: ,UserToUserXferNodeMsg ! 245: ,FileInfoPrompt ! 246: ,QuitOrNext ! 247: ,RExemptRemoveFilePrompt ! 248: ,MoveToLibLstFmt ! 249: ,MoveToLibPrompt ! 250: ,MoveToDirLstFmt ! 251: ,MoveToDirPrompt ! 252: ,MovedFile ! 253: ,CloseFileRecordQ ! 254: ,SysopRemoveFilePrompt ! 255: ,UserRemoveFilePrompt ! 256: ,FileNotThere ! 257: ,CouldntRemoveFile ! 258: ,DeleteFileQ ! 259: ,AddToOfflineDirQ ! 260: ,RemoveCreditsQ ! 261: ,UserNotFound ! 262: ,CreditsToRemove ! 263: ,FileRemovedUserMsg ! 264: ,EditFilename ! 265: ,CouldntRenameFile ! 266: ,FileRenamed ! 267: ,EditDescription ! 268: ,DeleteExtDescriptionQ ! 269: ,EditUploader ! 270: ,EditCreditValue ! 271: ,EditTimesDownloaded ! 272: ,EditOpenCount ! 273: ,EditAltPath ! 274: ,YouOnlyHaveNCredits ! 275: ,NotEnoughCredits ! 276: ,NotEnoughTimeToDl ! 277: ,ProtocolBatchQuitOrNext ! 278: ,BulkUpload ! 279: ,BulkUploadDescPrompt ! 280: ,NoFilesInBatchQueue ! 281: ,BatchMenuPrompt ! 282: ,ClearUploadQueueQ ! 283: ,UploadQueueCleared ! 284: ,ClearDownloadQueueQ ! 285: ,DownloadQueueCleared ! 286: ,DownloadQueueIsEmpty ! 287: ,UploadQueueLstHdr ! 288: ,UploadQueueLstFmt ! 289: ,DownloadQueueLstHdr ! 290: ,DownloadQueueLstFmt ! 291: ,DownloadQueueTotals ! 292: ,RemoveWhichFromUlQueue ! 293: ,RemoveWhichFromDlQueue ! 294: ,UploadQueueIsEmpty ! 295: ,HangUpAfterXferQ ! 296: ,StartXferNow ! 297: ,Disconnecting ! 298: ,Disconnected ! 299: ,FileNotSent ! 300: ,RemovingTempFiles ! 301: ,ExtractFrom ! 302: ,UnextractableFile ! 303: ,FileNotFound ! 304: ,ExtractFilesPrompt ! 305: ,TempDirPrompt ! 306: ,TempFileNotCreatedYet ! 307: ,TempFileInfo ! 308: ,TempDirTotal ! 309: ,NFilesRemoved ! 310: ,ResortWarning ! 311: ,ResortLineFmt ! 312: ,ResortEmptyDir ! 313: ,Sorting ! 314: ,Sorted ! 315: ,Compressed ! 316: ,FileAlreadyInQueue ! 317: ,FileIsNotOnline ! 318: ,FileAddedToBatDlQueue ! 319: ,NonviewableFile ! 320: ,FileNotReceived ! 321: ,FileHadErrors ! 322: ,FileZeroLength ! 323: ,FileNBytesReceived ! 324: ,FileNBytesSent ! 325: ,DownloadUserMsg ! 326: ,Partially ! 327: ,FiLib ! 328: ,FiDir ! 329: ,FiFilename ! 330: ,FiFileSize ! 331: ,FiCredits ! 332: ,FiDescription ! 333: ,FiUploadedBy ! 334: ,FiFileDate ! 335: ,FiDateUled ! 336: ,FiDateDled ! 337: ,FiTimesDled ! 338: ,FiTransferTime ! 339: ,FiAlternatePath ! 340: ,InvalidAlternatePathN ! 341: ,FileIsOpen ! 342: ,HappyBirthday ! 343: ,TimeToChangePw ! 344: ,NewPasswordQ ! 345: ,NewPassword ! 346: ,VerifyPassword ! 347: ,Wrong ! 348: ,PasswordChanged ! 349: ,NoMoreLogons ! 350: ,R_Logons ! 351: ,EnterYourAlias ! 352: ,EnterYourRealName ! 353: ,EnterYourCompany ! 354: ,EnterYourHandle ! 355: ,EnterYourSex ! 356: ,EnterYourAddress ! 357: ,EnterYourPhoneNumber ! 358: ,EnterYourBirthday ! 359: ,EnterYourCityState ! 360: ,EnterYourZipCode ! 361: ,EnterYourComputer ! 362: ,CallingFromNorthAmericaQ ! 363: ,UserInfoCorrectQ ! 364: ,LiUserNumberName ! 365: ,LiLogonsToday ! 366: ,LiTimeonToday ! 367: ,LiMailWaiting ! 368: ,LiSysopIs ! 369: ,LiSysopAvailable ! 370: ,LiSysopNotAvailable ! 371: ,UserOnTwoNodes ! 372: ,CriticalErrors ! 373: ,UserXferForYou ! 374: ,UnreceivedUserXfer ! 375: ,ReadYourMailNowQ ! 376: ,NoNewUsers ! 377: ,NewUserPasswordPrompt ! 378: ,AutoTerminalQ ! 379: ,AnsiTerminalQ ! 380: ,ColorTerminalQ ! 381: ,RipTerminalQ ! 382: ,ExAsciiTerminalQ ! 383: ,YouCantUseThatName ! 384: ,YourPasswordIs ! 385: ,NewUserPasswordVerify ! 386: ,IncorrectPassword ! 387: ,MagicWordPrompt ! 388: ,FailedMagicWord ! 389: ,SystemFull ! 390: ,NewUserFeedbackHdr ! 391: ,NoFeedbackWarning ! 392: ,NoXtrnPrograms ! 393: ,XtrnProgLstHdr ! 394: ,XtrnProgLstTitles ! 395: ,XtrnProgLstUnderline ! 396: ,XtrnProgLstFmt ! 397: ,WhichXtrnProg ! 398: ,UserRunningXtrn ! 399: ,RemoveNodeLockQ ! 400: ,MinimumModemSpeed ! 401: ,NoNodeAccess ! 402: ,NodeLocked ! 403: ,UnknownUser ! 404: ,InvalidLogon ! 405: ,SlogFmt ! 406: ,Locally ! 407: ,SortAlphaQ ! 408: ,CheckingSlots ! 409: ,UserListFmt ! 410: ,NTotalUsers ! 411: ,NUsersOnCurSub ! 412: ,NUsersOnCurDir ! 413: ,NScanDate ! 414: ,NScanYear ! 415: ,NScanMonth ! 416: ,NScanDay ! 417: ,NScanHour ! 418: ,NScanMinute ! 419: ,NScanPmQ ! 420: ,NScanAmQ ! 421: ,PasswordTooShort ! 422: ,PasswordNotChanged ! 423: ,PasswordInvalid ! 424: ,PasswordObvious ! 425: ,ComputerTypeMenu ! 426: ,ComputerTypePrompt ! 427: ,ComputerTypeB ! 428: ,ComputerTypeC ! 429: ,ComputerTypeD ! 430: ,ComputerTypeE ! 431: ,NoUserData ! 432: ,Deleted ! 433: ,Inactive ! 434: ,UeditAliasPassword ! 435: ,UeditRealNamePhone ! 436: ,UeditAddressBirthday ! 437: ,UeditLocationZipcode ! 438: ,UeditNoteHandle ! 439: ,UeditComputerModem ! 440: ,UeditCommentLine ! 441: ,UserDates ! 442: ,UserTimes ! 443: ,UserLogons ! 444: ,UserEmails ! 445: ,UserNetMail ! 446: ,UserUploads ! 447: ,UserDownloads ! 448: ,UserLeech ! 449: ,UserCredits ! 450: ,UserMinutes ! 451: ,UeditSecLevel ! 452: ,UeditFlags ! 453: ,UeditExempts ! 454: ,UeditPrompt ! 455: ,UeditRestoreQ ! 456: ,UeditActivateQ ! 457: ,UeditDeleteQ ! 458: ,UeditReadUserMailWQ ! 459: ,UeditReadUserMailSQ ! 460: ,UeditDeactivateUserQ ! 461: ,ChangeExemptionQ ! 462: ,FlagEditing ! 463: ,GoToUser ! 464: ,UeditLastOn ! 465: ,UeditFirstOn ! 466: ,UeditExpire ! 467: ,UeditPwModDate ! 468: ,UeditML ! 469: ,UeditNote ! 470: ,UeditComment ! 471: ,UeditUlBytes ! 472: ,UeditUploads ! 473: ,UeditDlBytes ! 474: ,UeditDownloads ! 475: ,UeditLeech ! 476: ,QuickValidateFmt ! 477: ,QuickValidatePrompt ! 478: ,UeditPassword ! 479: ,UeditCredits ! 480: ,UeditMinutes ! 481: ,UeditCopyUserQ ! 482: ,UeditCopyUserToSlot ! 483: ,ChangeRestrictsQ ! 484: ,ModifyCredits ! 485: ,ModifyMinutes ! 486: ,DeleteQuestionaireQ ! 487: ,UserDefaultsHdr ! 488: ,UserDefaultsTerminal ! 489: ,UserDefaultsXeditor ! 490: ,UserDefaultsRows ! 491: ,UserDefaultsMenuMode ! 492: ,UserDefaultsPause ! 493: ,UserDefaultsHotKey ! 494: ,UserDefaultsCursor ! 495: ,UserDefaultsCLS ! 496: ,UserDefaultsAskNScan ! 497: ,UserDefaultsAskSScan ! 498: ,UserDefaultsANFS ! 499: ,UserDefaultsRemember ! 500: ,UserDefaultsBatFlag ! 501: ,UserDefaultsNetMail ! 502: ,UserDefaultsCommandSet ! 503: ,UserDefaultsQuiet ! 504: ,UserDefaultsPassword ! 505: ,UserDefaultsArcType ! 506: ,UserDefaultsProtocol ! 507: ,UserDefaultsWhich ! 508: ,On ! 509: ,Off ! 510: ,HowManyRows ! 511: ,CurrentPassword ! 512: ,ForwardMailQ ! 513: ,EnterNetMailAddress ! 514: ,SelectItemHdr ! 515: ,SelectItemFmt ! 516: ,SelectItemWhich ! 517: ,SysopIsHere ! 518: ,EndOfChat ! 519: ,ChatPrompt ! 520: ,AnonUserChatHandle ! 521: ,WelcomeToMultiChat ! 522: ,WelcomeToChannelN ! 523: ,NodeInMultiChatLocally ! 524: ,YoureOnTheAir ! 525: ,NodeJoinedMultiChat ! 526: ,NodeLeftMultiChat ! 527: ,MultiChatCommandPrompt ! 528: ,PasswordProtected ! 529: ,CorrectPassword ! 530: ,WrongPassword ! 531: ,PasswordProtectChanQ ! 532: ,PasswordPrompt ! 533: ,ChatLineFmt ! 534: ,SysopPageIsNow ! 535: ,SysopIsNotAvailable ! 536: ,ChatWithGuruInsteadQ ! 537: ,PrivateMsgPrompt ! 538: ,NodeToPrivateChat ! 539: ,NodeNAlreadyInPChat ! 540: ,NodeNIsNotInUse ! 541: ,NoNeedToPageSelf ! 542: ,CantPageNode ! 543: ,NodePageMsg ! 544: ,AllNodePageMsg ! 545: ,NodePChatPageMsg ! 546: ,R_SendMessages ! 547: ,NodeToSendMsgTo ! 548: ,NoNeedToSendMsgToSelf ! 549: ,NodeMsgPrompt ! 550: ,NodeMsgFmt ! 551: ,AllNodeMsgFmt ! 552: ,PagingGuru ! 553: ,WaitingForNodeInPChat ! 554: ,NodeJoinedPrivateChat ! 555: ,NodeLeftPrivateChat ! 556: ,NoOneHasLoggedOnToday ! 557: ,LastFewCallers ! 558: ,LastFewCallersFmt ! 559: ,CallersToday ! 560: ,DoYouMeanThisUserQ ! 561: ,UNKNOWN_USER ! 562: ,TimesUp ! 563: ,NodeLoggedOff ! 564: ,NodeLoggedOnAtNbps ! 565: ,TiLogon ! 566: ,TiNow ! 567: ,TiTimeon ! 568: ,TiTimeLeft ! 569: ,ControlKeyMenu ! 570: ,TakenTooLongToLogon ! 571: ,CallBackWhenYoureThere ! 572: ,YesNoQuestion ! 573: ,Yes ! 574: ,No ! 575: ,NoYesQuestion ! 576: ,Pause ! 577: ,Wait ! 578: ,SysStatsLogHdr ! 579: ,NodeStatsLogHdr ! 580: ,ReducedTime ! 581: ,EventInfo ! 582: ,UploadBeforeEvent ! 583: ,QWKPrompt ! 584: ,QWKCtrlACodes ! 585: ,QWKPackingSubboard ! 586: ,QWKPackedSubboard ! 587: ,QWKPackingEmail ! 588: ,QWKPackedEmail ! 589: ,QWKUnpacking ! 590: ,QWKUnpacked ! 591: ,QWKNoNewMessages ! 592: ,QWKCompressionFailed ! 593: ,QWKExtractionFailed ! 594: ,QWKReplyNotReceived ! 595: ,QWKInvalidConferenceN ! 596: ,CreatingFileList ! 597: ,CreatedFileList ! 598: ,NoFiles ! 599: ,MsgPtrsInitialized ! 600: ,ConversionRate ! 601: ,CreditsToMin ! 602: ,YouHaveTooManyMinutes ! 603: ,BillingNodeMsg ! 604: ,Convert100ktoNminQ ! 605: ,CreditedAccount ! 606: ,ANSICaptureIsNow ! 607: ,RetrievingFile ! 608: ,AltULPathIsNow ! 609: ,PrivatePostQ ! 610: ,PostTo ! 611: ,NoToUser ! 612: ,UsingRealName ! 613: ,PostingPrivately ! 614: ,PostingAnonymously ! 615: ,CantDeletePosts ! 616: ,SubInfoHdr ! 617: ,SubInfoLongName ! 618: ,SubInfoShortName ! 619: ,SubInfoQWKName ! 620: ,SubInfoMaxMsgs ! 621: ,SubInfoTagLine ! 622: ,SubInfoFidoNet ! 623: ,SubInfoViewFileQ ! 624: ,DirInfoHdr ! 625: ,DirInfoLongName ! 626: ,DirInfoShortName ! 627: ,DirInfoAllowedExts ! 628: ,DirInfoMaxFiles ! 629: ,DirInfoViewFileQ ! 630: ,NoNetMailAllowed ! 631: ,NetMailCostContinueQ ! 632: ,NetMailing ! 633: ,RemoveFromNewScanQ ! 634: ,SubGroupOrAll ! 635: ,DirLibOrAll ! 636: ,EnterPath ! 637: ,SearchExtendedQ ! 638: ,DisplayTitlesOnlyQ ! 639: ,EchoIsNow ! 640: ,WelcomeToPrivateChat ! 641: ,UploadingREP ! 642: ,ReceivedFileViaQWK ! 643: ,QWKmsgLimitReached ! 644: ,PrivatePostsNotAllowed ! 645: ,LoadingMsgPtrs ! 646: ,LoadedMsgPtrs ! 647: ,QuoteMessageQ ! 648: ,QuoteLinesPrompt ! 649: ,ChatChanLstHdr ! 650: ,ChatChanLstTitles ! 651: ,ChatChanLstUnderline ! 652: ,ChatChanLstFmt ! 653: ,CantAccessThatChannel ! 654: ,CantDownloadFromDir ! 655: ,SearchingForDupes ! 656: ,SearchedForDupes ! 657: ,AccountWillExpireInNDays ! 658: ,AccountHasExpired ! 659: ,DownloadBatchQ ! 660: ,WaitingForDeviceN ! 661: ,UserSentYouMail ! 662: ,UserSentYouFile ! 663: ,UserReadYourMail ! 664: ,UserReadYourMailNodeMsg ! 665: ,JoinWhichGrp ! 666: ,JoinWhichSub ! 667: ,JoinWhichLib ! 668: ,JoinWhichDir ! 669: ,CfgDirLstHdr ! 670: ,CfgDirLstFmt ! 671: ,CfgLibLstHdr ! 672: ,CfgLibLstFmt ! 673: ,BatchFlagPrompt ! 674: ,FileListBatchCommands ! 675: ,DownloadAttachedFileQ ! 676: ,FreeMinLeft ! 677: ,FreeMinToDeposit ! 678: ,EmailFilesNotAllowed ! 679: ,CantRunThatProgram ! 680: ,OnlyXminutesLeft ! 681: ,AreYouThere ! 682: ,NoAccessLevel ! 683: ,NoAccessAge ! 684: ,NoAccessBPS ! 685: ,NoAccessCredit ! 686: ,NoAccessNode ! 687: ,NoAccessUser ! 688: ,NoAccessExpire ! 689: ,NoAccessTimeLeft ! 690: ,NoAccessTimeUsed ! 691: ,NoAccessTime ! 692: ,NoAccessPCR ! 693: ,NoAccessUDR ! 694: ,NoAccessUDFR ! 695: ,NoAccessFlag1 ! 696: ,NoAccessFlag2 ! 697: ,NoAccessFlag3 ! 698: ,NoAccessFlag4 ! 699: ,NoAccessSex ! 700: ,NoAccessExempt ! 701: ,NoAccessRest ! 702: ,NoAccessDay ! 703: ,NoAccessGroup ! 704: ,NoAccessSub ! 705: ,NoAccessLib ! 706: ,NoAccessDir ! 707: ,NodeLstHdr ! 708: ,NodeActionMain ! 709: ,NodeActionReadMsgs ! 710: ,NodeActionReadMail ! 711: ,NodeActionSendMail ! 712: ,NodeActionReadTxt ! 713: ,NodeActionReadSentMail ! 714: ,NodeActionPostMsg ! 715: ,NodeActionAutoMsg ! 716: ,NodeActionXtrn ! 717: ,NodeActionDefaults ! 718: ,NodeActionXfer ! 719: ,NodeActionDLing ! 720: ,NodeActionULing ! 721: ,NodeActionBiXfer ! 722: ,NodeActionListFiles ! 723: ,NodeActionLoggingOn ! 724: ,NodeActionLocalChat ! 725: ,NodeActionMultiChat ! 726: ,NodeActionGuruChat ! 727: ,NodeActionChatSec ! 728: ,NodeActionSysopAct ! 729: ,NodeActionQWK ! 730: ,NodeActionPrivateChat ! 731: ,NodeActionPaging ! 732: ,NodeActionRetrieving ! 733: ,YN ! 734: ! 735: ,TOTAL_TEXT }; ! 736: ! 737: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.