Skip to content
Snippets Groups Projects
Commit 89fae335 authored by rswindell's avatar rswindell
Browse files

Moved static text out of chat.cpp into text.dat

parent 3c528f1a
No related branches found
No related tags found
No related merge requests found
......@@ -84,11 +84,17 @@
"\r\nDelete message #%lu '%s'" 073 DeletePostQ
"\1n\1hI\1n\1g) AutoLogon via IP address : "\ 074 UserDefaultsAutoLogon
"\1h%s\r\n"
"<UNUSED>" 075 Unused75
"\1n\r\n\1m%s sent to \1h%s #%u\r\n" 075 MsgSentToUser
"_\r\nyhString to search for: " 076 SearchStringPrompt
"<UNUSED>" 077 Unused77
"\1w\1h[\1i\1r%c\1n\1h]Ĵ "\ 077 PrivateChatSeparator
"\1yPrivate Chat - \1rCtrl-C to Quit \1y- "\
"Time Left: \1g%-8s\1w"\
" [\1i\1b%c\1n\1h]"
"gh%4lu:ng %-22.22s %-22.22s h%cng %.25s\r\n" 078 SubMsgLstFmt
"<UNUSED>" 079 Unused79
"\1w\1h[\1i\1r%c\1n\1h]Ĵ "\ 079 SysopChatSeparator
"\1rSplit-Screen \1cSysop\1r Chat \1y"\
"Time Left: \1g%-8s\1w"\
" [\1i\1b%c\1n\1h]"
"\r\n\r\nNo text file sections available.\r\n" 080 NoTextSections
"l_chGeneral Text File Sections:\r\n\r\n" 081 TextSectionLstHdr
"nc<h%ldnc> %s\r\n" 082 TextSectionLstFmt
......@@ -127,11 +133,11 @@
"View logon message" 114 ViewLogonMsgQ
"\r\n\r\nYou can't read mail you've sent.\r\n" 115 R_ReadSentMail
"\r\nwhMessage Scan " 116 MessageScan
"nc(h%lu ncsub-boards)hw complete.\r\n" 117 MessageScanComplete
"complete.\r\n" 117 MessageScanComplete
"riaborted.n\r\n" 118 MessageScanAborted
"\r\nLog off" 119 LogOffQ
"\r\nYou can't post on this sub.\r\n" 120 CantPostOnSub
"<UNUSED>" 121 Unused121
"\r\n\1n\1mSending message to \1h%s\r\n" 121 SendingMessageToUser
"\r\nrhNo other active nodes.\1n\r\n" 122 NoOtherActiveNodes
"\r\n\r\nYou can't use the external programs.\r\n" 123 R_ExternalPrograms
"\r\n-gUsage Statistics for h%s #%dn\r\n\r\n" 124 UserStats
......@@ -156,7 +162,7 @@
"\r\nRaw message input mode is now " 139 RawMsgInputModeIsNow
"OFF" 140 OFF
"ON" 141 ON
"<UNUSED>" 142 Unused142
"\r\n\1n\1mPaging \1h%s #%u\1n\1m for private chat\r\n" 142 PagingUser
"\r\n-gSystem Statistics:\r\n\r\nn" 143 SystemStatsHdr
"\r\n-gNode #%d Statistics:\r\n\r\nn" 144 NodeStatsHdr
"Total Logons : %s\r\n" 145 StatsTotalLogons
......@@ -176,9 +182,10 @@
"\r\nNo error log exists.\r\n" 159 NoErrorLogExists
"\r\nClear critical error counters on all nodes" 160 ClearErrCounter
"\r\nInvalid node.\r\n" 161 InvalidNode
"<UNUSED>" 162 Unused162
"\1n\r\n\1mSending telegram to \1h%s #%u\1n\1m "\ 162 SendingTelegramToUser
"(Max 5 lines, Blank line ends):\r\n\r\n\1g\1h"
"Delete Guru file" 163 DeleteGuruLogQ
"<UNUSED>" 164 Unused164
"\1n\1g\7Telegram from \1n\1h%s\1n\1g on %s:\r\n\1h" 164 TelegramFmt
"\r\n\r\nYou can't download.\r\n" 165 R_Download
"\r\nwhSearching all directories...\r\n" 166 SearchingAllDirs
"whSearching all libraries...\r\n" 167 SearchingAllLibs
......@@ -191,7 +198,7 @@
"\r\n\r\nYou can't upload.\r\n" 173 R_Upload
"\r\n\r\nYou can't upload here.\r\n" 174 CantUploadHere
"_\r\n\r\nyhFilespec: n" 175 FileSpec
"<UNUSED>" 176 Unused176
"<UNUSED176>" 176 Unused176
"\r\n\r\nNo sysop directory specified.\r\n" 177 NoSysopDir
"\r\n\r\nYou can't upload to sysop.\r\n" 178 CantUploadToSysop
"-gDirectories of h%-40.40s "\ 179 DirLstHdr
......@@ -200,9 +207,9 @@
"\r\n_ghFile Libraries ng "\ 181 LibLstHdr
" Directories\r\n\r\nh"
"ng(h%ung) %-40.40s %12.12s h%4u\r\n" 182 LibLstFmt
"<UNUSED>" 183 Unused183
"<UNUSED183>" 183 Unused183
"_\r\ngh%s ngTransfer Policy\r\n\r\nn" 184 TransferPolicyHdr
"<UNUSED>" 185 Unused185
"<UNUSED185>" 185 Unused185
"Initial uploads are rewarded with %d%% of the "\ 186 TpUpload
"credit value\r\n"
"All downloads are rewarded with %d%% of the "\ 187 TpDownload
......@@ -583,8 +590,8 @@
"\r\n_yhHow many rows on your monitor "\ 497 HowManyRows
"[Auto Detect]: "
"\r\n_yhCurrent Password: w" 498 CurrentPassword
"\r\nForward personal e-mail to network mail address" 499 ForwardMailQ
"\r\n_yhNetwork mail address "\ 500 EnterNetMailAddress
"\r\nForward E-mail to NetMail address" 499 ForwardMailQ
"\r\n_yhNetMail/e-mail address "\ 500 EnterNetMailAddress
"(Example: name@address)\r\n: "
"nlgSelect h%sng:\r\n\r\n" 501 SelectItemHdr
"gh%3d: ng%s\r\n" 502 SelectItemFmt
......@@ -614,7 +621,7 @@
"\r\nSysop page is now %s\r\n" 521 SysopPageIsNow
"\r\n%s is not available.\r\n" 522 SysopIsNotAvailable
"Chat with %s instead" 523 ChatWithGuruInsteadQ
"\r\nqbhPrivate: g~Tngelegram, "\ 524 PrivateMsgPrompt
"\r\nbhPrivate: g~Tngelegram, "\ 524 PrivateMsgPrompt
"h~Mngessage, h~Cnghat, or h~Qnguit: ch"
"\r\nhyNode, User name, w#yNumber, "\ 525 NodeToPrivateChat
"w'yHandle, or w^Uyser list: wh"
......@@ -852,4 +859,4 @@
"" 717 NodeActionPrivateChat
"" 718 NodeActionPaging
"" 719 NodeActionRetrieving
"YN" 720 YN
"YNQ*" 720 YNQP (Yes/No/Quit/Password chars)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment