VisionStrings.h.l33t 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. /*
  2. * The contents of this file are subject to the Mozilla Public
  3. * License Version 1.1 (the "License"); you may not use this file
  4. * except in compliance with the License. You may obtain a copy of
  5. * the License at http://www.mozilla.org/MPL/
  6. *
  7. * Software distributed under the License is distributed on an "AS
  8. * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9. * implied. See the License for the specific language governing
  10. * rights and limitations under the License.
  11. *
  12. * The Original Code is Vision.
  13. *
  14. * The Initial Developer of the Original Code is The Vision Team.
  15. * Portions created by The Vision Team are
  16. * Copyright (C) 1999, 2000, 2001 The Vision Team. All Rights
  17. * Reserved.
  18. *
  19. * Contributor(s): Wade Majors <wade@ezri.org>
  20. * Rene Gollent
  21. * Todd Lair
  22. * Andrew Bazan
  23. * Jamie Wilkinson
  24. */
  25. #ifndef _VISIONSTRINGS_H_
  26. #define _VISIONSTRINGS_H_
  27. // channel agent
  28. #define S_CHANNEL_INIT "*** N0w +@Lkin9 IN "
  29. #define S_CHANNEL_REJOIN "*** @t+EmpTIN9 To R3j0in "
  30. #define S_CHANNEL_RECON_REJOIN "[@] @++emPtIN9 +O Rej01N "
  31. #define S_CHANNEL_GOT_KICKED "*** J00 H@ve b33n K1cKED fr0M "
  32. #define S_CHANNEL_GOT_KICKED2 "8y"
  33. #define S_CHANNEL_SET_MODE " 53+ m0de "
  34. // channel options
  35. #define S_CHANOPTS_TITLE " 0Pt1oN5"
  36. #define S_CHANOPTS_OPID1 "j00 @r3 cuRrEN+LY 4 ChaNn3L 0p3R4+0R. "
  37. #define S_CHANOPTS_OPID2 "J00 M4y CH4ngE 4ny Of ThE$E 0P+1on$."
  38. // client agent
  39. #define S_CLIENT_DCC_SUCCESS "c0mPlet3d "
  40. #define S_CLIENT_DCC_FAILED "T3RMIn4ted "
  41. #define S_CLIENT_DCC_SENDTYPE "$END 0f "
  42. #define S_CLIENT_DCC_RECVTYPE "R3C31vE 0f "
  43. #define S_CLIENT_DCC_TO " t0 "
  44. #define S_CLIENT_DCC_FROM " Phr0M "
  45. #define S_CLIENT_DCC_SIZE_UNITS " BY+e$"
  46. #define S_CLIENT_DCC_SPEED_UNITS " Cp5"
  47. // client window
  48. #define S_CW_APP_ABOUT "aB0Ut"
  49. #define S_CW_APP_PREFS "pR3ph3REncE$"
  50. #define S_CW_APP_CHANLIST "L1$T cH@nn3l5"
  51. #define S_CW_APP_TERMINAL "N3W t3rM1n@l"
  52. #define S_CW_APP_QUIT "kwi+"
  53. #define S_CW_SERVER_MENU "$ErVer"
  54. #define S_CW_SERVER_CONNECT "c0Nn3cT TO"
  55. #define S_CW_SERVER_SETUP "53+Up"
  56. #define S_CW_EDIT_MENU "eD1t"
  57. #define S_CW_EDIT_CUT "CU+"
  58. #define S_CW_EDIT_COPY "copY"
  59. #define S_CW_EDIT_PASTE "p45t3"
  60. #define S_CW_EDIT_SELECT_ALL "5eLECT AlL"
  61. #define S_CW_WINDOW_MENU "W1Ndow"
  62. #define S_CW_WINDOW_PART "CLo$e 5u8winD0w"
  63. #define S_CW_WINDOW_UP "up"
  64. #define S_CW_WINDOW_DOWN "d0Wn"
  65. #define S_CW_WINDOW_SM_UP "5m4Rt Up"
  66. #define S_CW_WINDOW_SM_DOWN "smAr+ doWN"
  67. #define S_CW_WINDOW_NETWORK "N3+wORk wINd0W"
  68. #define S_CW_WINDOW_PREVIOUS "PREvIoU5 w1nDoW"
  69. #define S_CW_WINDOW_NET_UP "M0Ve NE+WORK Up"
  70. #define S_CW_WINDOW_NET_DOWN "m0V3 NE+w0rk D0Wn"
  71. #define S_CW_WINDOW_COLLAPSE "c0lL4p$3 NE+wOrK"
  72. #define S_CW_WINDOW_EXPAND "3XpANd n3tw0rk"
  73. // client window dock
  74. #define S_CWD_WINLIST_HEADER "WIndow Li5t"
  75. #define S_CWD_NOTIFY_HEADER "noTiphy L1s+"
  76. // DCC messages
  77. #define S_DCC_SPEED "8p$: "
  78. #define S_DCC_ESTABLISH_ERROR "un@8lE t0 35t@8Li5H cONn3C+1On."
  79. #define S_DCC_ESTABLISH_SUCCEEDED "3S+48L15hEd CoNNeC+ion."
  80. #define S_DCC_CONNECT_TO_SENDER "COnNEcTin9 To 53ND3r."
  81. #define S_DCC_RECV1 "ReCEiViNG \""
  82. #define S_DCC_RECV2 "\" phRoM "
  83. #define S_DCC_SEND1 "5enD1ng \""
  84. #define S_DCC_SEND2 "\" t0 "
  85. #define S_DCC_LOCK_ACQUIRE "AcKw1rINg DCC L0CK"
  86. #define S_DCC_ACK_WAIT "w4I+1n9 F0r @CC3P+4nc3"
  87. #define S_DCC_LISTEN_CALL "dO1NG L15TEn CALl."
  88. #define S_DCC_WAIT_FOR_CONNECTION "W4i+InG PH0R coNn3c+iOn "
  89. #define S_DCC_WRITE_ERROR "3rrOR WR1t1NG D4Ta."
  90. #define S_DCC_SOCKET_ERROR "ERR0r cre4tiNg 5oCKE+.\n"
  91. #define S_DCC_BIND_ERROR "Error binding socket.\n"
  92. #define S_DCC_CONN_ERROR "eRRoR BiNDinG 50Ck3t.\n"
  93. #define S_DCC_CHAT_LISTEN "4cceP+iN9 cOnn3Ct10n 0n @dDR355 "
  94. #define S_DCC_CHAT_TRY "tRy1NG +0 conNeC+ t0 @DDR355 "
  95. #define S_DCC_CHAT_PORT ", pOrt "
  96. #define S_DCC_CHAT_CONNECTED "conn3c+3D!\n"
  97. #define S_DCC_CHAT_TERM "dCc cH@+ +ErM1N4+ed.\n"
  98. // list agent
  99. #define S_LIST_MENU "CHannEL5"
  100. #define S_LIST_MENU_FIND "phind"
  101. #define S_LIST_MENU_FINDNEXT "FinD nEX+"
  102. #define S_LIST_MENU_FILTER "pHIl+Er"
  103. #define S_LIST_COLUMN_CHAN "cH@nn3l"
  104. #define S_LIST_COLUMN_USER "u53RS"
  105. #define S_LIST_COLUMN_TOPIC "+op1C"
  106. #define S_LIST_STATUS_LOADING "lO4DIn9"
  107. #define S_LIST_STATUS_DONE "DOn3"
  108. #define S_LIST_PROMPT_TITLE "Ph1ND"
  109. #define S_LIST_PROMPT_LABEL " F1nd:"
  110. // network prefs -- server list
  111. #define S_PREFSERVER_STATUS_COLUMN "5T4TU5"
  112. #define S_PREFSERVER_SERVER_COLUMN "serveR"
  113. #define S_PREFSERVER_PORT_COLUMN "P0RT"
  114. #define S_PREFSERVER_ADD_BUTTON "4dd"
  115. #define S_PREFSERVER_REMOVE_BUTTON "r3M0V3"
  116. #define S_PREFSERVER_EDIT_BUTTON "EDi+"
  117. #define S_PREFSERVER_DESC1 "keY: "
  118. #define S_PREFSERVER_DESC2 " * = Pr1M4ry"
  119. #define S_PREFSERVER_DESC3 " + = 5Ec0Nd@rY (f@lL8@CK)"
  120. #define S_PREFSERVER_DESC4 " - = DI5@Bl3d"
  121. #define S_PREFSERVER_OK_BUTTON "0K"
  122. #define S_PREFSERVER_SEL_STRING "$el3CT 53Rv3r$ pH0r "
  123. // network prefs -- main view
  124. #define S_NETPREFS_NETMENU "N3tW0Rk$"
  125. #define S_NETPREFS_DEFAULTS_ITEM "D3ph4ult$"
  126. #define S_NETPREFS_ADD_NEW "4Dd n3w"
  127. #define S_NETPREFS_REMOVE "r3MOV3 CURR3N+"
  128. #define S_NETPREFS_DUPE "dUpL1c4t3 CUrReN+"
  129. #define S_NETPREFS_NET_BOX "NetW0RK D3+@il$"
  130. #define S_NETPREFS_PERSONAL_BOX "p3r5on4L DE+Ail$"
  131. #define S_NETPREFS_CONN1 "wilL c0nNeC+ to"
  132. #define S_NETPREFS_CONN2 "PhaLL1Ng 84CK +O 9 OtHEr$"
  133. #define S_NETPREFS_CHANGE_SERVER "Ch4nGE $eRvEr5"
  134. #define S_NETPREFS_AUTOEXEC "4Ut0eXec:"
  135. #define S_NETPREFS_LAG_CHECK "eN@8lE l@G CH3cKInG"
  136. #define S_NETPREFS_STARTUP_CONN "CoNn3C+ +0 +h15 NETWOrk wHen V151on 5+4rt5 Up"
  137. #define S_NETPREFS_USE_DEFAULTS "u5E deph@UL+5"
  138. #define S_NETPREFS_PREFNICK "pR3f3rrEd NickS"
  139. #define S_NETPREFS_ADD_BUTTON "4DD"
  140. #define S_NETPREFS_REMOVE_BUTTON "remOV3"
  141. #define S_NETPREFS_IDENT "1dEN+: "
  142. #define S_NETPREFS_REALNAME "r34l N4Me: "
  143. #define S_NETPREFS_FALLBACK1 "f4lLiN9 b@Ck TO "
  144. #define S_NETPREFS_FALLBACK2 " oTh3r"
  145. #define S_NETPREFS_FALLBACK2_PLURAL "5"
  146. #define S_NETPREFS_ADDNET_TITLE "4Dd Netw0rk"
  147. #define S_NETPREFS_DUPENET_TITLE "DUPLiC4t3 N3tWOrK"
  148. #define S_NETPREFS_NET_PROMPT "ne+WORK n@m3: "
  149. #define S_NETPREFS_ADDNICK_TITLE "4Dd nICKn4ME"
  150. #define S_NETPREFS_ADDNICK_PROMPT "nICKn@me: "
  151. // network windows
  152. #define S_NETWORK_WINDOW_TITLE "N3+w0RK 5e+uP"
  153. #define S_SERVERPREFS_TITLE "sERvEr5"
  154. // notify list
  155. #define S_NOTIFYLIST_QUERY_ITEM "kWERy"
  156. #define S_NOTIFYLIST_WHOIS_ITEM "wH0I5"
  157. #define S_NOTIFYLIST_REMOVE_ITEM "rEmove"
  158. #define S_NOTIFYLIST_DCC_ITEM "dcC ch@+"
  159. // command parser
  160. #define S_PCMD_PARAMETER_ERROR "eRR0r: 1nV@L1d par4m3+3R5"
  161. #define S_PCMD_SEND_TITLE "53Nd1Ng a fiL3 +0 "
  162. #define S_PCMD_SEND_BUTTON "5end"
  163. #define S_PCMD_TRY_NEW_NICK "*** +Ry1nG nEw N1cK "
  164. #define S_PCMD_SET_BOOL_SUCCESS "Bo0L H45 Be3n 5Et"
  165. #define S_PCMD_SET_BOOL_FAILURE "eRroR SE+T1nG 80OL"
  166. #define S_PCMD_DNS1 "r350lveD "
  167. #define S_PCMD_DNS2 " tO "
  168. #define S_PCMD_DNS_ERROR "uN48l3 to R35OLV3 "
  169. #define S_PCMD_PEXEC_ERROR "/pexec: comM4nd f4IL3D"
  170. #define S_PCMD_VIS_UPTIME "V151oN h45 b3En rUnnIN9 F0r "
  171. // ctcp parser
  172. #define S_PCTCP_RESPONSE " r3$p0n5E"
  173. #define S_PCTCP_SECOND "5ec0nD"
  174. #define S_PCTCP_SECOND_PLURAL "Sec0nd$"
  175. // numerics parser
  176. #define S_PENUM_CURMODE "[x] YOUr CURREn+ mODe 15: "
  177. #define S_PENUM_WHOWAS "[W4$]"
  178. #define S_PENUM_IDLE "idL3: "
  179. #define S_PENUM_SIGNON "$19n0n: "
  180. #define S_PENUM_WHOIS_CHANNELS "[x] ch4nNEL5: "
  181. #define S_PENUM_CHANMODE "*** ch4NNel m0dE Ph0R "
  182. #define S_PENUM_MLOCK "*** cH4nnEl l0CK Ph0R "
  183. #define S_PENUM_CHANCREATED "cRE4t3d"
  184. #define S_PENUM_NO_TOPIC "[x] n0 TOpIC 5E+ 1n "
  185. #define S_PENUM_DISP_TOPIC "*** T0p1c: "
  186. #define S_PENUM_TOPIC_SET_BY "*** +0p1C 53+ bY "
  187. #define S_PENUM_INVITING " Has 8e3N INViT3D T0 "
  188. #define S_PENUM_NAMEREPLY "*** uSeRs 1n "
  189. #define S_PENUM_SERVER_MOTD "- 5ErVeR M3$$a9e 0pH +H3 D4Y:"
  190. #define S_PENUM_RECON_SUCCESS "[@] 5Ucce$sfuL REC0NnecT"
  191. #define S_PENUM_NICKINUSE1 "* N1Ckn@m3 \""
  192. #define S_PENUM_NICKINUSE2 "\" In u$3 0r UnAvAiL4Ble.. tryING \""
  193. #define S_PENUM_NICKINUSE3 "[x] n1CKN@me/ChAnn3L "
  194. #define S_PENUM_NICKINUSE4 " 1$ @LRE4Dy 1N U5e 0r UN4v4il@8l3."
  195. #define S_PENUM_ALLNICKSUSED1 "* aLl YoUr pR3-53lECT3d N1CKN4M35 Ar3 iN u$3."
  196. #define S_PENUM_ALLNICKSUSED2 "* Ple45e +YPE /NICK <N3wNicK> t0 +ry @no+H3r."
  197. #define S_PENUM_NOTINCHANNEL " Is NoT 1N "
  198. #define S_PENUM_ME_NOTINCHANNEL "[x] yOU'r3 No+ 1n "
  199. #define S_PENUM_ALREADYINCHANNEL " 15 4lrEADy 1N "
  200. #define S_PENUM_KEY_ALREADY_SET "[x] cH4Nn3l K3y 4LR3@Dy 5E+ 1n "
  201. #define S_PENUM_UNKNOWNCHANMODE "[x] unkn0wN CH4NN3l M0DE: '"
  202. #define S_PENUM_INVITE_ONLY " (InV1t3 OnlY)"
  203. #define S_PENUM_BANNED " (y0U'Re 84NN3D)"
  204. #define S_PENUM_BADCHANKEY " (b@D ch4nnEl k3Y)"
  205. #define S_PENUM_UNKNOWNMODE "[x] UNKNOwN moDe Phl49."
  206. // events parser
  207. #define S_PEVENTS_UMODE_CHANGE "*** u53r m0D3 cH@nGed: "
  208. #define S_PEVENTS_INVITE1 "*** j00 H@V3 833n inVI+ed +o "
  209. #define S_PEVENTS_INVITE2 " bY "
  210. #define S_PEVENTS_SILENCE_ADDED "*** h05+M4$k 4dD3D to 5iLeNC3 l1st: "
  211. #define S_PEVENTS_SILENCE_REMOVED "*** H05tM4$k REm0VeD pHrOm 5IL3nC3 LIs+: "
  212. // app prefs
  213. #define S_PREFAPP_VERSION_PARANOID "5h0w 05 iNf0RM4+I0N iN veR51ON r3plY"
  214. #define S_PREFAPP_CMDW "r3Kw1r3 doU8L3 CMd+Q/w +0 CLo5E"
  215. #define S_PREFAPP_STRIP_MIRC "5+Rip M1rC C0l0R5"
  216. #define S_PREFAPP_WARN_MULTILINE "w4Rn whEN mUl+iLInE P45+1N9"
  217. #define S_PREFAPP_QUERY_MSG "OP3N n3W kW3Ry oN mE$S@GE"
  218. // color prefs
  219. #define S_PREFCOLOR_TEXT "+ex+"
  220. #define S_PREFCOLOR_BACKGROUND "8@CkGROUND"
  221. #define S_PREFCOLOR_URL "URl"
  222. #define S_PREFCOLOR_SERVERTEXT "53RVEr teXt"
  223. #define S_PREFCOLOR_NOTICE "N0tIcE"
  224. #define S_PREFCOLOR_ACTION "4CT10N"
  225. #define S_PREFCOLOR_QUIT "kW1+"
  226. #define S_PREFCOLOR_ERROR "3rRoR"
  227. #define S_PREFCOLOR_NICK_EDGES "N1ckn@Me EdGE5"
  228. #define S_PREFCOLOR_UNICK_EDGES "U53r n1CKN4ME edg3$"
  229. #define S_PREFCOLOR_NICK_TEXT "nIcKN4me +3Xt"
  230. #define S_PREFCOLOR_JOIN "JoIN"
  231. #define S_PREFCOLOR_KICK "kiCK"
  232. #define S_PREFCOLOR_WHOIS "Wh015"
  233. #define S_PREFCOLOR_NAMES_NORM "n4M3$ (NORM@l)"
  234. #define S_PREFCOLOR_NAMES_OP "n4m35 (0p)"
  235. #define S_PREFCOLOR_NAMES_HELP "N4M35 (hELp3R)"
  236. #define S_PREFCOLOR_NAMES_VOICE "N4M3s (v0iC3)"
  237. #define S_PREFCOLOR_NAMES_SEL "n4m3$ SEl3ction"
  238. #define S_PREFCOLOR_NAMES_BG "N4mE5 B4cK9R0und"
  239. #define S_PREFCOLOR_CTCP_REQ "cTCP REkw35+"
  240. #define S_PREFCOLOR_CTCP_RPY "CTcp rePly"
  241. #define S_PREFCOLOR_IGNORE "iGnOr3"
  242. #define S_PREFCOLOR_INPUT_TXT "INPU+ +3xt"
  243. #define S_PREFCOLOR_INPUT_BG "1npU+ 84ckGrouNd"
  244. #define S_PREFCOLOR_WLIST_NORM "W1nL1s+ N0Rm4L S+4TU$"
  245. #define S_PREFCOLOR_WLIST_TXT "w1nLI5+ t3x+ 5t4tu5"
  246. #define S_PREFCOLOR_WLIST_NICK "w1NlI$t niCK al3rT 5+4Tu5"
  247. #define S_PREFCOLOR_WLIST_SEL "wINLI$T 5EL3ct1on 5t4+U$"
  248. #define S_PREFCOLOR_WLIST_EVT "W1Nl1$+ eVent 5+@Tu5"
  249. #define S_PREFCOLOR_WLIST_BG "W1nL1$+ 84ck9r0UNd"
  250. #define S_PREFCOLOR_WALLOPS "W4ll0P5"
  251. #define S_PREFCOLOR_TIMESTAMP "+1me$t@mp"
  252. #define S_PREFCOLOR_TIMESTAMP_BG "+IMe$t4MP 8@CkGR0UNd"
  253. #define S_PREFCOLOR_SELECTION "SElEc+IOn"
  254. #define S_PREFCOLOR_MIRCWHITE "mIrc whiT3"
  255. #define S_PREFCOLOR_MIRCBLACK "MiRC 8l4CK"
  256. #define S_PREFCOLOR_MIRCDBLUE "m1rc d@rk BLUe"
  257. #define S_PREFCOLOR_MIRCGREEN "mirC gRe3n"
  258. #define S_PREFCOLOR_MIRCRED "m1rC r3D"
  259. #define S_PREFCOLOR_MIRCBROWN "mIrC 8Rown"
  260. #define S_PREFCOLOR_MIRCPURPLE "M1rc purpLe"
  261. #define S_PREFCOLOR_MIRCORANGE "M1rc 0R4N93"
  262. #define S_PREFCOLOR_MIRCYELLOW "M1rc y3llow"
  263. #define S_PREFCOLOR_MIRCLIME "M1rC lIMe"
  264. #define S_PREFCOLOR_MIRCTEAL "M1rc t34l"
  265. #define S_PREFCOLOR_MIRCAQUA "MIrc 4kW@"
  266. #define S_PREFCOLOR_MIRCLBLUE "m1RC L1Gh+ BlUE"
  267. #define S_PREFCOLOR_MIRCPINK "M1rc P1Nk"
  268. #define S_PREFCOLOR_MIRCGREY "M1Rc 9r3Y"
  269. #define S_PREFCOLOR_MIRCSILVER "Mirc $1lVer"
  270. #define S_PREFCOLOR_NOTIFY_ON "n0tIFY 0NlINE"
  271. #define S_PREFCOLOR_NOTIFY_OFF "n0+1fY 0Phfl1nE"
  272. #define S_PREFCOLOR_NOTIFY_BG "NOTiFY LI5t B4cK9r0UND"
  273. #define S_PREFCOLOR_NOTIFY_SEL "nOTIPhY li5T 53LEc+1on"
  274. #define S_PREFCOLOR_REVERT "rEverT"
  275. // command prefs
  276. #define S_PREFCOMMAND_QUIT "KWi+:"
  277. #define S_PREFCOMMAND_KICK "kiCK:"
  278. #define S_PREFCOMMAND_IGNORE "1gN0RE:"
  279. #define S_PREFCOMMAND_UNIGNORE "Un19N0r3:"
  280. #define S_PREFCOMMAND_AWAY "Aw@Y:"
  281. #define S_PREFCOMMAND_BACK "84cK:"
  282. #define S_PREFCOMMAND_UPTIME "uP+1ME:"
  283. // dcc prefs
  284. #define S_PREFDCC_BLOCK_SIZE "dCc blocK s1z3: "
  285. #define S_PREFDCC_AUTOACK "@U+0M4Tic@LlY @CC3p+ 1NC0Min9 $3nD5"
  286. #define S_PREFDCC_PRIVATE "4U+oM@+IC4Lly cHeCK f0R nat 1P"
  287. #define S_PREFDCC_DEFPATH "DEph@uL+ p@+H: "
  288. #define S_PREFDCC_PORTRANGE "dCC P0RT R4ngE"
  289. #define S_PREFDCC_PORTMIN "mIN: "
  290. #define S_PREFDCC_PORTMAX "m@X: "
  291. // event prefs
  292. #define S_PREFEVENT_JOIN "j0In:"
  293. #define S_PREFEVENT_PART "p4r+:"
  294. #define S_PREFEVENT_NICK "NiCK:"
  295. #define S_PREFEVENT_QUIT "Quit:"
  296. #define S_PREFEVENT_KICK "Kw1+:"
  297. #define S_PREFEVENT_TOPIC "t0piC:"
  298. #define S_PREFEVENT_SNOTICE "53Rv3r No+1ce:"
  299. #define S_PREFEVENT_UNOTICE "u5Er n0+iCE:"
  300. #define S_PREFEVENT_NOTIFYON "N0Tify 0N:"
  301. #define S_PREFEVENT_NOTIFYOFF "N0+iPHy oFf:"
  302. // font prefs
  303. #define S_PREFFONT_TEXT "tEX+"
  304. #define S_PREFFONT_SMESSAGES "$ERvER ME554G35"
  305. #define S_PREFFONT_URLS "URl5"
  306. #define S_PREFFONT_NAMESLIST "n@M35 Li5t"
  307. #define S_PREFFONT_INPUT_TEXT "inpU+ +EX+"
  308. #define S_PREFFONT_WINLIST "w1Ndow lI5+"
  309. #define S_PREFFONT_CHANLIST "cH@Nn3L LisT "
  310. #define S_PREFFONT_TSTAMP "T1m3sT4mp"
  311. #define S_PREFFONT_FONTLABEL "FON+: "
  312. #define S_PREFFONT_SIZELABEL "51ze: "
  313. // log prefs
  314. #define S_PREFLOG_LOGPATH "loG b4$E p4TH:"
  315. #define S_PREFLOG_TS_FORMAT "T1mE5+4Mp forM4+:"
  316. #define S_PREFLOG_SHOW_TIMESTAMP "$h0W +1ME5+4mP5 1n Irc w1ND0w"
  317. #define S_PREFLOG_USE_LOGGING "3n@8l3 lo9GINg"
  318. #define S_PREFLOG_LOG_TIMESTAMP "4pP3ND tiMes+@mP to l09 F1leN4M35"
  319. #define S_PREFLOG_ALERT_TITLE "3RrOr"
  320. #define S_PREFLOG_ALERT_TEXT "t3H lo9 p4+h j00 h@VE eNT3r3D 15 1nv@L1D."
  321. #define S_PREFLOG_ALERT_BUTTON "ok"
  322. // main prefs view
  323. #define S_PREFGEN_APP_ITEM "4PPl1C@t1oN"
  324. #define S_PREFGEN_COLOR_ITEM "C0l0r5"
  325. #define S_PREFGEN_FONT_ITEM "phONT5"
  326. #define S_PREFGEN_COMMAND_ITEM "CoMM4Nd5"
  327. #define S_PREFGEN_EVENT_ITEM "eV3nTS"
  328. #define S_PREFGEN_DCC_ITEM "dCC"
  329. #define S_PREFGEN_LOG_ITEM "Lo99InG"
  330. // preferences window
  331. #define S_PREFSWIN_TITLE "pR3ph3R3nc35"
  332. // server agent
  333. #define S_SERVER_ATTEMPT1 "[@] 4++eMP+inG +0 "
  334. #define S_SERVER_ATTEMPT2 "r3"
  335. #define S_SERVER_ATTEMPT3 "coNN3c+ (4T+3MpT "
  336. #define S_SERVER_ATTEMPT4 " 0f "
  337. #define S_SERVER_ATTEMPT5 "[@] 4tTEMPt1Ng 4 c0nNEc+10N T0 "
  338. #define S_SERVER_CONN_ERROR1 "[@] COuLD N0+ CrEa+3 c0NN3CT10N +0 4DDr3S5 4nd PORT. M4K3 5Ur3 yoUr 1n+3rnEt CoNN3c+i0N 15 oper@tIoN4l."
  339. #define S_SERVER_CONN_ERROR2 "[@] CoUld n0+ E5T48L15H 4 conn3Ct1On T0 +3H 53RvEr. 50RRy."
  340. #define S_SERVER_CONN_OPEN "[@] c0NnEcT10N 0pEN, W@I+1n9 F0R r3ply Phr0m $ERVEr"
  341. #define S_SERVER_LOCALIP_ERROR "[@] 3RR0r 9E++1n9 L0c4L ip"
  342. #define S_SERVER_LOCALIP "[@] l0C4L iP: "
  343. #define S_SERVER_PROXY_MSG "[@] (I+ L00k5 liKe j00 4R3 8EHinD @N iNT3RNet 94tEw4y. vIS10N wIll kwErY Th3 1rc s3Rv3R uPON $uCc35$PHul c0Nn3c+I0n foR y0Ur 94t3W@y'$ IN+ERN3+ 4ddR355. tH15 wiLl b3 U5ED pH0R DCC coMMUniC4+I0n.)"
  344. #define S_SERVER_PASS_MSG "[@] 53ndiNG p@55wORd"
  345. #define S_SERVER_HANDSHAKE "[@] HANd$h4K1N9"
  346. #define S_SERVER_ESTABLISH "[@] E$+48l1$hed"
  347. #define S_SERVER_RETRY_LIMIT "[@] RetRy l1MI+ r34ch3d; G1v1n9 Up. tYP3 /reconnect 1Ph j00 w4nT +O 91V3 1+ @nO+H3r 90."
  348. #define S_SERVER_DISCONNECT "[@] D1Sc0NNeC+Ed fr0M "
  349. #define S_SERVER_DISCON_STATUS "DI5c0NneC+3D"
  350. #define S_SERVER_CONN_PROBLEM "CoNN3cT10n pROBlEm"
  351. #define S_SERVER_LAG_DISABLED "D1548LED"
  352. #define S_SERVER_DCC_CHAT_PROMPT " WAn+5 to 83GiN A dcC cH4+ W1TH y0u."
  353. #define S_SERVER_WAITING_RETRY "[@] w41T1n9 "
  354. #define S_SERVER_WAITING_SECONDS " $3c0Nd"
  355. #define S_SERVER_WAITING_PLURAL "5"
  356. #define S_SERVER_WAITING_ENDING " b3PhOre Nex+ 4+tEMpt"
  357. // server entry window
  358. #define S_SERVERWIN_TITLE "@dD 5ERv3r"
  359. #define S_SERVERWIN_SERVER "5ErV3r: "
  360. #define S_SERVERWIN_PORT "PORT: "
  361. #define S_SERVERWIN_MENU1 "ch005E 5T4+U5"
  362. #define S_SERVERWIN_MENU_PRI "PRImARy"
  363. #define S_SERVERWIN_MENU_SEC "53cOND4Ry"
  364. #define S_SERVERWIN_MENU_DIS "DI$4BlEd"
  365. #define S_SERVERWIN_STATE "5t@TE: "
  366. #define S_SERVERWIN_DONE_BUTTON "D0NE"
  367. #define S_SERVERWIN_CANCEL_BUTTON "c@nCeL"
  368. #define S_SERVERWIN_PASS_CHECK "u5E P4$$w0rD: "
  369. // setup window
  370. #define S_SETUP_TITLE "$E+Up WInD0W"
  371. #define S_SETUP_CONNECT_BUTTON "cONN3cT"
  372. #define S_SETUP_NETPREFS "nE+WorK $3+UP"
  373. #define S_SETUP_GENPREFS "PReph3r3Nce$"
  374. #define S_SETUP_CHOOSENET "CHo0$E N3+WoRK"
  375. #define S_SETUP_CHOOSELABEL "nEtwoRK: "
  376. // status bar
  377. #define S_STATUS_LAG "l4g: "
  378. #define S_STATUS_USERS "u$er5: "
  379. #define S_STATUS_OPS "oP$: "
  380. #define S_STATUS_MODES "moD35: "
  381. #define S_STATUS_LISTCOUNT "CoUnt: "
  382. #define S_STATUS_LISTSTAT "5tATU$: "
  383. #define S_STATUS_LISTFILTER "phIL+3r: "
  384. // window list
  385. #define S_WINLIST_CLOSE_ITEM "ClO5E"
  386. #endif _VISIONSTRINGS_H_