Commit f60ee775711d49e9348f88f4f00317f5d39d04fb

Authored by Perry Werneck
1 parent 8798c205

Ajustes para empacotamento windows.

Showing 3 changed files with 74 additions and 67 deletions   Show diff stats
Makefile.in
... ... @@ -99,6 +99,7 @@ $(BINRLS)/%.a: \
99 99  
100 100 $(BINRLS)/plugins/%@DLLEXT@: \
101 101 $(DEPENDS) \
  102 + $(BINRLS)/libpw3270cpp.a \
102 103 ./src/plugins/%/*
103 104  
104 105 @$(MAKE) -C src/plugins/$(basename $(notdir $@)) $@
... ... @@ -187,6 +188,7 @@ $(BINDIR)/%.png: \
187 188 all: \
188 189 $(BINRLS)/lib3270@DLLEXT@ \
189 190 $(BINRLS)/$(PACKAGE_TARNAME)@EXEEXT@ \
  191 + $(BINRLS)/libpw3270cpp.a \
190 192 $(foreach PLG, $(PLUGINS), $(BINRLS)/plugins/$(PLG)@DLLEXT@) \
191 193 $(BINDIR)/$(PACKAGE_NAME).png \
192 194 $(BINDIR)/$(PACKAGE_NAME)-logo.png \
... ... @@ -234,6 +236,11 @@ install-app: \
234 236 @$(MAKE) -C ui install
235 237 @$(MAKE) -C locale install
236 238  
  239 +$(BINRLS)/libpw3270cpp.a: \
  240 + src/libpw3270cpp/*
  241 +
  242 + @$(MAKE) -C src/libpw3270cpp Release
  243 +
237 244 install-sdk:
238 245  
239 246 @$(MAKE) -C sdk install
... ...
locale/pt_BR.po
... ... @@ -5,7 +5,7 @@ msgid ""
5 5 msgstr ""
6 6 "Project-Id-Version: pw3270 5.0\n"
7 7 "Report-Msgid-Bugs-To: \n"
8   -"POT-Creation-Date: 2017-02-16 13:21-0200\n"
  8 +"POT-Creation-Date: 2017-03-21 15:58-0300\n"
9 9 "PO-Revision-Date: 2017-02-15 17:08-0200\n"
10 10 "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n"
11 11 "Language-Team: Português <perry.werneck@gmail.com>\n"
... ... @@ -24,8 +24,8 @@ msgstr &quot;&quot;
24 24 msgid " and <b>%s</b> for %s."
25 25 msgstr " e <b>%s</b> para %s."
26 26  
27   -#: telnet.c:1059 connect.c:101 connect.c:117 connect.c:119 connect.c:572
28   -#: connect.c:589 ssl.c:265 ssl.c:318
  27 +#: telnet.c:1059 connect.c:103 connect.c:119 connect.c:121 connect.c:588
  28 +#: connect.c:605 ssl.c:265 ssl.c:318
29 29 #, c-format
30 30 msgid "%s"
31 31 msgstr "%s"
... ... @@ -231,7 +231,7 @@ msgstr &quot;Sobre a segurança&quot;
231 231 msgid "Ack received, data flowing"
232 232 msgstr "Confirmação recebida, transferindo dados"
233 233  
234   -#: paste.c:300
  234 +#: paste.c:301
235 235 msgid "Action failed"
236 236 msgstr "Ação falhou"
237 237  
... ... @@ -331,7 +331,7 @@ msgstr &quot;Aguardando para enviar pedido de cancelamento&quot;
331 331 msgid "Background"
332 332 msgstr "Fundo"
333 333  
334   -#: connect.c:176
  334 +#: connect.c:178
335 335 msgid "Bad winsock version"
336 336 msgstr "Versão winsock inválida"
337 337  
... ... @@ -399,7 +399,7 @@ msgstr &quot;Tema de c_ores:&quot;
399 399 msgid "C_onnect"
400 400 msgstr "_Conectar"
401 401  
402   -#: toggles.c:317 connect.c:363 connect.c:458
  402 +#: toggles.c:317 connect.c:378 connect.c:473
403 403 #, c-format
404 404 msgid "Can't %s network keep-alive"
405 405 msgstr "Não foi possível %s opção \"keep-alive\""
... ... @@ -409,12 +409,12 @@ msgstr &quot;Não foi possível %s opção \&quot;keep-alive\&quot;&quot;
409 409 msgid "Can't accept unnamed %s"
410 410 msgstr "Não posso aceitar elemento %s sem nome"
411 411  
412   -#: connect.c:109 connect.c:394
  412 +#: connect.c:111 connect.c:409
413 413 #, c-format
414 414 msgid "Can't connect to %s"
415 415 msgstr "Não foi possível conectar a %s"
416 416  
417   -#: connect.c:275 connect.c:428
  417 +#: connect.c:290 connect.c:443
418 418 #, c-format
419 419 msgid "Can't connect to %s:%s"
420 420 msgstr "Não foi possível conectar a %s:%s"
... ... @@ -428,7 +428,7 @@ msgstr &quot;Não foi possível converter a linha %d de %s para %s&quot;
428 428 msgid "Can't cut rectangular regions"
429 429 msgstr "Recortar não permitido em seleção retangular"
430 430  
431   -#: connect.c:202
  431 +#: connect.c:217
432 432 #, c-format
433 433 msgid "Can't determine value for environment variable \"%s\" "
434 434 msgstr "Não consigo determinar o valor da variável de ambiente \"%s\" "
... ... @@ -530,11 +530,11 @@ msgstr &quot;Não foi possível definir o charset do host&quot;
530 530 msgid "Can't set lib3270 I/O handlers"
531 531 msgstr "Não foi possível registrar manipuladores de I/O 3270"
532 532  
533   -#: connect.c:588
  533 +#: connect.c:604
534 534 msgid "Can't set socket to blocking mode."
535 535 msgstr "Não foi possível mudar o socket para o modo blocante."
536 536  
537   -#: connect.c:588
  537 +#: connect.c:604
538 538 msgid "Can't set socket to non blocking mode"
539 539 msgstr "Não foi possível setar o socket para o modo não blocante."
540 540  
... ... @@ -546,7 +546,7 @@ msgstr &quot;Não foi possível iniciar transferência de arquivo&quot;
546 546 msgid "Can't start file transfer."
547 547 msgstr "Não foi possível iniciar transferência de arquivo."
548 548  
549   -#: connect.c:177
  549 +#: connect.c:179
550 550 #, c-format
551 551 msgid "Can't use winsock version %d.%d"
552 552 msgstr "Não é possível usar a Winsock versão %d.%d"
... ... @@ -654,13 +654,13 @@ msgstr &quot;Configurar host&quot;
654 654 msgid "Connect on startup"
655 655 msgstr "Conectar ao iniciar"
656 656  
657   -#: connect.c:200 connect.c:296 connect.c:305 connect.c:367 connect.c:382
658   -#: connect.c:398 connect.c:412 connect.c:432 connect.c:446 connect.c:462
659   -#: connect.c:557
  657 +#: connect.c:215 connect.c:311 connect.c:320 connect.c:382 connect.c:397
  658 +#: connect.c:413 connect.c:427 connect.c:447 connect.c:461 connect.c:477
  659 +#: connect.c:573
660 660 msgid "Connection error"
661 661 msgstr "Erro de conexão"
662 662  
663   -#: connect.c:114
  663 +#: connect.c:116
664 664 msgid "Connection failed"
665 665 msgstr "Conexão falhou"
666 666  
... ... @@ -1071,7 +1071,7 @@ msgstr &quot;Manter selecionado&quot;
1071 1071 msgid "Key usage does not include certificate signing"
1072 1072 msgstr "Uso da chave não permite assinatura de certificados"
1073 1073  
1074   -#: paste.c:302
  1074 +#: paste.c:303
1075 1075 msgid "Keyboard is locked"
1076 1076 msgstr "Teclado está bloqueado"
1077 1077  
... ... @@ -1124,7 +1124,7 @@ msgstr &quot;Ação \&quot;move\&quot; precisa dos atributos \&quot;target\&quot; e \&quot;direction\&quot;&quot;
1124 1124 msgid "Mustard"
1125 1125 msgstr "Mostarda"
1126 1126  
1127   -#: telnet.c:347 iocalls.c:376 iocalls.c:483 connect.c:96
  1127 +#: telnet.c:347 iocalls.c:376 iocalls.c:483 connect.c:98
1128 1128 msgid "Network error"
1129 1129 msgstr "Erro de rede"
1130 1130  
... ... @@ -1132,7 +1132,7 @@ msgstr &quot;Erro de rede&quot;
1132 1132 msgid "Network keep alive"
1133 1133 msgstr "Network keep alive"
1134 1134  
1135   -#: connect.c:164 connect.c:175
  1135 +#: connect.c:166 connect.c:177
1136 1136 msgid "Network startup error"
1137 1137 msgstr "Erro ao iniciar a rede"
1138 1138  
... ... @@ -1622,7 +1622,7 @@ msgstr &quot;Erro SSL&quot;
1622 1622 msgid "SSL Read error"
1623 1623 msgstr "Erro de leitura SSL"
1624 1624  
1625   -#: connect.c:333
  1625 +#: connect.c:348
1626 1626 msgid "SSL error"
1627 1627 msgstr "Erro SSL"
1628 1628  
... ... @@ -1855,7 +1855,7 @@ msgstr &quot;Skip this transfer, keep the file on queue.&quot;
1855 1855 msgid "Smart paste"
1856 1856 msgstr "Colar inteligente"
1857 1857  
1858   -#: connect.c:570 connect.c:587
  1858 +#: connect.c:586 connect.c:603
1859 1859 msgid "Socket error"
1860 1860 msgstr "Erro no socket"
1861 1861  
... ... @@ -2209,7 +2209,7 @@ msgstr &quot;&quot;
2209 2209 msgid "This program requires GTK version %d.%d.%d"
2210 2210 msgstr "Este programa precisa do GTK versão %d.%d.%d"
2211 2211  
2212   -#: connect.c:335
  2212 +#: connect.c:350
2213 2213 #, c-format
2214 2214 msgid ""
2215 2215 "This version of %s was built without support for secure sockets layer (SSL)."
... ... @@ -2303,7 +2303,7 @@ msgstr &quot;UTF-8&quot;
2303 2303 msgid "Uknown DFT Open type from host"
2304 2304 msgstr "Host enviou código de abertura DFT desconhecido"
2305 2305  
2306   -#: connect.c:334
  2306 +#: connect.c:349
2307 2307 msgid "Unable to connect to secure hosts"
2308 2308 msgstr "Não é possível conectar em servidores seguros"
2309 2309  
... ... @@ -2320,7 +2320,7 @@ msgstr &quot;&quot;
2320 2320 msgid "Unable to decrypt certificate's signature"
2321 2321 msgstr "Incapaz de decifrar a assinatura do certificado"
2322 2322  
2323   -#: connect.c:201
  2323 +#: connect.c:216
2324 2324 msgid "Unable to find selected hostname."
2325 2325 msgstr "Não consegui encontrar o host selecionado."
2326 2326  
... ... @@ -2328,7 +2328,7 @@ msgstr &quot;Não consegui encontrar o host selecionado.&quot;
2328 2328 msgid "Unable to get certificate CRL"
2329 2329 msgstr "Unable to get certificate CRL"
2330 2330  
2331   -#: connect.c:97
  2331 +#: connect.c:99
2332 2332 msgid "Unable to get connection state."
2333 2333 msgstr "Não foi possível obter o estado da conexão."
2334 2334  
... ... @@ -2340,7 +2340,7 @@ msgstr &quot;Não foi possível obter emissor do certificado&quot;
2340 2340 msgid "Unable to get local issuer certificate"
2341 2341 msgstr "Unable to get local issuer certificate"
2342 2342  
2343   -#: paste.c:301
  2343 +#: paste.c:302
2344 2344 msgid "Unable to paste text"
2345 2345 msgstr "Incapaz de colar texto"
2346 2346  
... ... @@ -2370,7 +2370,7 @@ msgstr &quot;Erro SSL &lt;b&gt;%ld&lt;/b&gt; inesperado&quot;
2370 2370 msgid "Unexpected action attribute in <%s>"
2371 2371 msgstr "Atributo inesperado \"action\" em <%s>"
2372 2372  
2373   -#: paste.c:302
  2373 +#: paste.c:303
2374 2374 msgid "Unexpected error"
2375 2375 msgstr "Erro inesperado"
2376 2376  
... ... @@ -2465,7 +2465,7 @@ msgstr &quot;Variável&quot;
2465 2465 msgid "Version %s-%s"
2466 2466 msgstr "Versão %s-%s"
2467 2467  
2468   -#: connect.c:165
  2468 +#: connect.c:167
2469 2469 msgid "WSAStartup failed"
2470 2470 msgstr "WSAStartup falhou"
2471 2471  
... ... @@ -2722,23 +2722,23 @@ msgstr &quot;um atributo \&quot;action\&quot;&quot;
2722 2722 msgid "bracket"
2723 2723 msgstr "bracket"
2724 2724  
2725   -#: toggles.c:317 connect.c:363 connect.c:458
  2725 +#: toggles.c:317 connect.c:378 connect.c:473
2726 2726 msgid "disable"
2727 2727 msgstr "desabilitar"
2728 2728  
2729   -#: toggles.c:317 connect.c:363 connect.c:458
  2729 +#: toggles.c:317 connect.c:378 connect.c:473
2730 2730 msgid "enable"
2731 2731 msgstr "habilitar"
2732 2732  
2733   -#: connect.c:571
  2733 +#: connect.c:587
2734 2734 msgid "fcntl() error when getting socket state."
2735 2735 msgstr "erro fcntl() ao obter estado do socket."
2736 2736  
2737   -#: connect.c:383 connect.c:558
  2737 +#: connect.c:398 connect.c:574
2738 2738 msgid "ioctlsocket(FIONBIO) failed."
2739 2739 msgstr "ioctlsocket(FIONBIO) failed."
2740 2740  
2741   -#: connect.c:413 connect.c:447
  2741 +#: connect.c:428 connect.c:462
2742 2742 msgid "setsockopt(SO_OOBINLINE) has failed"
2743 2743 msgstr "setsockopt(SO_OOBINLINE) has failed"
2744 2744  
... ...
locale/pw3270.pot
... ... @@ -9,7 +9,7 @@ msgstr &quot;&quot;
9 9 "#-#-#-#-# lib3270.pot (PACKAGE VERSION) #-#-#-#-#\n"
10 10 "Project-Id-Version: PACKAGE VERSION\n"
11 11 "Report-Msgid-Bugs-To: \n"
12   -"POT-Creation-Date: 2017-02-16 13:31-0200\n"
  12 +"POT-Creation-Date: 2017-03-21 16:09-0300\n"
13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14 14 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15 15 "Language-Team: LANGUAGE <LL@li.org>\n"
... ... @@ -20,7 +20,7 @@ msgstr &quot;&quot;
20 20 "#-#-#-#-# pw3270.pot (PACKAGE VERSION) #-#-#-#-#\n"
21 21 "Project-Id-Version: PACKAGE VERSION\n"
22 22 "Report-Msgid-Bugs-To: \n"
23   -"POT-Creation-Date: 2017-02-16 13:31-0200\n"
  23 +"POT-Creation-Date: 2017-03-21 16:09-0300\n"
24 24 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
25 25 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
26 26 "Language-Team: LANGUAGE <LL@li.org>\n"
... ... @@ -45,8 +45,8 @@ msgstr &quot;&quot;
45 45 msgid " and <b>%s</b> for %s."
46 46 msgstr ""
47 47  
48   -#: telnet.c:1059 connect.c:101 connect.c:117 connect.c:119 connect.c:572
49   -#: connect.c:589 ssl.c:265 ssl.c:318
  48 +#: telnet.c:1059 connect.c:103 connect.c:119 connect.c:121 connect.c:588
  49 +#: connect.c:605 ssl.c:265 ssl.c:318
50 50 #, c-format
51 51 msgid "%s"
52 52 msgstr ""
... ... @@ -242,7 +242,7 @@ msgstr &quot;&quot;
242 242 msgid "Ack received, data flowing"
243 243 msgstr ""
244 244  
245   -#: paste.c:300
  245 +#: paste.c:301
246 246 msgid "Action failed"
247 247 msgstr ""
248 248  
... ... @@ -336,7 +336,7 @@ msgstr &quot;&quot;
336 336 msgid "Background"
337 337 msgstr ""
338 338  
339   -#: connect.c:176
  339 +#: connect.c:178
340 340 msgid "Bad winsock version"
341 341 msgstr ""
342 342  
... ... @@ -404,7 +404,7 @@ msgstr &quot;&quot;
404 404 msgid "C_onnect"
405 405 msgstr ""
406 406  
407   -#: toggles.c:317 connect.c:363 connect.c:458
  407 +#: toggles.c:317 connect.c:378 connect.c:473
408 408 #, c-format
409 409 msgid "Can't %s network keep-alive"
410 410 msgstr ""
... ... @@ -414,12 +414,12 @@ msgstr &quot;&quot;
414 414 msgid "Can't accept unnamed %s"
415 415 msgstr ""
416 416  
417   -#: connect.c:109 connect.c:394
  417 +#: connect.c:111 connect.c:409
418 418 #, c-format
419 419 msgid "Can't connect to %s"
420 420 msgstr ""
421 421  
422   -#: connect.c:275 connect.c:428
  422 +#: connect.c:290 connect.c:443
423 423 #, c-format
424 424 msgid "Can't connect to %s:%s"
425 425 msgstr ""
... ... @@ -433,7 +433,7 @@ msgstr &quot;&quot;
433 433 msgid "Can't cut rectangular regions"
434 434 msgstr ""
435 435  
436   -#: connect.c:202
  436 +#: connect.c:217
437 437 #, c-format
438 438 msgid "Can't determine value for environment variable \"%s\" "
439 439 msgstr ""
... ... @@ -529,11 +529,11 @@ msgstr &quot;&quot;
529 529 msgid "Can't set lib3270 I/O handlers"
530 530 msgstr ""
531 531  
532   -#: connect.c:588
  532 +#: connect.c:604
533 533 msgid "Can't set socket to blocking mode."
534 534 msgstr ""
535 535  
536   -#: connect.c:588
  536 +#: connect.c:604
537 537 msgid "Can't set socket to non blocking mode"
538 538 msgstr ""
539 539  
... ... @@ -545,7 +545,7 @@ msgstr &quot;&quot;
545 545 msgid "Can't start file transfer."
546 546 msgstr ""
547 547  
548   -#: connect.c:177
  548 +#: connect.c:179
549 549 #, c-format
550 550 msgid "Can't use winsock version %d.%d"
551 551 msgstr ""
... ... @@ -647,13 +647,13 @@ msgstr &quot;&quot;
647 647 msgid "Connect on startup"
648 648 msgstr ""
649 649  
650   -#: connect.c:200 connect.c:296 connect.c:305 connect.c:367 connect.c:382
651   -#: connect.c:398 connect.c:412 connect.c:432 connect.c:446 connect.c:462
652   -#: connect.c:557
  650 +#: connect.c:215 connect.c:311 connect.c:320 connect.c:382 connect.c:397
  651 +#: connect.c:413 connect.c:427 connect.c:447 connect.c:461 connect.c:477
  652 +#: connect.c:573
653 653 msgid "Connection error"
654 654 msgstr ""
655 655  
656   -#: connect.c:114
  656 +#: connect.c:116
657 657 msgid "Connection failed"
658 658 msgstr ""
659 659  
... ... @@ -1041,7 +1041,7 @@ msgstr &quot;&quot;
1041 1041 msgid "Key usage does not include certificate signing"
1042 1042 msgstr ""
1043 1043  
1044   -#: paste.c:302
  1044 +#: paste.c:303
1045 1045 msgid "Keyboard is locked"
1046 1046 msgstr ""
1047 1047  
... ... @@ -1094,7 +1094,7 @@ msgstr &quot;&quot;
1094 1094 msgid "Mustard"
1095 1095 msgstr ""
1096 1096  
1097   -#: telnet.c:347 iocalls.c:376 iocalls.c:483 connect.c:96
  1097 +#: telnet.c:347 iocalls.c:376 iocalls.c:483 connect.c:98
1098 1098 msgid "Network error"
1099 1099 msgstr ""
1100 1100  
... ... @@ -1102,7 +1102,7 @@ msgstr &quot;&quot;
1102 1102 msgid "Network keep alive"
1103 1103 msgstr ""
1104 1104  
1105   -#: connect.c:164 connect.c:175
  1105 +#: connect.c:166 connect.c:177
1106 1106 msgid "Network startup error"
1107 1107 msgstr ""
1108 1108  
... ... @@ -1583,7 +1583,7 @@ msgstr &quot;&quot;
1583 1583 msgid "SSL Read error"
1584 1584 msgstr ""
1585 1585  
1586   -#: connect.c:333
  1586 +#: connect.c:348
1587 1587 msgid "SSL error"
1588 1588 msgstr ""
1589 1589  
... ... @@ -1812,7 +1812,7 @@ msgstr &quot;&quot;
1812 1812 msgid "Smart paste"
1813 1813 msgstr ""
1814 1814  
1815   -#: connect.c:570 connect.c:587
  1815 +#: connect.c:586 connect.c:603
1816 1816 msgid "Socket error"
1817 1817 msgstr ""
1818 1818  
... ... @@ -2104,7 +2104,7 @@ msgstr &quot;&quot;
2104 2104 msgid "This program requires GTK version %d.%d.%d"
2105 2105 msgstr ""
2106 2106  
2107   -#: connect.c:335
  2107 +#: connect.c:350
2108 2108 #, c-format
2109 2109 msgid ""
2110 2110 "This version of %s was built without support for secure sockets layer (SSL)."
... ... @@ -2198,7 +2198,7 @@ msgstr &quot;&quot;
2198 2198 msgid "Uknown DFT Open type from host"
2199 2199 msgstr ""
2200 2200  
2201   -#: connect.c:334
  2201 +#: connect.c:349
2202 2202 msgid "Unable to connect to secure hosts"
2203 2203 msgstr ""
2204 2204  
... ... @@ -2214,7 +2214,7 @@ msgstr &quot;&quot;
2214 2214 msgid "Unable to decrypt certificate's signature"
2215 2215 msgstr ""
2216 2216  
2217   -#: connect.c:201
  2217 +#: connect.c:216
2218 2218 msgid "Unable to find selected hostname."
2219 2219 msgstr ""
2220 2220  
... ... @@ -2222,7 +2222,7 @@ msgstr &quot;&quot;
2222 2222 msgid "Unable to get certificate CRL"
2223 2223 msgstr ""
2224 2224  
2225   -#: connect.c:97
  2225 +#: connect.c:99
2226 2226 msgid "Unable to get connection state."
2227 2227 msgstr ""
2228 2228  
... ... @@ -2234,7 +2234,7 @@ msgstr &quot;&quot;
2234 2234 msgid "Unable to get local issuer certificate"
2235 2235 msgstr ""
2236 2236  
2237   -#: paste.c:301
  2237 +#: paste.c:302
2238 2238 msgid "Unable to paste text"
2239 2239 msgstr ""
2240 2240  
... ... @@ -2264,7 +2264,7 @@ msgstr &quot;&quot;
2264 2264 msgid "Unexpected action attribute in <%s>"
2265 2265 msgstr ""
2266 2266  
2267   -#: paste.c:302
  2267 +#: paste.c:303
2268 2268 msgid "Unexpected error"
2269 2269 msgstr ""
2270 2270  
... ... @@ -2359,7 +2359,7 @@ msgstr &quot;&quot;
2359 2359 msgid "Version %s-%s"
2360 2360 msgstr ""
2361 2361  
2362   -#: connect.c:165
  2362 +#: connect.c:167
2363 2363 msgid "WSAStartup failed"
2364 2364 msgstr ""
2365 2365  
... ... @@ -2598,23 +2598,23 @@ msgstr &quot;&quot;
2598 2598 msgid "bracket"
2599 2599 msgstr ""
2600 2600  
2601   -#: toggles.c:317 connect.c:363 connect.c:458
  2601 +#: toggles.c:317 connect.c:378 connect.c:473
2602 2602 msgid "disable"
2603 2603 msgstr ""
2604 2604  
2605   -#: toggles.c:317 connect.c:363 connect.c:458
  2605 +#: toggles.c:317 connect.c:378 connect.c:473
2606 2606 msgid "enable"
2607 2607 msgstr ""
2608 2608  
2609   -#: connect.c:571
  2609 +#: connect.c:587
2610 2610 msgid "fcntl() error when getting socket state."
2611 2611 msgstr ""
2612 2612  
2613   -#: connect.c:383 connect.c:558
  2613 +#: connect.c:398 connect.c:574
2614 2614 msgid "ioctlsocket(FIONBIO) failed."
2615 2615 msgstr ""
2616 2616  
2617   -#: connect.c:413 connect.c:447
  2617 +#: connect.c:428 connect.c:462
2618 2618 msgid "setsockopt(SO_OOBINLINE) has failed"
2619 2619 msgstr ""
2620 2620  
... ...