--- sbbs/src/sbbs3/text.h 2018/04/24 16:41:23 1.1 +++ sbbs/src/sbbs3/text.h 2018/04/24 16:42:55 1.1.1.2 @@ -2,13 +2,13 @@ /* Synchronet static text string constants */ -/* $Id: text.h,v 1.1 2018/04/24 16:41:23 root Exp $ */ +/* $Id: text.h,v 1.1.1.2 2018/04/24 16:42:55 root Exp $ */ /**************************************************************************** * @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * * - * Copyright 2004 Rob Swindell - http://www.synchro.net/copyright.html * + * Copyright 2009 Rob Swindell - http://www.synchro.net/copyright.html * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * @@ -37,7 +37,7 @@ /****************************************************************************/ /* Macros for elements of the array of pointers (text[]) to static text */ -/* Should correlate with CTRL\TEXT.DAT */ +/* Auto-generated from CTRL\TEXT.DAT */ /****************************************************************************/ #ifndef _TEXT_H @@ -93,7 +93,7 @@ enum { ,MailWaitingLstFmt ,StartWithN ,ReadingMail - ,CantReplyToAnonMsg + ,CantReplyToMsg ,Regarding ,RegardingByOn ,RegardingByToOn @@ -199,10 +199,10 @@ enum { ,StatsFeedbacksToday ,ChUserPrompt ,ChUserPwPrompt - ,Unused156 + ,CommaInLocationRequired ,ErrorLogHdr ,DeleteErrorLogQ - ,NoErrorLogExists + ,DirectoryDoesNotExist ,ClearErrCounter ,InvalidNode ,SendingTelegramToUser @@ -286,7 +286,7 @@ enum { ,CloseFileRecordQ ,SysopRemoveFilePrompt ,UserRemoveFilePrompt - ,FileNotThere + ,FileDoesNotExist ,CouldntRemoveFile ,DeleteFileQ ,AddToOfflineDirQ @@ -587,7 +587,7 @@ enum { ,NodeJoinedPrivateChat ,NodeLeftPrivateChat ,NoOneHasLoggedOnToday - ,Unused544 /* was LastFewCallers */ + ,Unused544 /* Was LastFewCallers */ ,LastFewCallersFmt ,CallersToday ,DoYouMeanThisUserQ @@ -763,9 +763,51 @@ enum { ,NodeActionPrivateChat ,NodeActionPaging ,NodeActionRetrieving - ,YN + ,YN /* (Yes/No/Quit/Password chars) */ + ,ViewSignatureQ + ,DeleteSignatureQ + ,CreateEditSignatureQ + ,SpinningCursorOnPauseQ + ,UseExternalEditorQ + ,ExternalEditorHeading + ,CommandShellHeading + ,ArchiveTypeHeading + ,ValidatePostQ + ,NodeStatusWaitingForCall + ,NodeStatusLogon + ,NodeStatusNewUser + ,NodeStatusOffline + ,NodeStatusEventWaiting + ,NodeStatusEventRunning + ,NodeStatusEventLimbo + ,NodeConnectionTelnet + ,NodeConnectionRLogin + ,NodeConnectionSSH + ,NodeConnectionModem + ,QWKSettingsHdr + ,QWKSettingsCtrlA + ,QWKSettingsArchive + ,QWKSettingsEmail + ,QWKSettingsAttach + ,QWKSettingsDeleteEmail + ,QWKSettingsNewFilesList + ,QWKSettingsIndex + ,QWKSettingsControl + ,QWKSettingsHeaders + ,QWKSettingsBySelf + ,QWKSettingsTimeZone + ,QWKSettingsVIA + ,QWKSettingsMsgID + ,QWKSettingsExtended + ,QWKSettingsWhich + ,CantEditMsg + ,CantDeleteMsg + ,CantReadSub + ,CantPostMsg + ,OperatorPrompt + ,AddSubToNewScanQ - ,TOTAL_TEXT + ,TOTAL_TEXT }; #endif