lang.h 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. /*
  2. * lang.h
  3. * Conversion definitions for language support
  4. *
  5. */
  6. #ifndef _EGG_LANG_H
  7. #define _EGG_LANG_H
  8. #define IGN_NONE "No ignores"
  9. #define IGN_CURRENT "Currently ignoring"
  10. #define IGN_NOLONGER "No longer ignoring"
  11. /* Messages referring to bots
  12. */
  13. #define BOT_NOTHERE "That bot isn't here.\n"
  14. #define BOT_USERAWAY "is away"
  15. #define BOT_MSGDIE "Bot shut down beginning...."
  16. #define BOT_NOSUCHUSER "No such user"
  17. #define BOT_NOCHANNELS "no channels"
  18. #define BOT_BOTSCONNECTED "Bots connected"
  19. #define BOT_OTHERPEOPLE "Other people on the bot"
  20. /* was: BOT_OUTDATEDWHOM - 0xb1e */
  21. #define BOT_LINKATTEMPT "Attempting to link"
  22. #define BOT_DISCONNECTED "Disconnected from:"
  23. #define BOT_CANTLINKTHERE "Can't link there"
  24. #define BOT_CANTUNLINK "Can't unlink"
  25. /* was: BOT_BOGUSLINK2 - 0xb2a */
  26. #define BOT_DISCONNLEAF "Disconnected left"
  27. #define BOT_LINKEDTO "Linked to"
  28. #define BOT_YOUREALEAF "You are supposed to be a leaf!"
  29. #define BOT_REJECTING "Rejecting bot"
  30. #define BOT_OLDBOT "Older bot detected (unsupported)"
  31. #define BOT_TRACERESULT "Trace result"
  32. #define BOT_DOESNTEXIST "doesn't exist"
  33. #define BOT_NOREMOTEBOOT "Remote boots are not allowed."
  34. #define BOT_NOOWNERBOOT "Can't boot the bot owner."
  35. #define BOT_XFERREJECTED "FILE TRANSFER REJECTED"
  36. /* was: BOT_NOFILESYS - 0xb36 */
  37. #define BOT_BOTNETUSERS "Users across the botnet"
  38. #define BOT_PARTYLINE "Party line"
  39. #define BOT_LOCALCHAN "Local channel"
  40. #define BOT_USERSONCHAN "Users on channel"
  41. #define BOT_NOBOTSLINKED "No bots linked."
  42. #define BOT_NOTRACEINFO "No trace info for:"
  43. #define BOT_COMPLEXTREE "Tree too complex!"
  44. #define BOT_UNLINKALL "Unlinking all bots..."
  45. #define BOT_KILLLINKATTEMPT "Killed link attempt to"
  46. #define BOT_ENDLINKATTEMPT "No longer trying to link:"
  47. #define BOT_BREAKLINK "Breaking link with"
  48. #define BOT_UNLINKEDFROM "Unlinked from:"
  49. #define BOT_NOTCONNECTED "Not connected to that bot."
  50. #define BOT_WIPEBOTTABLE "Smooshing bot tables and assocs..."
  51. #define BOT_BOTUNKNOWN "is not a known bot."
  52. #define BOT_CANTLINKMYSELF "Link to myself? Oh boy, Freud would have a field day."
  53. #define BOT_CANTRELAYMYSELF "Relay to myself? What on EARTH would be the point?!"
  54. #define BOT_CONNECTINGTO "Connecting to"
  55. /* was: BOT_PARTYJOINED - 0xb52 */
  56. #define BOT_LOSTDCCUSER "Lost dcc connection to"
  57. #define BOT_DROPPINGRELAY "Dropping relay attempt to"
  58. #define BOT_RELAYSUCCESS "Success!\n\nNOW CONNECTED TO RELAY BOT"
  59. #define BOT_RELAYLINK "Relay link:"
  60. #define BOT_ENDRELAY1 "Ended relay link"
  61. #define BOT_ENDRELAY2 "RELAY CONNECTION DROPPED.\nYou are now back on"
  62. #define BOT_PARTYREJOINED "rejoined the party line."
  63. #define BOT_DROPPEDRELAY "Dropping relay link to"
  64. #define BOT_BREAKRELAY "Breaking connection to"
  65. #define BOT_RELAYBROKEN "Relay broken"
  66. #define BOT_PINGTIMEOUT "Ping timeout"
  67. #define BOT_BOTNOTLEAFLIKE "unleaflike behavior"
  68. #define BOT_BOTDROPPED "Dropped bot"
  69. /* Messages pertaining to MODULES
  70. */
  71. #define MOD_ALREADYLOAD "Already loaded."
  72. #define MOD_BADCWD "Can't determine current directory"
  73. #define MOD_NOSTARTDEF "No start function defined"
  74. #define MOD_NEEDED "Needed by another module"
  75. #define MOD_NOCLOSEDEF "No close function"
  76. #define MOD_UNLOADED "Module unloaded:"
  77. #define MOD_NOSUCH "No such module"
  78. /* was: MOD_NOINFO - 0x208 */
  79. #define MOD_LOADERROR "Error loading module:"
  80. #define MOD_UNLOADERROR "Error unloading module:"
  81. #define MOD_CANTLOADMOD "Can't load modules"
  82. #define MOD_STAGNANT "Stagnant module; there WILL be memory leaks!"
  83. #define MOD_NOCRYPT "You have installed modules but have not selected an encryption\nmodule, please consult the default config file for info.\n"
  84. #define MOD_NOFILESYSMOD "Filesys module not loaded."
  85. #define MOD_LOADED_WITH_LANG "Module loaded: %-16s (with lang support)"
  86. #define MOD_LOADED "Module loaded: %-16s"
  87. #define DCC_NOSTRANGERS "I don't accept DCC chats from strangers."
  88. #define DCC_REFUSED "Refused DCC chat (no access)"
  89. #define DCC_REFUSEDNC "Refused DCC chat (I'm not a chathub (+c))"
  90. #define DCC_REFUSED2 "No access"
  91. #define DCC_REFUSED3 "You must have a password set."
  92. #define DCC_REFUSED4 "Refused DCC chat (no password)"
  93. #define DCC_REFUSED5 "Refused DCC chat (+x but no file area)"
  94. /* was: DCC_REFUSED6 - 0xc06 */
  95. #define DCC_REFUSED7 "Refused DCC chat (invalid port)"
  96. #define DCC_TOOMANY "Too many people are in the file area right now."
  97. /* was: DCC_TRYLATER - 0xc08 */
  98. /* was: DCC_REFUSEDTAND - 0xc09 */
  99. /* was: DCC_NOSTRANGERFILES1 - 0xc0a */
  100. /* was: DCC_NOSTRANGERFILES2 - 0xc0b */
  101. #define DCC_TOOMANYDCCS1 "Sorry, too many DCC connections."
  102. #define DCC_TOOMANYDCCS2 "DCC connections full: %s %s (%s!%s)"
  103. /* was: DCC_DCCNOTSUPPORTED - 0xc0e */
  104. /* was: DCC_REFUSEDNODCC - 0xc0f */
  105. /* was: DCC_FILENAMEBADSLASH - 0xc10 */
  106. /* was: DCC_MISSINGFILESIZE - 0xc11 */
  107. /* was: DCC_FILEEXISTS - 0xc12 */
  108. /* was: DCC_CREATEERROR - 0xc13 */
  109. /* was: DCC_FILEBEINGSENT - 0xc14 */
  110. /* was: DCC_REFUSEDNODCC2 - 0xc15 */
  111. /* was: DCC_REFUSEDNODCC3 - 0xc16 */
  112. /* was: DCC_FILETOOLARGE - 0xc17 */
  113. /* was: DCC_FILETOOLARGE2 - 0xc18 */
  114. #define DCC_CONNECTFAILED1 "Failed to connect"
  115. #define DCC_CONNECTFAILED2 "DCC connection failed"
  116. #define DCC_CONNECTFAILED3 "DCC invalid port"
  117. /* was: DCC_FILESYSBROKEN - 0xc1b */
  118. #define DCC_ENTERPASS "Enter your password"
  119. #define DCC_FLOODBOOT "%s has been forcibly removed for flooding.\n"
  120. #define DCC_BOOTED1 "-=- poof -=-\n"
  121. #define DCC_BOOTED2 "You've been booted from the bot by %s%s%s\n"
  122. #define DCC_BOOTED3 "%s booted %s from the party line%s%s"
  123. /* Stuff from chan.c
  124. */
  125. /* was: CHAN_LIMBOBOT - 0xd00 */
  126. /* BOTNET messages
  127. */
  128. #define NET_FAKEREJECT "Fake message rejected"
  129. #define NET_LINKEDTO "Linked to"
  130. #define NET_LEFTTHE "has left the"
  131. #define NET_JOINEDTHE "has joined the"
  132. #define NET_AWAY "is now away"
  133. #define NET_UNAWAY "is no longer away"
  134. #define NET_NICKCHANGE "Nick Change:"
  135. /* Stuff from dcc.c
  136. */
  137. #define DCC_REJECT "Rejecting link from %s"
  138. #define DCC_LINKFAIL "Failed link to %s."
  139. #define DCC_BADPASS "Bad password on connect attempt to %s."
  140. #define DCC_PASSREQ "Password required for connection to %s."
  141. #define DCC_LINKERROR "ERROR linking %s: %s"
  142. #define DCC_LOSTBOT "Lost Bot: %s"
  143. #define DCC_TIMEOUT "Timeout: bot link to %s at %s:%d"
  144. #define DCC_LOGGEDIN "Logged in: %s (%s/%d)"
  145. #define DCC_BADLOGIN "Bad Password: [%s]%s/%d"
  146. #define DCC_BADAUTH "Bad Auth: [%s]%s/%d"
  147. #define DCC_HOUSTON "Negative on that, Houston.\n"
  148. #define DCC_JOIN "*** %s has joined the party line.\n"
  149. #define DCC_LOSTDCC "Lost dcc connection to %s (%s/%d)"
  150. #define DCC_PWDTIMEOUT "Password timeout on dcc chat: [%s]%s"
  151. #define DCC_SPWDTIMEOUT "Auth timeout on dcc chat: [%s]%s"
  152. #define DCC_CLOSED "DCC connection closed (%s!%s)"
  153. #define DCC_FAILED "Failed TELNET incoming (%s)"
  154. #define DCC_BADSRC "Refused %s/%d (bad src port)"
  155. /* was: DCC_BADIP 0xe19 */
  156. #define DCC_BADHOST "Refused %s (bad hostname)"
  157. #define DCC_TELCONN "Telnet connection: %s/%d"
  158. #define DCC_IDENTFAIL "Ident failed for %s: %s"
  159. #define DCC_PORTDIE "(!) Listening port %d abruptly died."
  160. #define DCC_BADNICK "Refused %s (bad nick)"
  161. #define DCC_NONBOT "Refused %s (non-bot)"
  162. #define DCC_NONUSER "Refused %s (non-user)"
  163. #define DCC_INVHANDLE "Refused %s (invalid handle: %s)"
  164. #define DCC_DUPLICATE "Refused telnet connection from %s (duplicate)"
  165. #define DCC_NOPASS "Refused [%s]%s (no password)"
  166. #define DCC_LOSTCON "Lost telnet connection to %s/%d"
  167. #define DCC_TTIMEOUT "Ident timeout on telnet: %s"
  168. #define DCC_TCLERROR "Tcl error [%s]: %s"
  169. #define DCC_DEADSOCKET "*** ATTENTION: DEAD SOCKET (%d) OF TYPE %s UNTRAPPED"
  170. #define DCC_LOSTCONN "Lost connection while identing [%s/%d]"
  171. #define DCC_EOFIDENT "Timeout/EOF ident connection"
  172. #define DCC_LOSTIDENT "Lost ident wait telnet socket!!"
  173. #define DCC_NOACCESS "Denied telnet: %s, No Access"
  174. #define DCC_MYBOTNETNICK "Refused telnet connection from %s (tried using my botnetnick)"
  175. #define DCC_LOSTDUP "Lost telnet connection from %s while checking for duplicate"
  176. #endif /* _EGG_LANG_H */