VisionStrings.h.pt 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444
  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 "*** Agora falando em "
  29. #define S_CHANNEL_REJOIN "*** Tentando reconectar "
  30. #define S_CHANNEL_RECON_REJOIN "[@] Tentando reconectar"
  31. #define S_CHANNEL_GOT_KICKED "*** Você foi chutado de "
  32. #define S_CHANNEL_GOT_KICKED2 "por"
  33. #define S_CHANNEL_SET_MODE " colocou modo "
  34. // channel options
  35. #define S_CHANOPTS_TITLE " Opções"
  36. #define S_CHANOPTS_OPID1 "Você agora é um operador de canal. "
  37. #define S_CHANOPTS_OPID2 "Talvez você queira mudar algumas dessas opções."
  38. // client agent
  39. #define S_CLIENT_DCC_SUCCESS "Completado "
  40. #define S_CLIENT_DCC_FAILED "Terminado "
  41. #define S_CLIENT_DCC_SENDTYPE "envio de "
  42. #define S_CLIENT_DCC_RECVTYPE "recebimento de "
  43. #define S_CLIENT_DCC_TO " para "
  44. #define S_CLIENT_DCC_FROM " de "
  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 "Sobre"
  49. #define S_CW_APP_PREFS "Preferências"
  50. #define S_CW_APP_CHANLIST "Listar Canais"
  51. #define S_CW_APP_TERMINAL "Novo Terminal"
  52. #define S_CW_APP_QUIT "Sair"
  53. #define S_CW_SERVER_MENU "Servidor"
  54. #define S_CW_SERVER_CONNECT "Conectar em"
  55. #define S_CW_SERVER_SETUP "Configurar"
  56. #define S_CW_EDIT_MENU "Editar"
  57. #define S_CW_EDIT_CUT "Reortar"
  58. #define S_CW_EDIT_COPY "Copiar"
  59. #define S_CW_EDIT_PASTE "Colar"
  60. #define S_CW_EDIT_SELECT_ALL "Selecionar Tudo"
  61. #define S_CW_WINDOW_MENU "Janela"
  62. #define S_CW_WINDOW_PART "Fechar Subjanela"
  63. #define S_CW_WINDOW_UP "Acima"
  64. #define S_CW_WINDOW_DOWN "Abaixo"
  65. #define S_CW_WINDOW_SM_UP "Primeira"
  66. #define S_CW_WINDOW_SM_DOWN "Última"
  67. #define S_CW_WINDOW_NETWORK "Janela da Rede"
  68. #define S_CW_WINDOW_PREVIOUS "Janela Anterior"
  69. #define S_CW_WINDOW_NET_UP "Mover Rede p/ Cima"
  70. #define S_CW_WINDOW_NET_DOWN "Mover Rede p/ Baixo"
  71. #define S_CW_WINDOW_COLLAPSE "Colapsar Rede"
  72. #define S_CW_WINDOW_EXPAND "Expandir Rede"
  73. // client window dock
  74. #define S_CWD_WINLIST_HEADER "Lista de Janelas"
  75. #define S_CWD_NOTIFY_HEADER "Lista de Notificação"
  76. // DCC messages
  77. #define S_DCC_SPEED "bps: "
  78. #define S_DCC_ESTABLISH_ERROR "Não foi possível estabelecer conexão."
  79. #define S_DCC_ESTABLISH_SUCCEEDED "Conexão estabelecida."
  80. #define S_DCC_CONNECT_TO_SENDER "Conectando-se ao ."
  81. #define S_DCC_RECV1 "Recebendo \""
  82. #define S_DCC_RECV2 "\" de "
  83. #define S_DCC_SEND1 "Enviando \""
  84. #define S_DCC_SEND2 "\" para "
  85. #define S_DCC_LOCK_ACQUIRE "Adquirindo DCC lock" //conferir
  86. #define S_DCC_ACK_WAIT "Aguardando aceitação"
  87. #define S_DCC_LISTEN_CALL "Fazendo chamada de espera."
  88. #define S_DCC_WAIT_FOR_CONNECTION "Aguardando conexão "
  89. #define S_DCC_WRITE_ERROR "Erro ao escrever dados."
  90. #define S_DCC_SOCKET_ERROR "Erro ao criar pacote.\n"
  91. #define S_DCC_BIND_ERROR "Erro ao ligar pacote.\n" //error binding socket
  92. #define S_DCC_CONN_ERROR "Erro ao conectar pacote.\n"
  93. #define S_DCC_CHAT_LISTEN "Aceitando conexão no endereço "
  94. #define S_DCC_CHAT_TRY "Tentando se conectar ao endereço "
  95. #define S_DCC_CHAT_PORT ", porta "
  96. #define S_DCC_CHAT_CONNECTED "Conectado!\n"
  97. #define S_DCC_CHAT_TERM "DCC Chat Terminado.\n"
  98. // list agent
  99. #define S_LIST_MENU "Canais"
  100. #define S_LIST_MENU_FIND "Procurar"
  101. #define S_LIST_MENU_FINDNEXT "Procurar próximo"
  102. #define S_LIST_MENU_FILTER "Filtrar"
  103. #define S_LIST_COLUMN_CHAN "Canal"
  104. #define S_LIST_COLUMN_USER "Usuários"
  105. #define S_LIST_COLUMN_TOPIC "Tópico"
  106. #define S_LIST_STATUS_LOADING "Carregando"
  107. #define S_LIST_STATUS_DONE "OK"
  108. #define S_LIST_PROMPT_TITLE "Procurar"
  109. #define S_LIST_PROMPT_LABEL " Procurar:"
  110. // network prefs -- server list
  111. #define S_PREFSERVER_STATUS_COLUMN "Condição"
  112. #define S_PREFSERVER_SERVER_COLUMN "Servidor"
  113. #define S_PREFSERVER_PORT_COLUMN "Porta"
  114. #define S_PREFSERVER_ADD_BUTTON "Adicionar"
  115. #define S_PREFSERVER_REMOVE_BUTTON "Remover"
  116. #define S_PREFSERVER_EDIT_BUTTON "Editar"
  117. #define S_PREFSERVER_DESC1 "Legenda: "
  118. #define S_PREFSERVER_DESC2 " * = primário"
  119. #define S_PREFSERVER_DESC3 " + = secundário (fallback)"
  120. #define S_PREFSERVER_DESC4 " - = desabilitado"
  121. #define S_PREFSERVER_OK_BUTTON "OK"
  122. #define S_PREFSERVER_SEL_STRING "Escolha os servidores para "
  123. // network prefs -- main view
  124. #define S_NETPREFS_NETMENU "Redes"
  125. #define S_NETPREFS_DEFAULTS_ITEM "Padrões"
  126. #define S_NETPREFS_ADD_NEW "Adicionar Novo"
  127. #define S_NETPREFS_REMOVE "Remover atual"
  128. #define S_NETPREFS_DUPE "Duplicar atual"
  129. #define S_NETPREFS_NET_BOX "Detalhes da Rede"
  130. #define S_NETPREFS_PERSONAL_BOX "Detalhes Pessoais"
  131. #define S_NETPREFS_CONN1 "Se conectará em"
  132. #define S_NETPREFS_CONN2 "reconectará em outros 9."
  133. #define S_NETPREFS_CHANGE_SERVER "Mudar servidores"
  134. #define S_NETPREFS_AUTOEXEC "Autoexec:"
  135. #define S_NETPREFS_LAG_CHECK "Habilitar "
  136. #define S_NETPREFS_STARTUP_CONN "Conectar nesta rede quando o Vision iniciar"
  137. #define S_NETPREFS_USE_DEFAULTS "Usar Padrões"
  138. #define S_NETPREFS_PREFNICK "Apelidos Preferidos:"
  139. #define S_NETPREFS_ADD_BUTTON "Adicionar"
  140. #define S_NETPREFS_REMOVE_BUTTON "Remover"
  141. #define S_NETPREFS_IDENT "Ident: "
  142. #define S_NETPREFS_REALNAME "Nome real: "
  143. #define S_NETPREFS_FALLBACK1 "e reconectará em " //fallback
  144. #define S_NETPREFS_FALLBACK2 " outro"
  145. #define S_NETPREFS_FALLBACK2_PLURAL "s"
  146. #define S_NETPREFS_ADDNET_TITLE "Adicionar Rede"
  147. #define S_NETPREFS_DUPENET_TITLE "Duplicar Rede"
  148. #define S_NETPREFS_NET_PROMPT "Nome da Rede: "
  149. #define S_NETPREFS_ADDNICK_TITLE "Adicionar Apelido"
  150. #define S_NETPREFS_ADDNICK_PROMPT "Apelido: "
  151. // network windows
  152. #define S_NETWORK_WINDOW_TITLE "Configuração da Rede"
  153. #define S_SERVERPREFS_TITLE "Servidores"
  154. // notify list
  155. #define S_NOTIFYLIST_QUERY_ITEM "Pvt"
  156. #define S_NOTIFYLIST_WHOIS_ITEM "Whois"
  157. #define S_NOTIFYLIST_REMOVE_ITEM "Remover"
  158. #define S_NOTIFYLIST_DCC_ITEM "DCC Chat"
  159. // command parser
  160. #define S_PCMD_PARAMETER_ERROR "Erro: Parâmetros Inválidos"
  161. #define S_PCMD_SEND_TITLE "Enviando um arquivo para "
  162. #define S_PCMD_SEND_BUTTON "Enviar"
  163. #define S_PCMD_TRY_NEW_NICK "*** Tentando novo apelido "
  164. #define S_PCMD_SET_BOOL_SUCCESS "Bool foi colocado" // bool has been set
  165. #define S_PCMD_SET_BOOL_FAILURE "Erro ao colocar bool"
  166. #define S_PCMD_DNS1 "Resolvido "
  167. #define S_PCMD_DNS2 " para "
  168. #define S_PCMD_DNS_ERROR "Impossível resolver "
  169. #define S_PCMD_PEXEC_ERROR "/pexec: comando falhou"
  170. #define S_PCMD_VIS_UPTIME "Vision está rodando há "
  171. // ctcp parser
  172. #define S_PCTCP_RESPONSE " resposta"
  173. #define S_PCTCP_SECOND "segundo"
  174. #define S_PCTCP_SECOND_PLURAL "segundos"
  175. // numerics parser
  176. #define S_PENUM_CURMODE "[x] seu modo atual é: "
  177. #define S_PENUM_WHOWAS "[era]"
  178. #define S_PENUM_IDLE "Idle: "
  179. #define S_PENUM_SIGNON "Signon: "
  180. #define S_PENUM_WHOIS_CHANNELS "[x] Canais: "
  181. #define S_PENUM_CHANMODE "*** Modo do canal para "
  182. #define S_PENUM_MLOCK "*** Canal fechado para " // lock to
  183. #define S_PENUM_CHANCREATED "criado"
  184. #define S_PENUM_NO_TOPIC "[x] Nenhum tópico feito"
  185. #define S_PENUM_DISP_TOPIC "*** Tópico: "
  186. #define S_PENUM_TOPIC_SET_BY "*** Tópico feito por "
  187. #define S_PENUM_INVITING " foi convidado para "
  188. #define S_PENUM_NAMEREPLY "*** Usuários em "
  189. #define S_PENUM_SERVER_MOTD "- Mensagem do Dia do Servidor:"
  190. #define S_PENUM_RECON_SUCCESS "[@] Reconectado com sucesso"
  191. #define S_PENUM_NICKINUSE1 "* Apelido \""
  192. #define S_PENUM_NICKINUSE2 "\" em uso ou não disponível.. tentando \""
  193. #define S_PENUM_NICKINUSE3 "[x] Apelido/Canal "
  194. #define S_PENUM_NICKINUSE4 " já está em uso ou não disponível."
  195. #define S_PENUM_ALLNICKSUSED1 "* Todos seus apelidos pré-selecionados estão em uso."
  196. #define S_PENUM_ALLNICKSUSED2 "* Por favor, digite /NICK <NovoApelido> para tentar um outro."
  197. #define S_PENUM_NOTINCHANNEL " não está em "
  198. #define S_PENUM_ME_NOTINCHANNEL "[x] Você não está em "
  199. #define S_PENUM_ALREADYINCHANNEL " já está em "
  200. #define S_PENUM_KEY_ALREADY_SET "[x] Chave de canal já colocada "
  201. #define S_PENUM_UNKNOWNCHANMODE "[x] Modo de canal desconhecido: '"
  202. #define S_PENUM_INVITE_ONLY " (somente convidado)"
  203. #define S_PENUM_BANNED " (você está banido)"
  204. #define S_PENUM_BADCHANKEY " (chave de canal errada)" //bad channel key
  205. #define S_PENUM_UNKNOWNMODE "[x] Parâmetro do MODE desconhecido."
  206. // events parser
  207. #define S_PEVENTS_UMODE_CHANGE "*** Modo do usuário mudado: "
  208. #define S_PEVENTS_INVITE1 "*** Você foi convidado para "
  209. #define S_PEVENTS_INVITE2 " por "
  210. #define S_PEVENTS_SILENCE_ADDED "*** Hostmask adicionou à lista SILENCE: "
  211. #define S_PEVENTS_SILENCE_REMOVED "*** Hostmask removeu da lista SILENCE: "
  212. // app prefs
  213. #define S_PREFAPP_VERSION_PARANOID "Mostra informação do sistema na resposta do version"
  214. #define S_PREFAPP_CMDW "Cmd+W fecha o Vision"
  215. #define S_PREFAPP_STRIP_MIRC "Ignora Cores do mIRC"
  216. #define S_PREFAPP_WARN_MULTILINE "Avisar antes de colar muitas linhas"
  217. #define S_PREFAPP_QUERY_MSG "Abrir novo pvt ao receber mensagem" // open new query on message
  218. // color prefs
  219. #define S_PREFCOLOR_TEXT "Texto"
  220. #define S_PREFCOLOR_BACKGROUND "Fundo"
  221. #define S_PREFCOLOR_URL "URL"
  222. #define S_PREFCOLOR_SERVERTEXT "Texto do Servidor"
  223. #define S_PREFCOLOR_NOTICE "Notificação"
  224. #define S_PREFCOLOR_ACTION "Ação"
  225. #define S_PREFCOLOR_QUIT "Saída"
  226. #define S_PREFCOLOR_ERROR "Erro"
  227. #define S_PREFCOLOR_NICK_EDGES "Bordas do Nick"
  228. #define S_PREFCOLOR_UNICK_EDGES "Bordas do Nick do Usuário"
  229. #define S_PREFCOLOR_NICK_TEXT "Texto do Apelido"
  230. #define S_PREFCOLOR_JOIN "Entrada"
  231. #define S_PREFCOLOR_KICK "Kick"
  232. #define S_PREFCOLOR_WHOIS "Whois"
  233. #define S_PREFCOLOR_NAMES_NORM "Nomes (Normal)"
  234. #define S_PREFCOLOR_NAMES_OP "Nomes (Op)"
  235. #define S_PREFCOLOR_NAMES_HELP "Nomes (Ajuda)"
  236. #define S_PREFCOLOR_NAMES_VOICE "Nomes (Voice)"
  237. #define S_PREFCOLOR_NAMES_SEL "Nomes seleção"
  238. #define S_PREFCOLOR_NAMES_BG "Nomes Fundo"
  239. #define S_PREFCOLOR_CTCP_REQ "Solicitação CTCP" //verificar
  240. #define S_PREFCOLOR_CTCP_RPY "Resposta CTCP" //verificar
  241. #define S_PREFCOLOR_IGNORE "Ignoramento"
  242. #define S_PREFCOLOR_INPUT_TXT "Texto de Digitação"
  243. #define S_PREFCOLOR_INPUT_BG "Texto de Digitação (fundo)"
  244. #define S_PREFCOLOR_WLIST_NORM "Winlist status normal"
  245. #define S_PREFCOLOR_WLIST_TXT "Winlist status do texto"
  246. #define S_PREFCOLOR_WLIST_NICK "Winlist status de alerta do nick"
  247. #define S_PREFCOLOR_WLIST_SEL "Winlist status da seleção"
  248. #define S_PREFCOLOR_WLIST_EVT "Winlist status do evento"
  249. #define S_PREFCOLOR_WLIST_BG "Winlist fundo"
  250. #define S_PREFCOLOR_WALLOPS "Wallops" //verificar
  251. #define S_PREFCOLOR_TIMESTAMP "Hora da mensagem"
  252. #define S_PREFCOLOR_TIMESTAMP_BG "Hora da mensagem(fundo)"
  253. #define S_PREFCOLOR_SELECTION "Seleção"
  254. #define S_PREFCOLOR_MIRCWHITE "mIRC Branco"
  255. #define S_PREFCOLOR_MIRCBLACK "mIRC Preto"
  256. #define S_PREFCOLOR_MIRCDBLUE "mIRC Azul Escuro"
  257. #define S_PREFCOLOR_MIRCGREEN "mIRC Verde"
  258. #define S_PREFCOLOR_MIRCRED "mIRC Vermelho"
  259. #define S_PREFCOLOR_MIRCBROWN "mIRC Marrom"
  260. #define S_PREFCOLOR_MIRCPURPLE "mIRC Roxo"
  261. #define S_PREFCOLOR_MIRCORANGE "mIRC Laranja"
  262. #define S_PREFCOLOR_MIRCYELLOW "mIRC Amarelo"
  263. #define S_PREFCOLOR_MIRCLIME "mIRC Lima"
  264. #define S_PREFCOLOR_MIRCTEAL "mIRC Teal"
  265. #define S_PREFCOLOR_MIRCAQUA "mIRC Água"
  266. #define S_PREFCOLOR_MIRCLBLUE "mIRC Azul Claro"
  267. #define S_PREFCOLOR_MIRCPINK "mIRC Rosa"
  268. #define S_PREFCOLOR_MIRCGREY "mIRC Cinza"
  269. #define S_PREFCOLOR_MIRCSILVER "mIRC Prata"
  270. #define S_PREFCOLOR_NOTIFY_ON "Notificação de usuário Online"
  271. #define S_PREFCOLOR_NOTIFY_OFF "Notificação de usuário Offline"
  272. #define S_PREFCOLOR_NOTIFY_BG "Lista de Notificação (fundo)"
  273. #define S_PREFCOLOR_NOTIFY_SEL "Lista de Notificação (seleção)"
  274. #define S_PREFCOLOR_REVERT "Reverter"
  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 "Tamanho do bloco do DCC: "
  285. #define S_PREFDCC_AUTOACK "Aceitar automaticamente arquivos enviados"
  286. #define S_PREFDCC_PRIVATE "Verificar automaticamento IPs NAT"
  287. #define S_PREFDCC_DEFPATH "Caminho padrão: "
  288. #define S_PREFDCC_PORTRANGE "Alcance da Porta DCC"
  289. #define S_PREFDCC_PORTMIN "Min: "
  290. #define S_PREFDCC_PORTMAX "Max: "
  291. // event prefs
  292. #define S_PREFEVENT_JOIN "Entrar:"
  293. #define S_PREFEVENT_PART "Deixar:"
  294. #define S_PREFEVENT_NICK "Nick:"
  295. #define S_PREFEVENT_QUIT "Sair:"
  296. #define S_PREFEVENT_KICK "Chute:"
  297. #define S_PREFEVENT_TOPIC "Tópico:"
  298. #define S_PREFEVENT_SNOTICE "Notificação do servidor:"
  299. #define S_PREFEVENT_UNOTICE "Notificação do usuário:"
  300. #define S_PREFEVENT_NOTIFYON "Entrada de usuário"
  301. #define S_PREFEVENT_NOTIFYOFF "Saída de usuário"
  302. // font prefs
  303. #define S_PREFFONT_TEXT "Texto"
  304. #define S_PREFFONT_SMESSAGES "Mensagens do Servidor"
  305. #define S_PREFFONT_URLS "URLs"
  306. #define S_PREFFONT_NAMESLIST "Lista de Nomes"
  307. #define S_PREFFONT_INPUT_TEXT "Texto de Entrada"
  308. #define S_PREFFONT_WINLIST "Lista de Janelas"
  309. #define S_PREFFONT_CHANLIST "Lista de Canais"
  310. #define S_PREFFONT_TSTAMP "Hora"
  311. #define S_PREFFONT_FONTLABEL "Fonte: "
  312. #define S_PREFFONT_SIZELABEL "Tamanho: "
  313. // log prefs
  314. #define S_PREFLOG_LOGPATH "Caminho base dos logs:"
  315. #define S_PREFLOG_TS_FORMAT "Formato da hora:"
  316. #define S_PREFLOG_SHOW_TIMESTAMP "Mostrar hora na janela do IRC"
  317. #define S_PREFLOG_USE_LOGGING "Ativar gravação de logs"
  318. #define S_PREFLOG_LOG_TIMESTAMP "Anexar hora no nome dos arquivos de log"
  319. #define S_PREFLOG_ALERT_TITLE "Erro"
  320. #define S_PREFLOG_ALERT_TEXT "O caminho do log que que você digitou é inválido."
  321. #define S_PREFLOG_ALERT_BUTTON "OK"
  322. // main prefs view
  323. #define S_PREFGEN_APP_ITEM "Aplicação"
  324. #define S_PREFGEN_COLOR_ITEM "Cores"
  325. #define S_PREFGEN_FONT_ITEM "Fontes"
  326. #define S_PREFGEN_COMMAND_ITEM "Comandos"
  327. #define S_PREFGEN_EVENT_ITEM "Eventos"
  328. #define S_PREFGEN_DCC_ITEM "DCC"
  329. #define S_PREFGEN_LOG_ITEM "Logando" //logging
  330. // preferences window
  331. #define S_PREFSWIN_TITLE "Preferências"
  332. // server agent
  333. #define S_SERVER_ATTEMPT1 "[@] Tentando "
  334. #define S_SERVER_ATTEMPT2 "re"
  335. #define S_SERVER_ATTEMPT3 "conectar-se (tentativa "
  336. #define S_SERVER_ATTEMPT4 " de "
  337. #define S_SERVER_ATTEMPT5 "[@] Tentando uma conexão com "
  338. #define S_SERVER_CONN_ERROR1 "[@] Não foi possível criar conexão para o endereço ou porta. Certifique-se que sua conexão à Internet está operacional."
  339. #define S_SERVER_CONN_ERROR2 "[@] Não foi possível estabelece uma conexão com o servidor."
  340. #define S_SERVER_CONN_OPEN "[@] Conexão aberta, aguardando resposta do servidor"
  341. #define S_SERVER_LOCALIP_ERROR "[@] Erro obtendo IP local"
  342. #define S_SERVER_LOCALIP "[@] IP Local: "
  343. #define S_SERVER_PROXY_MSG "[@] (Me parece que você está sob um gateway Internet. O Vision pedirá ao seu servidor de IRC o seu endereço IP da conexão com a Internet quando a conexão for bem sucedida. Essa informação será usada para comunicação DCC.)"
  344. #define S_SERVER_PASS_MSG "[@] Enviando senha"
  345. #define S_SERVER_HANDSHAKE "[@] Cumprimentando servidor"
  346. #define S_SERVER_ESTABLISH "[@] Conectado"
  347. #define S_SERVER_RETRY_LIMIT "[@] Tempo de tentativa alcançado; desistindo. Digite /reconnect caso queira tentar de novo."
  348. #define S_SERVER_DISCONNECT "[@] Desconectado de "
  349. #define S_SERVER_DISCON_STATUS "Desconectado"
  350. #define S_SERVER_CONN_PROBLEM "PROBLEMA NA CONEXÃO"
  351. #define S_SERVER_LAG_DISABLED "Desabilitado"
  352. #define S_SERVER_DCC_CHAT_PROMPT " quer iniciar um DCC chat com você."
  353. #define S_SERVER_WAITING_RETRY "[@] Aguardando "
  354. #define S_SERVER_WAITING_SECONDS " segundo"
  355. #define S_SERVER_WAITING_PLURAL "s"
  356. #define S_SERVER_WAITING_ENDING " até a próxima tentativa"
  357. // server entry window
  358. #define S_SERVERWIN_TITLE "Adicionar Servidor"
  359. #define S_SERVERWIN_SERVER "Servidor: "
  360. #define S_SERVERWIN_PORT "Porta: "
  361. #define S_SERVERWIN_MENU1 "Escolha a prioridade"
  362. #define S_SERVERWIN_MENU_PRI "Primário"
  363. #define S_SERVERWIN_MENU_SEC "Secundário"
  364. #define S_SERVERWIN_MENU_DIS "Desbilitado"
  365. #define S_SERVERWIN_STATE "Estado: "
  366. #define S_SERVERWIN_DONE_BUTTON "Ok"
  367. #define S_SERVERWIN_CANCEL_BUTTON "Cancela"
  368. #define S_SERVERWIN_PASS_CHECK "Usar Senha: "
  369. // setup window
  370. #define S_SETUP_TITLE "Configurações"
  371. #define S_SETUP_CONNECT_BUTTON "Conectar"
  372. #define S_SETUP_NETPREFS "Configurações de Rede"
  373. #define S_SETUP_GENPREFS "Preferências"
  374. #define S_SETUP_CHOOSENET "Escolha a rede"
  375. #define S_SETUP_CHOOSELABEL "Rede: "
  376. // status bar
  377. #define S_STATUS_LAG "Lag: "
  378. #define S_STATUS_USERS "Usuários: "
  379. #define S_STATUS_OPS "Ops: "
  380. #define S_STATUS_MODES "Modos: "
  381. #define S_STATUS_LISTCOUNT "Count: " //onde tá isso ?
  382. #define S_STATUS_LISTSTAT "Condição: "
  383. #define S_STATUS_LISTFILTER "Filtro: "
  384. // window list
  385. #define S_WINLIST_CLOSE_ITEM "Fechar"
  386. #endif _VISIONSTRINGS_H_