VisionStrings.h.en 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 "*** Now talking in "
  29. #define S_CHANNEL_REJOIN "*** Attempting to rejoin "
  30. #define S_CHANNEL_RECON_REJOIN "[@] Attempting to rejoin"
  31. #define S_CHANNEL_GOT_KICKED "*** You have been kicked from "
  32. #define S_CHANNEL_GOT_KICKED2 "by"
  33. #define S_CHANNEL_SET_MODE " set mode "
  34. // channel options
  35. #define S_CHANOPTS_TITLE " Options"
  36. #define S_CHANOPTS_OPID1 "You are currently a channel operator. "
  37. #define S_CHANOPTS_OPID2 "You may change any of these options."
  38. // client agent
  39. #define S_CLIENT_DCC_SUCCESS "Completed "
  40. #define S_CLIENT_DCC_FAILED "Terminated "
  41. #define S_CLIENT_DCC_SENDTYPE "send of "
  42. #define S_CLIENT_DCC_RECVTYPE "receive of "
  43. #define S_CLIENT_DCC_TO " to "
  44. #define S_CLIENT_DCC_FROM " from "
  45. #define S_CLIENT_DCC_SIZE_UNITS " bytes"
  46. #define S_CLIENT_DCC_SPEED_UNITS " cps"
  47. // client window
  48. #define S_CW_APP_ABOUT "About"
  49. #define S_CW_APP_PREFS "Preferences"
  50. #define S_CW_APP_CHANLIST "List channels"
  51. #define S_CW_APP_TERMINAL "New terminal"
  52. #define S_CW_APP_QUIT "Quit"
  53. #define S_CW_SERVER_MENU "Server"
  54. #define S_CW_SERVER_CONNECT "Connect to"
  55. #define S_CW_SERVER_SETUP "Setup"
  56. #define S_CW_EDIT_MENU "Edit"
  57. #define S_CW_EDIT_CUT "Cut"
  58. #define S_CW_EDIT_COPY "Copy"
  59. #define S_CW_EDIT_PASTE "Paste"
  60. #define S_CW_EDIT_SELECT_ALL "Select all"
  61. #define S_CW_WINDOW_MENU "Window"
  62. #define S_CW_WINDOW_PART "Close subwindow"
  63. #define S_CW_WINDOW_UP "Up"
  64. #define S_CW_WINDOW_DOWN "Down"
  65. #define S_CW_WINDOW_SM_UP "Smart up"
  66. #define S_CW_WINDOW_SM_DOWN "Smart down"
  67. #define S_CW_WINDOW_NETWORK "Network window"
  68. #define S_CW_WINDOW_PREVIOUS "Previous window"
  69. #define S_CW_WINDOW_NET_UP "Move network up"
  70. #define S_CW_WINDOW_NET_DOWN "Move network down"
  71. #define S_CW_WINDOW_COLLAPSE "Collapse network"
  72. #define S_CW_WINDOW_EXPAND "Expand network"
  73. // client window dock
  74. #define S_CWD_WINLIST_HEADER "Window list"
  75. #define S_CWD_NOTIFY_HEADER "Notify list"
  76. // DCC messages
  77. #define S_DCC_SPEED "bps: "
  78. #define S_DCC_ESTABLISH_ERROR "Unable to establish connection."
  79. #define S_DCC_ESTABLISH_SUCCEEDED "Established connection."
  80. #define S_DCC_CONNECT_TO_SENDER "Connecting to sender."
  81. #define S_DCC_RECV1 "Receiving \""
  82. #define S_DCC_RECV2 "\" from "
  83. #define S_DCC_SEND1 "Sending \""
  84. #define S_DCC_SEND2 "\" to "
  85. #define S_DCC_LOCK_ACQUIRE "Acquiring DCC lock"
  86. #define S_DCC_ACK_WAIT "Waiting for acceptance"
  87. #define S_DCC_LISTEN_CALL "Doing listen call."
  88. #define S_DCC_WAIT_FOR_CONNECTION "Waiting for connection "
  89. #define S_DCC_WRITE_ERROR "Error writing data."
  90. #define S_DCC_SOCKET_ERROR "Error creating socket.\n"
  91. #define S_DCC_BIND_ERROR "Error binding socket.\n"
  92. #define S_DCC_CONN_ERROR "Error connecting socket.\n"
  93. #define S_DCC_CHAT_LISTEN "Accepting connection on address "
  94. #define S_DCC_CHAT_TRY "Trying to connect to address "
  95. #define S_DCC_CHAT_PORT ", port "
  96. #define S_DCC_CHAT_CONNECTED "Connected!\n"
  97. #define S_DCC_CHAT_TERM "DCC chat terminated.\n"
  98. // list agent
  99. #define S_LIST_MENU "Channels"
  100. #define S_LIST_MENU_FIND "Find"
  101. #define S_LIST_MENU_FINDNEXT "Find next"
  102. #define S_LIST_MENU_FILTER "Filter"
  103. #define S_LIST_COLUMN_CHAN "Channel"
  104. #define S_LIST_COLUMN_USER "Users"
  105. #define S_LIST_COLUMN_TOPIC "Topic"
  106. #define S_LIST_STATUS_LOADING "Loading"
  107. #define S_LIST_STATUS_DONE "Done"
  108. #define S_LIST_PROMPT_TITLE "Find"
  109. #define S_LIST_PROMPT_LABEL " Find:"
  110. // network prefs -- server list
  111. #define S_PREFSERVER_STATUS_COLUMN "Status"
  112. #define S_PREFSERVER_SERVER_COLUMN "Server"
  113. #define S_PREFSERVER_PORT_COLUMN "Port"
  114. #define S_PREFSERVER_ADD_BUTTON "Add"
  115. #define S_PREFSERVER_REMOVE_BUTTON "Remove"
  116. #define S_PREFSERVER_EDIT_BUTTON "Edit"
  117. #define S_PREFSERVER_DESC1 "Key: "
  118. #define S_PREFSERVER_DESC2 " * = primary"
  119. #define S_PREFSERVER_DESC3 " + = secondary (fallback)"
  120. #define S_PREFSERVER_DESC4 " - = disabled"
  121. #define S_PREFSERVER_OK_BUTTON "OK"
  122. #define S_PREFSERVER_SEL_STRING "Select servers for "
  123. // network prefs -- main view
  124. #define S_NETPREFS_NETMENU "Networks"
  125. #define S_NETPREFS_DEFAULTS_ITEM "Defaults"
  126. #define S_NETPREFS_ADD_NEW "Add new"
  127. #define S_NETPREFS_REMOVE "Remove current"
  128. #define S_NETPREFS_DUPE "Duplicate current"
  129. #define S_NETPREFS_NET_BOX "Network details"
  130. #define S_NETPREFS_PERSONAL_BOX "Personal details"
  131. #define S_NETPREFS_CONN1 "Will connect to"
  132. #define S_NETPREFS_CONN2 "falling back to 9 others."
  133. #define S_NETPREFS_CHANGE_SERVER "Change servers"
  134. #define S_NETPREFS_AUTOEXEC "Autoexec:"
  135. #define S_NETPREFS_LAG_CHECK "Enable lag checking"
  136. #define S_NETPREFS_STARTUP_CONN "Connect to this network when Vision starts up"
  137. #define S_NETPREFS_USE_DEFAULTS "Use defaults"
  138. #define S_NETPREFS_PREFNICK "Preferred nicks:"
  139. #define S_NETPREFS_ADD_BUTTON "Add"
  140. #define S_NETPREFS_REMOVE_BUTTON "Remove"
  141. #define S_NETPREFS_IDENT "Ident: "
  142. #define S_NETPREFS_REALNAME "Real name: "
  143. #define S_NETPREFS_FALLBACK1 "falling back to "
  144. #define S_NETPREFS_FALLBACK2 " other"
  145. #define S_NETPREFS_FALLBACK2_PLURAL "s"
  146. #define S_NETPREFS_ADDNET_TITLE "Add network"
  147. #define S_NETPREFS_DUPENET_TITLE "Duplicate network"
  148. #define S_NETPREFS_NET_PROMPT "Network name: "
  149. #define S_NETPREFS_ADDNICK_TITLE "Add nickname"
  150. #define S_NETPREFS_ADDNICK_PROMPT "Nickname: "
  151. // network windows
  152. #define S_NETWORK_WINDOW_TITLE "Network setup"
  153. #define S_SERVERPREFS_TITLE "Servers"
  154. // notify list
  155. #define S_NOTIFYLIST_QUERY_ITEM "Query"
  156. #define S_NOTIFYLIST_WHOIS_ITEM "Whois"
  157. #define S_NOTIFYLIST_REMOVE_ITEM "Remove"
  158. #define S_NOTIFYLIST_DCC_ITEM "DCC chat"
  159. // command parser
  160. #define S_PCMD_PARAMETER_ERROR "Error: Invalid parameters"
  161. #define S_PCMD_SEND_TITLE "Sending a file to "
  162. #define S_PCMD_SEND_BUTTON "Send"
  163. #define S_PCMD_TRY_NEW_NICK "*** Trying new nick "
  164. #define S_PCMD_SET_BOOL_SUCCESS "Bool has been set"
  165. #define S_PCMD_SET_BOOL_FAILURE "Error setting bool"
  166. #define S_PCMD_DNS1 "Resolved "
  167. #define S_PCMD_DNS2 " to "
  168. #define S_PCMD_DNS_ERROR "Unable to resolve "
  169. #define S_PCMD_PEXEC_ERROR "/pexec: command failed"
  170. #define S_PCMD_VIS_UPTIME "Vision has been running for "
  171. // ctcp parser
  172. #define S_PCTCP_RESPONSE " response"
  173. #define S_PCTCP_SECOND "second"
  174. #define S_PCTCP_SECOND_PLURAL "seconds"
  175. // numerics parser
  176. #define S_PENUM_CURMODE "[x] your current mode is: "
  177. #define S_PENUM_WHOWAS "[was]"
  178. #define S_PENUM_IDLE "Idle: "
  179. #define S_PENUM_SIGNON "Signon: "
  180. #define S_PENUM_WHOIS_CHANNELS "[x] Channels: "
  181. #define S_PENUM_CHANMODE "*** Channel mode for "
  182. #define S_PENUM_MLOCK "*** Channel lock for "
  183. #define S_PENUM_CHANCREATED "created"
  184. #define S_PENUM_NO_TOPIC "[x] No topic set in "
  185. #define S_PENUM_DISP_TOPIC "*** Topic: "
  186. #define S_PENUM_TOPIC_SET_BY "*** Topic set by "
  187. #define S_PENUM_INVITING " has been invited to "
  188. #define S_PENUM_NAMEREPLY "*** Users in "
  189. #define S_PENUM_SERVER_MOTD "- Server Message Of The Day:"
  190. #define S_PENUM_RECON_SUCCESS "[@] Successful reconnect"
  191. #define S_PENUM_NICKINUSE1 "* Nickname \""
  192. #define S_PENUM_NICKINUSE2 "\" in use or unavailable.. trying \""
  193. #define S_PENUM_NICKINUSE3 "[x] Nickname/Channel "
  194. #define S_PENUM_NICKINUSE4 " is already in use or unavailable."
  195. #define S_PENUM_ALLNICKSUSED1 "* All your pre-selected nicknames are in use."
  196. #define S_PENUM_ALLNICKSUSED2 "* Please type /NICK <NEWNICK> to try another."
  197. #define S_PENUM_NOTINCHANNEL " is not in "
  198. #define S_PENUM_ME_NOTINCHANNEL "[x] You're not in "
  199. #define S_PENUM_ALREADYINCHANNEL " is already in "
  200. #define S_PENUM_KEY_ALREADY_SET "[x] Channel key already set in "
  201. #define S_PENUM_UNKNOWNCHANMODE "[x] Unknown channel mode: '"
  202. #define S_PENUM_INVITE_ONLY " (invite only)"
  203. #define S_PENUM_BANNED " (you're banned)"
  204. #define S_PENUM_BADCHANKEY " (bad channel key)"
  205. #define S_PENUM_UNKNOWNMODE "[x] Unknown MODE flag."
  206. // events parser
  207. #define S_PEVENTS_UMODE_CHANGE "*** User mode changed: "
  208. #define S_PEVENTS_INVITE1 "*** You have been invited to "
  209. #define S_PEVENTS_INVITE2 " by "
  210. #define S_PEVENTS_SILENCE_ADDED "*** Hostmask added to SILENCE list: "
  211. #define S_PEVENTS_SILENCE_REMOVED "*** Hostmask removed from SILENCE list: "
  212. // app prefs
  213. #define S_PREFAPP_VERSION_PARANOID "Show OS information in version reply"
  214. #define S_PREFAPP_CMDW "Require double CMD+Q/W to close"
  215. #define S_PREFAPP_STRIP_MIRC "Strip mIRC colors"
  216. #define S_PREFAPP_WARN_MULTILINE "Warn when multiline pasting"
  217. #define S_PREFAPP_QUERY_MSG "Open new query on message"
  218. // color prefs
  219. #define S_PREFCOLOR_TEXT "Text"
  220. #define S_PREFCOLOR_BACKGROUND "Background"
  221. #define S_PREFCOLOR_URL "URL"
  222. #define S_PREFCOLOR_SERVERTEXT "Server text"
  223. #define S_PREFCOLOR_NOTICE "Notice"
  224. #define S_PREFCOLOR_ACTION "Action"
  225. #define S_PREFCOLOR_QUIT "Quit"
  226. #define S_PREFCOLOR_ERROR "Error"
  227. #define S_PREFCOLOR_NICK_EDGES "Nickname edges"
  228. #define S_PREFCOLOR_UNICK_EDGES "User nickname edges"
  229. #define S_PREFCOLOR_NICK_TEXT "Nickname text"
  230. #define S_PREFCOLOR_JOIN "Join"
  231. #define S_PREFCOLOR_KICK "Kick"
  232. #define S_PREFCOLOR_WHOIS "Whois"
  233. #define S_PREFCOLOR_NAMES_NORM "Names (normal)"
  234. #define S_PREFCOLOR_NAMES_OP "Names (OP)"
  235. #define S_PREFCOLOR_NAMES_HELP "Names (helper)"
  236. #define S_PREFCOLOR_NAMES_VOICE "Names (voice)"
  237. #define S_PREFCOLOR_NAMES_SEL "Names selection"
  238. #define S_PREFCOLOR_NAMES_BG "Names background"
  239. #define S_PREFCOLOR_CTCP_REQ "CTCP request"
  240. #define S_PREFCOLOR_CTCP_RPY "CTCP reply"
  241. #define S_PREFCOLOR_IGNORE "Ignore"
  242. #define S_PREFCOLOR_INPUT_TXT "Input text"
  243. #define S_PREFCOLOR_INPUT_BG "Input background"
  244. #define S_PREFCOLOR_WLIST_NORM "Winlist normal status"
  245. #define S_PREFCOLOR_WLIST_TXT "Winlist text status"
  246. #define S_PREFCOLOR_WLIST_NICK "Winlist nick alert status"
  247. #define S_PREFCOLOR_WLIST_SEL "Winlist selection status"
  248. #define S_PREFCOLOR_WLIST_EVT "Winlist event status"
  249. #define S_PREFCOLOR_WLIST_BG "Winlist background"
  250. #define S_PREFCOLOR_WALLOPS "Wallops"
  251. #define S_PREFCOLOR_TIMESTAMP "Timestamp"
  252. #define S_PREFCOLOR_TIMESTAMP_BG "Timestamp background"
  253. #define S_PREFCOLOR_SELECTION "Selection"
  254. #define S_PREFCOLOR_MIRCWHITE "mIRC white"
  255. #define S_PREFCOLOR_MIRCBLACK "mIRC black"
  256. #define S_PREFCOLOR_MIRCDBLUE "mIRC dark blue"
  257. #define S_PREFCOLOR_MIRCGREEN "mIRC green"
  258. #define S_PREFCOLOR_MIRCRED "mIRC red"
  259. #define S_PREFCOLOR_MIRCBROWN "mIRC brown"
  260. #define S_PREFCOLOR_MIRCPURPLE "mIRC purple"
  261. #define S_PREFCOLOR_MIRCORANGE "mIRC orange"
  262. #define S_PREFCOLOR_MIRCYELLOW "mIRC yellow"
  263. #define S_PREFCOLOR_MIRCLIME "mIRC lime"
  264. #define S_PREFCOLOR_MIRCTEAL "mIRC teal"
  265. #define S_PREFCOLOR_MIRCAQUA "mIRC aqua"
  266. #define S_PREFCOLOR_MIRCLBLUE "mIRC light blue"
  267. #define S_PREFCOLOR_MIRCPINK "mIRC pink"
  268. #define S_PREFCOLOR_MIRCGREY "mIRC grey"
  269. #define S_PREFCOLOR_MIRCSILVER "mIRC silver"
  270. #define S_PREFCOLOR_NOTIFY_ON "Notify online"
  271. #define S_PREFCOLOR_NOTIFY_OFF "Notify offline"
  272. #define S_PREFCOLOR_NOTIFY_BG "Notify list background"
  273. #define S_PREFCOLOR_NOTIFY_SEL "Notify list selection"
  274. #define S_PREFCOLOR_REVERT "Revert"
  275. // command prefs
  276. #define S_PREFCOMMAND_QUIT "Quit:"
  277. #define S_PREFCOMMAND_KICK "Kick:"
  278. #define S_PREFCOMMAND_IGNORE "Ignore:"
  279. #define S_PREFCOMMAND_UNIGNORE "Unignore:"
  280. #define S_PREFCOMMAND_AWAY "Away:"
  281. #define S_PREFCOMMAND_BACK "Back:"
  282. #define S_PREFCOMMAND_UPTIME "Uptime:"
  283. // dcc prefs
  284. #define S_PREFDCC_BLOCK_SIZE "DCC block size: "
  285. #define S_PREFDCC_AUTOACK "Automatically accept incoming sends"
  286. #define S_PREFDCC_PRIVATE "Automatically check for NAT IP"
  287. #define S_PREFDCC_DEFPATH "Default path: "
  288. #define S_PREFDCC_PORTRANGE "DCC port range"
  289. #define S_PREFDCC_PORTMIN "Min: "
  290. #define S_PREFDCC_PORTMAX "Max: "
  291. // event prefs
  292. #define S_PREFEVENT_JOIN "Join:"
  293. #define S_PREFEVENT_PART "Part:"
  294. #define S_PREFEVENT_NICK "Nick:"
  295. #define S_PREFEVENT_QUIT "Quit:"
  296. #define S_PREFEVENT_KICK "Kick:"
  297. #define S_PREFEVENT_TOPIC "Topic:"
  298. #define S_PREFEVENT_SNOTICE "Server notice:"
  299. #define S_PREFEVENT_UNOTICE "User notice:"
  300. #define S_PREFEVENT_NOTIFYON "Notify on:"
  301. #define S_PREFEVENT_NOTIFYOFF "Notify off:"
  302. // font prefs
  303. #define S_PREFFONT_TEXT "Text"
  304. #define S_PREFFONT_SMESSAGES "Server messages"
  305. #define S_PREFFONT_URLS "URLs"
  306. #define S_PREFFONT_NAMESLIST "Names list"
  307. #define S_PREFFONT_INPUT_TEXT "Input text"
  308. #define S_PREFFONT_WINLIST "Window list"
  309. #define S_PREFFONT_CHANLIST "Channel list"
  310. #define S_PREFFONT_TSTAMP "Timestamp"
  311. #define S_PREFFONT_FONTLABEL "Font: "
  312. #define S_PREFFONT_SIZELABEL "Size: "
  313. // log prefs
  314. #define S_PREFLOG_LOGPATH "Log base path:"
  315. #define S_PREFLOG_TS_FORMAT "Timestamp format:"
  316. #define S_PREFLOG_SHOW_TIMESTAMP "Show timestamps in IRC window"
  317. #define S_PREFLOG_USE_LOGGING "Enable logging"
  318. #define S_PREFLOG_LOG_TIMESTAMP "Append timestamp to log filenames"
  319. #define S_PREFLOG_ALERT_TITLE "Error"
  320. #define S_PREFLOG_ALERT_TEXT "The log path you have entered is invalid."
  321. #define S_PREFLOG_ALERT_BUTTON "OK"
  322. #define S_PREFLOG_DELETE_LOGS "Delete Log Files"
  323. // main prefs view
  324. #define S_PREFGEN_APP_ITEM "Application"
  325. #define S_PREFGEN_COLOR_ITEM "Colors"
  326. #define S_PREFGEN_FONT_ITEM "Fonts"
  327. #define S_PREFGEN_COMMAND_ITEM "Commands"
  328. #define S_PREFGEN_EVENT_ITEM "Events"
  329. #define S_PREFGEN_DCC_ITEM "DCC"
  330. #define S_PREFGEN_LOG_ITEM "Logging"
  331. // preferences window
  332. #define S_PREFSWIN_TITLE "Preferences"
  333. // server agent
  334. #define S_SERVER_ATTEMPT1 "[@] Attempting to "
  335. #define S_SERVER_ATTEMPT2 "re"
  336. #define S_SERVER_ATTEMPT3 "connect (attempt "
  337. #define S_SERVER_ATTEMPT4 " of "
  338. #define S_SERVER_ATTEMPT5 "[@] Attempting a connection to "
  339. #define S_SERVER_CONN_ERROR1 "[@] Could not create connection to address and port. Make sure your internet connection is operational."
  340. #define S_SERVER_CONN_ERROR2 "[@] Could not establish a connection to the server. Sorry."
  341. #define S_SERVER_CONN_OPEN "[@] Connection open, waiting for reply from server"
  342. #define S_SERVER_LOCALIP_ERROR "[@] Error getting local IP"
  343. #define S_SERVER_LOCALIP "[@] Local IP: "
  344. #define S_SERVER_PROXY_MSG "[@] (It looks like you are behind an internet gateway. Vision will query the IRC server upon successful connection for your gateway's internet address. This will be used for DCC communication.)"
  345. #define S_SERVER_PASS_MSG "[@] Sending password"
  346. #define S_SERVER_HANDSHAKE "[@] Handshaking"
  347. #define S_SERVER_ESTABLISH "[@] Established"
  348. #define S_SERVER_RETRY_LIMIT "[@] Retry limit reached; giving up. Type /reconnect if you want to give it another go."
  349. #define S_SERVER_DISCONNECT "[@] Disconnected from "
  350. #define S_SERVER_DISCON_STATUS "Disconnected"
  351. #define S_SERVER_CONN_PROBLEM "CONNECTION PROBLEM"
  352. #define S_SERVER_LAG_DISABLED "Disabled"
  353. #define S_SERVER_DCC_CHAT_PROMPT " wants to begin a DCC chat with you."
  354. #define S_SERVER_WAITING_RETRY "[@] Waiting "
  355. #define S_SERVER_WAITING_SECONDS " second"
  356. #define S_SERVER_WAITING_PLURAL "s"
  357. #define S_SERVER_WAITING_ENDING " before next attempt"
  358. // server entry window
  359. #define S_SERVERWIN_TITLE "Add server"
  360. #define S_SERVERWIN_SERVER "Server: "
  361. #define S_SERVERWIN_PORT "Port: "
  362. #define S_SERVERWIN_MENU1 "Choose status"
  363. #define S_SERVERWIN_MENU_PRI "Primary"
  364. #define S_SERVERWIN_MENU_SEC "Secondary"
  365. #define S_SERVERWIN_MENU_DIS "Disabled"
  366. #define S_SERVERWIN_STATE "State: "
  367. #define S_SERVERWIN_DONE_BUTTON "Done"
  368. #define S_SERVERWIN_CANCEL_BUTTON "Cancel"
  369. #define S_SERVERWIN_PASS_CHECK "Use password: "
  370. // setup window
  371. #define S_SETUP_TITLE "Setup window"
  372. #define S_SETUP_CONNECT_BUTTON "Connect"
  373. #define S_SETUP_NETPREFS "Network setup"
  374. #define S_SETUP_GENPREFS "Preferences"
  375. #define S_SETUP_CHOOSENET "Choose network"
  376. #define S_SETUP_CHOOSELABEL "Network: "
  377. // status bar
  378. #define S_STATUS_LAG "Lag: "
  379. #define S_STATUS_USERS "Users: "
  380. #define S_STATUS_OPS "Ops: "
  381. #define S_STATUS_MODES "Modes: "
  382. #define S_STATUS_LISTCOUNT "Count: "
  383. #define S_STATUS_LISTSTAT "Status: "
  384. #define S_STATUS_LISTFILTER "Filter: "
  385. // window list
  386. #define S_WINLIST_CLOSE_ITEM "Close"
  387. #endif _VISIONSTRINGS_H_