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