lang.h 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  1. /*
  2. * lang.h
  3. * Conversion definitions for language support
  4. *
  5. */
  6. #ifndef _EGG_LANG_H
  7. #define _EGG_LANG_H
  8. #define DETEST "WORKS"
  9. #define MISC_USAGE "Usage"
  10. #define MISC_FAILED "Failed.\n"
  11. /* Userfile messages
  12. */
  13. #define USERF_XFERDONE "Userlist transfer complete; switched over"
  14. /* was: USERF_BADREREAD - 0x401 */
  15. #define USERF_CANTREAD "CAN'T READ NEW USERFILE"
  16. #define USERF_CANTSEND "Can't send userfile to you (internal error)"
  17. #define USERF_NOMATCH "Can't find anyone matching that"
  18. #define USERF_INVALID "Invalid userfile format."
  19. #define USERF_CORRUPT "Corrupt user record"
  20. #define USERF_DUPE "Duplicate user record"
  21. #define USERF_BROKEPASS "Corrupted password reset for"
  22. #define USERF_IGNBANS "Ignored masks for channel(s):"
  23. #define USERF_WRITING "Writing user file..."
  24. #define USERF_ERRWRITE "ERROR writing user file."
  25. #define USERF_ERRWRITE2 "ERROR writing user file to transfer."
  26. #define USERF_NONEEDNEW "Userfile creation not necessary--skipping"
  27. #define USERF_REHASHING "Rehashing..."
  28. #define USERF_UNKNOWN "I don't know anyone by that name.\n"
  29. #define USERF_NOUSERREC "No user record."
  30. #define USERF_BACKUP "Backing up user file..."
  31. #define USERF_FAILEDXFER "Failed connection; aborted userfile transfer."
  32. #define USERF_OLDSHARE "Old style share request by"
  33. #define USERF_ANTIQUESHARE "Antiquated sharing request"
  34. #define USERF_REJECTED "User file rejected by"
  35. /* Misc messages
  36. */
  37. #define USERF_OLDFMT "boring...."
  38. #define MISC_EXPIRED "expired"
  39. #define MISC_TOTAL "total"
  40. #define MISC_ERASED "Erased"
  41. /* was: MISC_LEFT - 0x503 */
  42. #define MISC_ONLOCALE "on"
  43. #define MISC_MATCHING "Matching"
  44. #define MISC_SKIPPING "skipping first"
  45. #define MISC_TRUNCATED "(more than %d matches; list truncated)\n"
  46. #define MISC_FOUNDMATCH "--- Found %d match%s.\n"
  47. #define MISC_AMBIGUOUS "Ambiguous command.\n"
  48. #define MISC_NOSUCHCMD "What? You need 'help'\n"
  49. #define MISC_CMDBINDS "Command bindings:\n"
  50. #define MISC_RESTARTING "Restarting..."
  51. #define MISC_MATCH_PLURAL "es"
  52. #define MISC_LOGSWITCH "Switching logfiles..."
  53. #define MISC_OWNER "owner"
  54. #define MISC_MASTER "master"
  55. #define MISC_OP "op"
  56. #define MISC_IDLE "idle"
  57. #define MISC_AWAY "AWAY"
  58. /* was: MISC_IGNORING - 0x514 */
  59. /* was: MISC_UNLINKED - 0x515 */
  60. #define MISC_DISCONNECTED "Disconnected"
  61. #define MISC_INVALIDBOT "invalid bot"
  62. #define MISC_LOOP "Detected loop: two bots exist named"
  63. /* was: MISC_MUTUAL - 0x519 */
  64. #define MISC_FROM "from"
  65. #define MISC_OUTDATED "outdated"
  66. #define MISC_REJECTED "rejected"
  67. #define MISC_IMPOSTER "imposter"
  68. #define MISC_TRYING "trying"
  69. #define MISC_MOTDFILE "MOTD file:"
  70. #define MISC_NOMOTDFILE "No MOTD file."
  71. #define MISC_USEFORMAT "Use:"
  72. #define MISC_CHADDRFORMAT "<address>:<port#>[/<relay-port#>]"
  73. /* was: MISC_UNKNOWN - 0x523 */
  74. /* was: MISC_CHANNELS - 0x524 */
  75. /* was: MISC_TRYINGMISTAKE - 0x525 */
  76. #define MISC_PENDING "pending"
  77. #define MISC_JOINING "joining"
  78. #define MISC_WANTOPS "want ops!"
  79. #define MISC_LURKING "lurking"
  80. #define MISC_BACKGROUND "background"
  81. #define MISC_TERMMODE "terminal mode"
  82. #define MISC_STATMODE "status mode"
  83. #define MISC_LOGMODE "log dump mode"
  84. #define MISC_ONLINEFOR "Online for"
  85. #define MISC_CACHEHIT "cache hit"
  86. #define MISC_TCLLIBRARY "Tcl library:"
  87. #define MISC_NEWUSERFLAGS "New users get flags"
  88. #define MISC_NOTIFY "notify"
  89. #define MISC_PERMOWNER "Permanent owner(s)"
  90. /* was: MISC_ROOTWARN - 0x533 */
  91. #define MISC_NOUSERFILE "USER FILE NOT FOUND! (try './eggdrop -m %s' to make one)\n"
  92. #define MISC_NOUSERFILE2 "STARTING BOT IN USERFILE CREATION MODE.\nTelnet to the bot and enter 'NEW' as your nickname."
  93. #define MISC_USERFCREATE1 "OR go to IRC and type: /msg %s hello\n"
  94. #define MISC_USERFCREATE2 "This will make the bot recognize you as the master."
  95. #define MISC_USERFEXISTS "USERFILE ALREADY EXISTS (drop the '-m')"
  96. #define MISC_CANTWRITETEMP "CAN'T WRITE TO TEMP DIR"
  97. #define MISC_CANTRELOADUSER "Can't reload user file!"
  98. #define MISC_MISSINGUSERF "User file is missing!"
  99. /* was: MISC_BOTSCONNECTED - 0x53d */
  100. #define MISC_BANNER "%B (%E)\n\nPlease enter your nickname.\n"
  101. #define MISC_CLOGS "Cycling logfile %s, over max-logsize (%d)"
  102. #define MISC_BANNER_STEALTH "\nNickname.\n"
  103. #define MISC_LOGREPEAT "Last message repeated %d time(s).\n"
  104. #define MISC_JUPED "juped"
  105. #define MISC_NOFREESOCK "No free sockets available."
  106. #define MISC_TCLVERSION "Tcl version:"
  107. #define MISC_TCLHVERSION "header version"
  108. /* IRC */
  109. #define IRC_BANNED "Banned"
  110. #define IRC_YOUREBANNED "You are banned"
  111. /* BOT log messages when attempting to place a ban which matches me */
  112. #define IRC_IBANNEDME "Wanted to ban myself--deflected."
  113. #define IRC_FUNKICK "that was fun, let's do it again!"
  114. #define IRC_HI "Hi"
  115. #define IRC_GOODBYE "Goodbye"
  116. #define IRC_BANNED2 "You're banned, goober."
  117. #define IRC_NICKTOOLONG "NOTICE %s :Your nick was too long and therefore it was truncated to '%s'.\n"
  118. #define IRC_INTRODUCED "Introduced to"
  119. #define IRC_COMMONSITE "common site"
  120. #define IRC_SALUT1 "NOTICE %s :Hi %s! I'm %s, an eggdrop bot.\n"
  121. #define IRC_SALUT2 "NOTICE %s :I'll recognize you by hostmask '%s' from now on.\n"
  122. #define IRC_SALUT2A "Since you come from a common irc site, this means you should"
  123. #define IRC_SALUT2B "always use this nickname when talking to me."
  124. #define IRC_INITOWNER1 "YOU ARE THE OWNER ON THIS BOT NOW"
  125. #define IRC_INIT1 "Bot installation complete, first master is %s"
  126. #define IRC_INITNOTE "Welcome to Eggdrop! =]"
  127. #define IRC_INITINTRO "introduced to %s from %s"
  128. #define IRC_PASS "You have a password set."
  129. #define IRC_NOPASS "You don't have a password set."
  130. /* was: IRC_NOPASS2 - 0x614 */
  131. #define IRC_EXISTPASS "You already have a password set."
  132. #define IRC_PASSFORMAT "Please use at least 6 characters."
  133. #define IRC_SETPASS "Password set to:"
  134. #define IRC_FAILPASS "Incorrect password."
  135. #define IRC_CHANGEPASS "Password changed to:"
  136. #define IRC_FAILCOMMON "You're at a common site; you can't IDENT."
  137. #define IRC_MISIDENT "NOTICE %s :You're not %s, you're %s.\n"
  138. #define IRC_DENYACCESS "Access denied."
  139. #define IRC_RECOGNIZED "I recognize you there."
  140. #define IRC_ADDHOSTMASK "Added hostmask"
  141. /* was: IRC_DELMAILADDR - 0x61f */
  142. #define IRC_FIELDCURRENT "Currently:"
  143. #define IRC_FIELDCHANGED "Now:"
  144. #define IRC_FIELDTOREMOVE "To remove it:"
  145. /* was: IRC_NOEMAIL - 0x623 */
  146. #define IRC_INFOLOCKED "Your info line is locked"
  147. #define IRC_REMINFOON "Removed your info line on"
  148. #define IRC_REMINFO "Removed your info line."
  149. #define IRC_NOINFOON "You have no info set on"
  150. #define IRC_NOINFO "You have no info set."
  151. #define IRC_NOMONITOR "I don't monitor that channel."
  152. #define IRC_RESETCHAN "Resetting channel info."
  153. #define IRC_JUMP "Jumping servers..."
  154. #define IRC_CHANHIDDEN "Channel is currently hidden."
  155. #define IRC_ONCHANNOW "Now on channel"
  156. #define IRC_NEVERJOINED "Never joined one of my channels."
  157. #define IRC_LASTSEENAT "Last seen at"
  158. #define IRC_DONTKNOWYOU "I don't know you; please introduce yourself first."
  159. #define IRC_NOHELP "No help."
  160. #define IRC_NOHELP2 "No help available on that."
  161. #define IRC_NOTONCHAN "Not on that channel right now."
  162. #define IRC_GETORIGNICK "Switching back to nick %s"
  163. #define IRC_BADBOTNICK "Server says my nickname is invalid."
  164. #define IRC_BOTNICKINUSE "NICK IN USE: Trying '%s'"
  165. #define IRC_BOTNICKJUPED "Nickname has been juped"
  166. #define IRC_CHANNELJUPED "Channel %s is juped. :("
  167. #define IRC_NOTREGISTERED1 "%s says I'm not registered, trying next one."
  168. #define IRC_NOTREGISTERED2 "The server says we are not registered yet.."
  169. #define IRC_FLOODIGNORE1 "Flood from @%s! Placing on ignore!"
  170. /* was: IRC_FLOODIGNORE2 - 0x63e */
  171. #define IRC_FLOODIGNORE3 "JOIN flood from @%s! Banning."
  172. #define IRC_FLOODKICK "Channel flood from %s -- kicking"
  173. #define IRC_SERVERTRY "Trying server"
  174. #define IRC_DNSFAILED "DNS lookup failed"
  175. #define IRC_FAILEDCONNECT "Failed connect to"
  176. #define IRC_SERVERSTONED "Server got stoned; jumping..."
  177. #define IRC_DISCONNECTED "Disconnected from"
  178. #define IRC_NOSERVER "No server currently."
  179. #define IRC_MODEQUEUE "Mode queue is at"
  180. #define IRC_SERVERQUEUE "Server queue is at"
  181. #define IRC_HELPQUEUE "Help queue is at"
  182. /* was: IRC_BOTNOTONIRC - 0x64a */
  183. #define IRC_NOTACTIVECHAN "Not active on channel"
  184. #define IRC_PROCESSINGCHAN "Processing channel"
  185. #define IRC_CHANNEL "Channel"
  186. #define IRC_DESIRINGCHAN "Desiring channel"
  187. #define IRC_CHANNELTOPIC "Channel Topic"
  188. #define IRC_PENDINGOP "pending +o -- I'm lagged"
  189. #define IRC_PENDINGDEOP "pending -o -- I'm lagged"
  190. #define IRC_PENDINGKICK "pending kick"
  191. #define IRC_FAKECHANOP "FAKE CHANOP GIVEN BY SERVER"
  192. #define IRC_ENDCHANINFO "End of channel info."
  193. #define IRC_MASSKICK "mass kick, go sit in a corner"
  194. #define IRC_REMOVEDBAN "Removed ban"
  195. #define IRC_UNEXPECTEDMODE "Hmm, mode info from a channel I'm not on"
  196. #define IRC_POLITEKICK "...and thank you for playing."
  197. #define IRC_AUTOJUMP "Jumping servers (need %d servers, only have %d)"
  198. #define IRC_CHANGINGSERV "changing servers"
  199. #define IRC_TOOMANYCHANS "I'm on too many channels--can't join: %s"
  200. #define IRC_CHANFULL "Channel full--can't join: %s"
  201. #define IRC_CHANINVITEONLY "Channel invite only--can't join: %s"
  202. #define IRC_BANNEDFROMCHAN "Banned from channel--can't join: %s"
  203. #define IRC_SERVNOTONCHAN "Server says I'm not on channel: %s"
  204. #define IRC_BADCHANKEY "Bad key--can't join: %s"
  205. #define IRC_TELNETFLOOD "Telnet connection flood from %s! Placing on ignore!"
  206. #define IRC_JOIN_FLOOD "join flood"
  207. #define IRC_KICK_PROTECT "don't kick my friends, bud"
  208. #define IRC_DEOP_PROTECT "don't deop my friends, bud"
  209. #define IRC_COMMENTKICK "...and don't come back."
  210. #define IRC_REMOVEDEXEMPT "Removed exempt"
  211. #define IRC_REMOVEDINVITE "Removed invite"
  212. #define IRC_FLOODIGNORE4 "NICK flood from @%s! Banning."
  213. #define IRC_NICK_FLOOD "nick flood"
  214. /* Eggdrop command line usage
  215. */
  216. #define EGG_RUNNING1 "I detect %s already running from this directory.\n"
  217. #define EGG_RUNNING2 "If this is incorrect, erase the '%s'\n"
  218. #define EGG_NOWRITE "* Warning! Could not write %s file!\n"
  219. #define USER_ISGLOBALOP "(is a global op)"
  220. #define USER_ISBOT "(is a bot)"
  221. #define USER_ISMASTER "(is a master)"
  222. /* '.bans/.invites/.exempts' common messages
  223. */
  224. #define MODES_CREATED "Created"
  225. #define MODES_LASTUSED "last used"
  226. #define MODES_INACTIVE "inactive"
  227. #define MODES_PLACEDBY "placed by"
  228. #define MODES_NOTACTIVE "not active on"
  229. #define MODES_NOTACTIVE2 "not active"
  230. #define MODES_NOTBYBOT "not placed by bot"
  231. /* Messages used when listing with `.bans'
  232. */
  233. #define BANS_GLOBAL "Global bans"
  234. #define BANS_BYCHANNEL "Channel bans for"
  235. #define BANS_USEBANSALL "Use 'bans all' to see the total list"
  236. #define BANS_NOLONGER "No longer banning"
  237. /* Messages used when listing with '.exempts'
  238. */
  239. #define EXEMPTS_GLOBAL "Global exempts"
  240. #define EXEMPTS_BYCHANNEL "Channel exempts for"
  241. #define EXEMPTS_USEEXEMPTSALL "Use 'exempts all' to see the total list"
  242. #define EXEMPTS_NOLONGER "No longer ban exempting"
  243. /* Messages used when listing with '.invites'
  244. */
  245. #define INVITES_GLOBAL "Global invites"
  246. #define INVITES_BYCHANNEL "Channel invites for"
  247. #define INVITES_USEINVITESALL "Use 'invites all' to see the total list"
  248. #define INVITES_NOLONGER "No longer inviting"
  249. /* Messages referring to channels
  250. */
  251. #define CHAN_NOSUCH "No such channel defined"
  252. #define CHAN_BADCHANMODE "* Mode change on %s for nonexistant %s!"
  253. #define CHAN_MASSDEOP "Mass deop on %s by %s"
  254. #define CHAN_MASSDEOP_KICK "Mass deop. Go sit in a corner."
  255. #define CHAN_FORCEJOIN "Oops. Someone made me join %s... leaving..."
  256. #define CHAN_FAKEMODE "Mode change by fake op on %s! Reversing..."
  257. #define CHAN_FAKEMODE_KICK "Abusing ill-gained server ops"
  258. #define CHAN_DESYNCMODE "Mode change by non-chanop on %s! Reversing..."
  259. #define CHAN_DESYNCMODE_KICK "Abusing desync"
  260. #define CHAN_FLOOD "flood"
  261. /* Messages referring to ignores
  262. */
  263. #define IGN_NONE "No ignores"
  264. #define IGN_CURRENT "Currently ignoring"
  265. #define IGN_NOLONGER "No longer ignoring"
  266. /* Messages referring to bots
  267. */
  268. #define BOT_NOTHERE "That bot isn't here.\n"
  269. #define BOT_NONOTES "That's a bot. You can't leave notes for a bot.\n"
  270. #define BOT_USERAWAY "is away"
  271. #define BOT_NOTEARRIVED "Note arrived for you"
  272. #define BOT_MSGDIE "Bot shut down beginning...."
  273. #define BOT_NOSUCHUSER "No such user"
  274. #define BOT_NOCHANNELS "no channels"
  275. #define BOT_PARTYMEMBS "Party line members:"
  276. #define BOT_BOTSCONNECTED "Bots connected"
  277. #define BOT_OTHERPEOPLE "Other people on the bot"
  278. /* was: BOT_OUTDATEDWHOM - 0xb1e */
  279. #define BOT_LINKATTEMPT "Attempting to link"
  280. #define BOT_NOTESTORED2 "Not online; note stored."
  281. #define BOT_NOTEBOXFULL "Notebox is full, sorry."
  282. #define BOT_NOTEISAWAY "is away; note stored."
  283. #define BOT_NOTESENTTO "Note sent to"
  284. #define BOT_DISCONNECTED "Disconnected from:"
  285. #define BOT_PEOPLEONCHAN "People on channel"
  286. #define BOT_CANTLINKTHERE "Can't link there"
  287. #define BOT_CANTUNLINK "Can't unlink"
  288. #define BOT_LOOPDETECT "Loop detected"
  289. #define BOT_BOGUSLINK "Bogus link notice from"
  290. /* was: BOT_BOGUSLINK2 - 0xb2a */
  291. #define BOT_DISCONNLEAF "Disconnected left"
  292. #define BOT_LINKEDTO "Linked to"
  293. #define BOT_ILLEGALLINK "Illegal link by leaf"
  294. #define BOT_YOUREALEAF "You are supposed to be a leaf!"
  295. #define BOT_REJECTING "Rejecting bot"
  296. #define BOT_OLDBOT "Older bot detected (unsupported)"
  297. #define BOT_TRACERESULT "Trace result"
  298. #define BOT_DOESNTEXIST "doesn't exist"
  299. #define BOT_NOREMOTEBOOT "Remote boots are not allowed."
  300. #define BOT_NOOWNERBOOT "Can't boot the bot owner."
  301. #define BOT_XFERREJECTED "FILE TRANSFER REJECTED"
  302. /* was: BOT_NOFILESYS - 0xb36 */
  303. #define BOT_BOTNETUSERS "Users across the botnet"
  304. #define BOT_PARTYLINE "Party line"
  305. #define BOT_LOCALCHAN "Local channel"
  306. #define BOT_USERSONCHAN "Users on channel"
  307. #define BOT_NOBOTSLINKED "No bots linked."
  308. #define BOT_NOTRACEINFO "No trace info for:"
  309. #define BOT_COMPLEXTREE "Tree too complex!"
  310. #define BOT_UNLINKALL "Unlinking all bots..."
  311. #define BOT_KILLLINKATTEMPT "Killed link attempt to"
  312. #define BOT_ENDLINKATTEMPT "No longer trying to link:"
  313. #define BOT_BREAKLINK "Breaking link with"
  314. #define BOT_UNLINKEDFROM "Unlinked from:"
  315. #define BOT_NOTCONNECTED "Not connected to that bot."
  316. #define BOT_WIPEBOTTABLE "Smooshing bot tables and assocs..."
  317. #define BOT_BOTUNKNOWN "is not a known bot."
  318. #define BOT_CANTLINKMYSELF "Link to myself? Oh boy, Freud would have a field day."
  319. #define BOT_ALREADYLINKED "That bot is already connected up."
  320. #define BOT_NOTELNETADDY "Invalid telnet address:port stored for"
  321. #define BOT_LINKING "Linking to"
  322. #define BOT_CANTFINDRELAYUSER "Can't find user for relay!"
  323. #define BOT_CANTLINKTO "Could not link to"
  324. #define BOT_CANTRELAYMYSELF "Relay to myself? What on EARTH would be the point?!"
  325. #define BOT_CONNECTINGTO "Connecting to"
  326. #define BOT_BYEINFO1 "(Type *BYE* on a line by itself to abort.)"
  327. #define BOT_ABORTRELAY1 "Aborting relay attempt to"
  328. #define BOT_ABORTRELAY2 "You are now back on"
  329. #define BOT_ABORTRELAY3 "Relay aborted:"
  330. /* was: BOT_PARTYJOINED - 0xb52 */
  331. #define BOT_LOSTDCCUSER "Lost dcc connection to"
  332. #define BOT_DROPPINGRELAY "Dropping relay attempt to"
  333. #define BOT_RELAYSUCCESS "Success!\n\nNOW CONNECTED TO RELAY BOT"
  334. #define BOT_BYEINFO2 "(You can type *BYE* to prematurely close the connection.)"
  335. #define BOT_RELAYLINK "Relay link:"
  336. #define BOT_PARTYLEFT "left the party line."
  337. #define BOT_ENDRELAY1 "Ended relay link"
  338. #define BOT_ENDRELAY2 "RELAY CONNECTION DROPPED.\nYou are now back on"
  339. #define BOT_PARTYREJOINED "rejoined the party line."
  340. #define BOT_DROPPEDRELAY "Dropping relay link to"
  341. #define BOT_BREAKRELAY "Breaking connection to"
  342. #define BOT_RELAYBROKEN "Relay broken"
  343. #define BOT_PINGTIMEOUT "Ping timeout"
  344. #define BOT_BOTNOTLEAFLIKE "unleaflike behavior"
  345. #define BOT_BOTDROPPED "Dropped bot"
  346. #define BOT_ALREADYLINKING "Already linking to that bot."
  347. /* Messages pertaining to MODULES
  348. */
  349. #define MOD_ALREADYLOAD "Already loaded."
  350. #define MOD_BADCWD "Can't determine current directory"
  351. #define MOD_NOSTARTDEF "No start function defined"
  352. #define MOD_NEEDED "Needed by another module"
  353. #define MOD_NOCLOSEDEF "No close function"
  354. #define MOD_UNLOADED "Module unloaded:"
  355. #define MOD_NOSUCH "No such module"
  356. /* was: MOD_NOINFO - 0x208 */
  357. #define MOD_LOADERROR "Error loading module:"
  358. #define MOD_UNLOADERROR "Error unloading module:"
  359. #define MOD_CANTLOADMOD "Can't load modules"
  360. #define MOD_STAGNANT "Stagnant module; there WILL be memory leaks!"
  361. #define MOD_NOCRYPT "You have installed modules but have not selected an encryption\nmodule, please consult the default config file for info.\n"
  362. #define MOD_NOFILESYSMOD "Filesys module not loaded."
  363. #define MOD_LOADED_WITH_LANG "Module loaded: %-16s (with lang support)"
  364. #define MOD_LOADED "Module loaded: %-16s"
  365. #define DCC_NOSTRANGERS "I don't accept DCC chats from strangers."
  366. #define DCC_REFUSED "Refused DCC chat (no access)"
  367. #define DCC_REFUSEDNC "Refused DCC chat (I'm not a chathub (+c))"
  368. #define DCC_REFUSED2 "No access"
  369. #define DCC_REFUSED3 "You must have a password set."
  370. #define DCC_REFUSED4 "Refused DCC chat (no password)"
  371. #define DCC_REFUSED5 "Refused DCC chat (+x but no file area)"
  372. /* was: DCC_REFUSED6 - 0xc06 */
  373. #define DCC_REFUSED7 "Refused DCC chat (invalid port)"
  374. #define DCC_TOOMANY "Too many people are in the file area right now."
  375. /* was: DCC_TRYLATER - 0xc08 */
  376. /* was: DCC_REFUSEDTAND - 0xc09 */
  377. /* was: DCC_NOSTRANGERFILES1 - 0xc0a */
  378. /* was: DCC_NOSTRANGERFILES2 - 0xc0b */
  379. #define DCC_TOOMANYDCCS1 "Sorry, too many DCC connections."
  380. #define DCC_TOOMANYDCCS2 "DCC connections full: %s %s (%s!%s)"
  381. /* was: DCC_DCCNOTSUPPORTED - 0xc0e */
  382. /* was: DCC_REFUSEDNODCC - 0xc0f */
  383. /* was: DCC_FILENAMEBADSLASH - 0xc10 */
  384. /* was: DCC_MISSINGFILESIZE - 0xc11 */
  385. /* was: DCC_FILEEXISTS - 0xc12 */
  386. /* was: DCC_CREATEERROR - 0xc13 */
  387. /* was: DCC_FILEBEINGSENT - 0xc14 */
  388. /* was: DCC_REFUSEDNODCC2 - 0xc15 */
  389. /* was: DCC_REFUSEDNODCC3 - 0xc16 */
  390. /* was: DCC_FILETOOLARGE - 0xc17 */
  391. /* was: DCC_FILETOOLARGE2 - 0xc18 */
  392. #define DCC_CONNECTFAILED1 "Failed to connect"
  393. #define DCC_CONNECTFAILED2 "DCC connection failed"
  394. #define DCC_CONNECTFAILED3 "DCC invalid port"
  395. /* was: DCC_FILESYSBROKEN - 0xc1b */
  396. #define DCC_ENTERPASS "Enter your password"
  397. #define DCC_FLOODBOOT "%s has been forcibly removed for flooding.\n"
  398. #define DCC_BOOTED1 "-=- poof -=-\n"
  399. #define DCC_BOOTED2 "You've been booted from the %s by %s%s%s\n"
  400. #define DCC_BOOTED3 "%s booted %s from the party line%s%s"
  401. /* Stuff from chan.c
  402. */
  403. /* was: CHAN_LIMBOBOT - 0xd00 */
  404. /* BOTNET messages
  405. */
  406. #define NET_FAKEREJECT "Fake message rejected"
  407. #define NET_LINKEDTO "Linked to"
  408. #define NET_WRONGBOT "Wrong bot--wanted %s, got %s"
  409. #define NET_LEFTTHE "has left the"
  410. #define NET_JOINEDTHE "has joined the"
  411. #define NET_AWAY "is now away"
  412. #define NET_UNAWAY "is no longer away"
  413. #define NET_NICKCHANGE "Nick Change:"
  414. /* Stuff from dcc.c
  415. */
  416. #define DCC_REJECT "Rejecting link from %s"
  417. #define DCC_LINKED "Linked to %s."
  418. #define DCC_LINKFAIL "Failed link to %s."
  419. #define DCC_BADPASS "Bad password on connect attempt to %s."
  420. #define DCC_PASSREQ "Password required for connection to %s."
  421. #define DCC_LINKERROR "ERROR linking %s: %s"
  422. #define DCC_LOSTBOT "Lost Bot: %s"
  423. #define DCC_TIMEOUT "Timeout: bot link to %s at %s:%d"
  424. #define DCC_LOGGEDIN "Logged in: %s (%s/%d)"
  425. #define DCC_BADLOGIN "Bad Password: [%s]%s/%d"
  426. #define DCC_BADAUTH "Bad Auth: [%s]%s/%d"
  427. #define DCC_HOUSTON "Negative on that, Houston.\n"
  428. #define DCC_JOIN "*** %s has joined the party line.\n"
  429. #define DCC_LOSTDCC "Lost dcc connection to %s (%s/%d)"
  430. #define DCC_PWDTIMEOUT "Password timeout on dcc chat: [%s]%s"
  431. #define DCC_SPWDTIMEOUT "Auth timeout on dcc chat: [%s]%s"
  432. #define DCC_CLOSED "DCC connection closed (%s!%s)"
  433. #define DCC_FAILED "Failed TELNET incoming (%s)"
  434. #define DCC_BADSRC "Refused %s/%d (bad src port)"
  435. /* was: DCC_BADIP 0xe19 */
  436. #define DCC_BADHOST "Refused %s (bad hostname)"
  437. #define DCC_TELCONN "Telnet connection: %s/%d"
  438. #define DCC_IDENTFAIL "Ident failed for %s: %s"
  439. #define DCC_PORTDIE "(!) Listening port %d abruptly died."
  440. #define DCC_BADNICK "Refused %s (bad nick)"
  441. #define DCC_NONBOT "Refused %s (non-bot)"
  442. #define DCC_NONUSER "Refused %s (non-user)"
  443. #define DCC_INVHANDLE "Refused %s (invalid handle: %s)"
  444. #define DCC_DUPLICATE "Refused telnet connection from %s (duplicate)"
  445. #define DCC_NOPASS "Refused [%s]%s (no password)"
  446. #define DCC_LOSTCON "Lost telnet connection to %s/%d"
  447. #define DCC_TTIMEOUT "Ident timeout on telnet: %s"
  448. #define DCC_TCLERROR "Tcl error [%s]: %s"
  449. #define DCC_DEADSOCKET "*** ATTENTION: DEAD SOCKET (%d) OF TYPE %s UNTRAPPED"
  450. #define DCC_LOSTCONN "Lost connection while identing [%s/%d]"
  451. #define DCC_EOFIDENT "Timeout/EOF ident connection"
  452. #define DCC_LOSTIDENT "Lost ident wait telnet socket!!"
  453. #define DCC_NOACCESS "Denied telnet: %s, No Access"
  454. #define DCC_MYBOTNETNICK "Refused telnet connection from %s (tried using my botnetnick)"
  455. #define DCC_LOSTDUP "Lost telnet connection from %s while checking for duplicate"
  456. #endif /* _EGG_LANG_H */