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