Commit 3b4001a1aa176d150d7be5d1a86b2827201c4552
1 parent
349616ab
Exists in
master
and in
2 other branches
Fixing locales.
Showing
6 changed files
with
571 additions
and
90 deletions
Show diff stats
Makefile.in
... | ... | @@ -170,7 +170,7 @@ $(OBJRLS)/%.o: \ |
170 | 170 | |
171 | 171 | #---[ Misc Rules ]----------------------------------------------------------------------- |
172 | 172 | |
173 | -$(POTDIR)/$(PACKAGE_NAME)/%.pot: \ | |
173 | +$(POTDIR)/%.pot: \ | |
174 | 174 | %.c |
175 | 175 | |
176 | 176 | @echo $(notdir $@) ... |
... | ... | @@ -186,7 +186,7 @@ $(POTDIR)/$(PACKAGE_NAME)/%.pot: \ |
186 | 186 | $< |
187 | 187 | @touch $@ |
188 | 188 | |
189 | -$(POTDIR)/$(PACKAGE_NAME)/%.pot: \ | |
189 | +$(POTDIR)/%.pot: \ | |
190 | 190 | %.xml |
191 | 191 | |
192 | 192 | @echo $(notdir $@) ... |
... | ... | @@ -197,7 +197,7 @@ $(POTDIR)/$(PACKAGE_NAME)/%.pot: \ |
197 | 197 | $< |
198 | 198 | @touch $@ |
199 | 199 | |
200 | -$(POTDIR)/$(PACKAGE_NAME)/%.pot: \ | |
200 | +$(POTDIR)/%.pot: \ | |
201 | 201 | %.rc |
202 | 202 | |
203 | 203 | @echo $< ... |
... | ... | @@ -324,11 +324,11 @@ install-icons: |
324 | 324 | #---[ Misc Targets ]--------------------------------------------------------------------- |
325 | 325 | |
326 | 326 | locale/$(PACKAGE_NAME).pot: \ |
327 | - $(foreach SRC, $(basename $(COMMON_SOURCES)), $(POTDIR)/$(PACKAGE_NAME)/$(SRC).pot) \ | |
328 | - $(foreach SRC, $(basename $($(wildcard $(srcdir)/src/objects/os/linux/*.c))), $(POTDIR)/$(PACKAGE_NAME)/$(SRC).linux.pot) \ | |
329 | - $(foreach SRC, $(basename $($(wildcard $(srcdir)/src/objects/os/windows/*.c))), $(POTDIR)/$(PACKAGE_NAME)/$(SRC).windows.pot) \ | |
330 | - $(foreach SRC, $(basename $($(wildcard $(srcdir)/src/objects/os/macos/*.c))), $(POTDIR)/$(PACKAGE_NAME)/$(SRC).macos.pot) \ | |
331 | - $(foreach SRC, $(basename $(wildcard $(srcdir)/ui/*.xml)), $(POTDIR)/$(PACKAGE_NAME)/$(SRC).pot) | |
327 | + $(foreach SRC, $(basename $(COMMON_SOURCES)), $(POTDIR)/$(SRC).pot) \ | |
328 | + $(foreach SRC, $(basename $(wildcard $(srcdir)/src/objects/os/linux/*.c)), $(POTDIR)/$(SRC).pot) \ | |
329 | + $(foreach SRC, $(basename $(wildcard $(srcdir)/src/objects/os/windows/*.c)), $(POTDIR)/$(SRC).pot) \ | |
330 | + $(foreach SRC, $(basename $(wildcard $(srcdir)/src/objects/os/macos/*.c)), $(POTDIR)/$(SRC).pot) \ | |
331 | + $(foreach SRC, $(basename $(wildcard $(srcdir)/ui/*.xml)), $(POTDIR)/$(SRC).pot) | |
332 | 332 | |
333 | 333 | @rm -f $@ |
334 | 334 | @$(MKDIR) $(@D) | ... | ... |
locale/Makefile.in
... | ... | @@ -37,8 +37,8 @@ PACKAGE_VERSION=@PACKAGE_VERSION@ |
37 | 37 | PACKAGE_TARNAME=@PACKAGE_TARNAME@ |
38 | 38 | PRODUCT_NAME=@PRODUCT_NAME@ |
39 | 39 | |
40 | -BASEDIR=@BASEDIR@ | |
41 | -BINDIR=$(BASEDIR)/.bin/locale | |
40 | +BUILDDIR=@BUILDDIR@ | |
41 | +BINDIR=$(BUILDDIR)/.bin/locale | |
42 | 42 | |
43 | 43 | MKDIR=@MKDIR_P@ |
44 | 44 | MSGCAT=@MSGCAT@ | ... | ... |
locale/pt_BR.po
... | ... | @@ -5,8 +5,8 @@ msgid "" |
5 | 5 | msgstr "" |
6 | 6 | "Project-Id-Version: pw3270 5.0\n" |
7 | 7 | "Report-Msgid-Bugs-To: \n" |
8 | -"POT-Creation-Date: 2021-12-22 20:45-0300\n" | |
9 | -"PO-Revision-Date: 2021-11-22 22:00-0300\n" | |
8 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
9 | +"PO-Revision-Date: 2021-12-23 01:36-0300\n" | |
10 | 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" |
11 | 11 | "Language-Team: Brazilian Portuguese <perry.werneck@gmail.com>\n" |
12 | 12 | "Language: pt_BR\n" |
... | ... | @@ -37,7 +37,8 @@ msgstr "Linux 32 bits" |
37 | 37 | msgid "32 bits Windows" |
38 | 38 | msgstr "Windows 32 bits" |
39 | 39 | |
40 | -#: src/objects/actions/save.c:166 | |
40 | +#: src/objects/actions/save.c:166 src/objects/os/linux/savedesktopicon.c:267 | |
41 | +#: src/objects/os/windows/savedesktopicon.c:222 | |
41 | 42 | msgid "3270 session files" |
42 | 43 | msgstr "Arquivos de sessão TN3270" |
43 | 44 | |
... | ... | @@ -139,6 +140,10 @@ msgstr "Em baixo" |
139 | 140 | msgid "Can't load session file" |
140 | 141 | msgstr "Não foi possível carregar arquivo de sessão" |
141 | 142 | |
143 | +#: src/objects/os/windows/open.c:133 | |
144 | +msgid "Can't load session preferences" | |
145 | +msgstr "Não foi possível carregar preferências da sessão" | |
146 | + | |
142 | 147 | #: src/objects/settings/gsettings.c:128 |
143 | 148 | msgid "Can't load system settings" |
144 | 149 | msgstr "Não foi possível carregar configurações de sistema" |
... | ... | @@ -198,6 +203,10 @@ msgstr "Fechar a janela" |
198 | 203 | msgid "Close window" |
199 | 204 | msgstr "Fechar janela" |
200 | 205 | |
206 | +#: src/objects/os/linux/savedesktopicon.c:101 | |
207 | +msgid "Comment" | |
208 | +msgstr "Comentário" | |
209 | + | |
201 | 210 | #: src/objects/window/actions/connect.c:59 |
202 | 211 | msgid "Connect" |
203 | 212 | msgstr "Conectar" |
... | ... | @@ -245,6 +254,11 @@ msgstr "Copiar como texto" |
245 | 254 | msgid "Copyright © 2008 Banco do Brasil S.A." |
246 | 255 | msgstr "Copyright © 2008 Banco do Brasil S.A." |
247 | 256 | |
257 | +#: src/objects/os/linux/savedesktopicon.c:114 | |
258 | +#: src/objects/os/windows/savedesktopicon.c:107 | |
259 | +msgid "Create shortcut for the current session" | |
260 | +msgstr "Criar atalho para a sessão atual." | |
261 | + | |
248 | 262 | #: ui/windows.ui.xml:475 ui/windows.ui.xml:902 ui/linux.ui.xml:475 |
249 | 263 | #: ui/linux.ui.xml:902 |
250 | 264 | msgid "Cross hair cursor" |
... | ... | @@ -274,6 +288,10 @@ msgstr "Recortar" |
274 | 288 | msgid "Delete Field" |
275 | 289 | msgstr "Apagar campo" |
276 | 290 | |
291 | +#: src/objects/os/windows/savedesktopicon.c:80 | |
292 | +msgid "Description" | |
293 | +msgstr "Descrição" | |
294 | + | |
277 | 295 | #: ui/windows.ui.xml:808 ui/windows.ui.xml:1006 ui/linux.ui.xml:808 |
278 | 296 | #: ui/linux.ui.xml:1006 |
279 | 297 | msgid "Disconnect" |
... | ... | @@ -328,10 +346,18 @@ msgstr "Apagar até o final do campo" |
328 | 346 | msgid "Erase to end of line" |
329 | 347 | msgstr "Apagar até o final da linha" |
330 | 348 | |
349 | +#: src/objects/os/windows/open.c:140 | |
350 | +msgid "Error starting session" | |
351 | +msgstr "Erro iniciando sessão" | |
352 | + | |
331 | 353 | #: ui/windows.ui.xml:353 ui/linux.ui.xml:353 |
332 | 354 | msgid "Field attributes" |
333 | 355 | msgstr "Atributos de campo" |
334 | 356 | |
357 | +#: src/objects/os/windows/savedesktopicon.c:219 | |
358 | +msgid "File for session preferences" | |
359 | +msgstr "Arquivo para preferências da sessão" | |
360 | + | |
335 | 361 | #: ui/windows.ui.xml:470 ui/linux.ui.xml:470 |
336 | 362 | msgid "Full Screen" |
337 | 363 | msgstr "Tela cheia" |
... | ... | @@ -341,6 +367,10 @@ msgstr "Tela cheia" |
341 | 367 | msgid "Full screen" |
342 | 368 | msgstr "Tela cheia" |
343 | 369 | |
370 | +#: src/objects/os/linux/savedesktopicon.c:94 | |
371 | +msgid "Generic name" | |
372 | +msgstr "Nome genérico" | |
373 | + | |
344 | 374 | #: ui/windows.ui.xml:37 ui/windows.ui.xml:550 ui/linux.ui.xml:37 |
345 | 375 | #: ui/linux.ui.xml:550 |
346 | 376 | msgid "Help" |
... | ... | @@ -351,6 +381,8 @@ msgid "Host and Emulation settings" |
351 | 381 | msgstr "Configuração de servidor e emulação" |
352 | 382 | |
353 | 383 | #: src/objects/application/actions/about.c:111 src/objects/window/window.c:592 |
384 | +#: src/objects/os/linux/savedesktopicon.c:102 | |
385 | +#: src/objects/os/windows/savedesktopicon.c:269 | |
354 | 386 | msgid "IBM 3270 Terminal emulator" |
355 | 387 | msgstr "Emulador de terminal IBM 3270" |
356 | 388 | |
... | ... | @@ -434,7 +466,7 @@ msgstr "Altura do painel em linhas" |
434 | 466 | msgid "Keypad width in columns" |
435 | 467 | msgstr "Largura do painel em colunas" |
436 | 468 | |
437 | -#: src/main/builder.c:111 | |
469 | +#: src/main/builder.c:118 | |
438 | 470 | msgid "Keypads" |
439 | 471 | msgstr "Painéis" |
440 | 472 | |
... | ... | @@ -459,9 +491,8 @@ msgid "List of the available and unpacked actions" |
459 | 491 | msgstr "Lista de ações disponíveis ainda não empacotadas" |
460 | 492 | |
461 | 493 | #: src/objects/application/application.c:179 |
462 | -#, fuzzy | |
463 | 494 | msgid "Log name" |
464 | -msgstr "Nome do modelo" | |
495 | +msgstr "Nome do arquivo de log" | |
465 | 496 | |
466 | 497 | #: ui/windows.ui.xml:72 ui/linux.ui.xml:72 |
467 | 498 | msgid "Main Menu" |
... | ... | @@ -598,6 +629,11 @@ msgstr "Colar próximo" |
598 | 629 | msgid "Paste with left margin" |
599 | 630 | msgstr "Colar com margem esquerda" |
600 | 631 | |
632 | +#: src/objects/os/linux/savedesktopicon.c:71 | |
633 | +#: src/objects/os/windows/savedesktopicon.c:74 | |
634 | +msgid "Path for the new shortcut" | |
635 | +msgstr "Caminho para o novo atalho" | |
636 | + | |
601 | 637 | #: src/objects/toolbar/models.c:125 |
602 | 638 | msgid "Position" |
603 | 639 | msgstr "Posição" |
... | ... | @@ -668,6 +704,23 @@ msgstr "Salvar seleção" |
668 | 704 | msgid "Save session preferences" |
669 | 705 | msgstr "Salvar preferências da sessão" |
670 | 706 | |
707 | +#: src/objects/os/linux/savedesktopicon.c:113 | |
708 | +#: src/objects/os/windows/savedesktopicon.c:106 | |
709 | +msgid "Save session shortcut" | |
710 | +msgstr "Salvar atalho para a sessão" | |
711 | + | |
712 | +#: src/objects/os/linux/savedesktopicon.c:264 | |
713 | +msgid "Save to session filename" | |
714 | +msgstr "Salvar para arquivo de sessão" | |
715 | + | |
716 | +#: src/objects/os/linux/savedesktopicon.c:236 | |
717 | +msgid "Save to shortcut file" | |
718 | +msgstr "Salvar para arquivo de atalho" | |
719 | + | |
720 | +#: src/objects/os/windows/savedesktopicon.c:184 | |
721 | +msgid "Save to windows shortcut" | |
722 | +msgstr "Salvar para atalho windows" | |
723 | + | |
671 | 724 | #: ui/windows.ui.xml:416 ui/windows.ui.xml:1056 ui/linux.ui.xml:416 |
672 | 725 | #: ui/linux.ui.xml:1056 |
673 | 726 | msgid "Screen size" |
... | ... | @@ -725,7 +778,8 @@ msgstr "Sessão" |
725 | 778 | msgid "Session Trace" |
726 | 779 | msgstr "Trace da sessão" |
727 | 780 | |
728 | -#: src/objects/actions/save.c:63 | |
781 | +#: src/objects/actions/save.c:63 src/objects/os/linux/savedesktopicon.c:85 | |
782 | +#: src/objects/os/windows/savedesktopicon.c:94 | |
729 | 783 | msgid "Session file" |
730 | 784 | msgstr "Arquivo de sessão" |
731 | 785 | |
... | ... | @@ -739,7 +793,8 @@ msgstr "Sessão em nova aba" |
739 | 793 | msgid "Session in new window" |
740 | 794 | msgstr "Sessão em nova janela" |
741 | 795 | |
742 | -#: src/objects/actions/save.c:56 | |
796 | +#: src/objects/actions/save.c:56 src/objects/os/linux/savedesktopicon.c:77 | |
797 | +#: src/objects/os/windows/savedesktopicon.c:86 | |
743 | 798 | msgid "Session name" |
744 | 799 | msgstr "Nome da sessão" |
745 | 800 | |
... | ... | @@ -773,11 +828,20 @@ msgstr "Configurar barra de título" |
773 | 828 | msgid "Setup toolbar" |
774 | 829 | msgstr "Configurar barra de ferramentas" |
775 | 830 | |
831 | +#: src/objects/os/linux/savedesktopicon.c:70 | |
832 | +#: src/objects/os/windows/savedesktopicon.c:73 | |
833 | +msgid "Shortcut file" | |
834 | +msgstr "Arquivo de atalho" | |
835 | + | |
776 | 836 | #: ui/windows.ui.xml:159 ui/windows.ui.xml:626 ui/linux.ui.xml:159 |
777 | 837 | #: ui/linux.ui.xml:626 |
778 | 838 | msgid "Shortcut for this session" |
779 | 839 | msgstr "Atalho para essa sessão" |
780 | 840 | |
841 | +#: src/objects/os/linux/savedesktopicon.c:63 | |
842 | +msgid "Shortcut name" | |
843 | +msgstr "Nome do atalho" | |
844 | + | |
781 | 845 | #: ui/windows.ui.xml:510 ui/linux.ui.xml:510 |
782 | 846 | msgid "Show Underline" |
783 | 847 | msgstr "Mostrar sublinhado" |
... | ... | @@ -799,6 +863,10 @@ msgstr "Pequeno" |
799 | 863 | msgid "Smart paste" |
800 | 864 | msgstr "Colar inteligente" |
801 | 865 | |
866 | +#: src/objects/os/linux/savedesktopicon.c:239 | |
867 | +msgid "Standard desktop files" | |
868 | +msgstr "Arquivo de atalho padrão" | |
869 | + | |
802 | 870 | #: src/objects/settings/actionview.c:68 |
803 | 871 | msgid "Start" |
804 | 872 | msgstr "Inicio" |
... | ... | @@ -873,10 +941,14 @@ msgstr "Código identificando o tipo de interface do usuário" |
873 | 941 | msgid "The file to save the current session preferences" |
874 | 942 | msgstr "O arquivo com as preferências da sessão atual" |
875 | 943 | |
944 | +#: src/objects/os/linux/savedesktopicon.c:86 | |
945 | +#: src/objects/os/windows/savedesktopicon.c:95 | |
946 | +msgid "The file with the session preferences for this shortcut" | |
947 | +msgstr "O arquivo com as preferências da sessão para esse atalho" | |
948 | + | |
876 | 949 | #: src/objects/application/application.c:180 |
877 | -#, fuzzy | |
878 | 950 | msgid "The full path of the default log file" |
879 | -msgstr "Caminho completo do arquivo local" | |
951 | +msgstr "Caminho completo do arquivo default" | |
880 | 952 | |
881 | 953 | #: src/objects/actions/abstract.c:110 |
882 | 954 | msgid "The label for the action" |
... | ... | @@ -914,7 +986,8 @@ msgstr "O nome usado para ativar a ação" |
914 | 986 | msgid "The position of the keypad" |
915 | 987 | msgstr "A posição do painel" |
916 | 988 | |
917 | -#: src/objects/actions/save.c:57 | |
989 | +#: src/objects/actions/save.c:57 src/objects/os/linux/savedesktopicon.c:79 | |
990 | +#: src/objects/os/windows/savedesktopicon.c:88 | |
918 | 991 | msgid "The session name used in the window/tab title (empty for default)" |
919 | 992 | msgstr "" |
920 | 993 | "O nome da sessão usada no título da janela/aba. Vazio para usar o valor " |
... | ... | @@ -1003,6 +1076,11 @@ msgstr "" |
1003 | 1076 | "Não foi possível iniciar configuração de sistema. Aplicação pode falhar de " |
1004 | 1077 | "forma inesperada" |
1005 | 1078 | |
1079 | +#: src/objects/os/windows/open.c:137 | |
1080 | +#, c-format | |
1081 | +msgid "Unable to load session preferences from '%s'" | |
1082 | +msgstr "Incapaz de ler preferências de sessa de '%s'" | |
1083 | + | |
1006 | 1084 | #: ui/windows.ui.xml:291 ui/windows.ui.xml:800 ui/linux.ui.xml:291 |
1007 | 1085 | #: ui/linux.ui.xml:800 |
1008 | 1086 | msgid "Unselect" |
... | ... | @@ -1038,11 +1116,17 @@ msgstr "Portal do Software Público Brasileiro" |
1038 | 1116 | msgid "Window with default session" |
1039 | 1117 | msgstr "Janela com sessão padrão" |
1040 | 1118 | |
1119 | +#: src/objects/os/windows/savedesktopicon.c:187 | |
1120 | +msgid "Windows shortcuts" | |
1121 | +msgstr "Atalhos windows" | |
1122 | + | |
1041 | 1123 | #: src/objects/settings/dialog.c:79 |
1042 | 1124 | msgid "_Apply" |
1043 | 1125 | msgstr "_Aplicar" |
1044 | 1126 | |
1045 | 1127 | #: src/objects/actions/save.c:102 src/objects/settings/dialog.c:78 |
1128 | +#: src/objects/os/linux/savedesktopicon.c:174 | |
1129 | +#: src/objects/os/windows/savedesktopicon.c:132 | |
1046 | 1130 | msgid "_Cancel" |
1047 | 1131 | msgstr "_Cancelar" |
1048 | 1132 | |
... | ... | @@ -1090,7 +1174,8 @@ msgstr "_Preferências" |
1090 | 1174 | msgid "_Rename session" |
1091 | 1175 | msgstr "Renomear sessão" |
1092 | 1176 | |
1093 | -#: src/objects/actions/save.c:103 | |
1177 | +#: src/objects/actions/save.c:103 src/objects/os/linux/savedesktopicon.c:175 | |
1178 | +#: src/objects/os/windows/savedesktopicon.c:133 | |
1094 | 1179 | msgid "_Save" |
1095 | 1180 | msgstr "_Salvar" |
1096 | 1181 | |
... | ... | @@ -1537,9 +1622,6 @@ msgstr "translator-credits" |
1537 | 1622 | #~ msgid "Can't load plugin %s" |
1538 | 1623 | #~ msgstr "Não foi possível carregar plugin %s" |
1539 | 1624 | |
1540 | -#~ msgid "Can't load session preferences" | |
1541 | -#~ msgstr "Não foi possível carregar preferências da sessão" | |
1542 | - | |
1543 | 1625 | #~ msgid "Can't open \"%s\"" |
1544 | 1626 | #~ msgstr "Não foi possível abrir %s" |
1545 | 1627 | |
... | ... | @@ -1764,9 +1846,6 @@ msgstr "translator-credits" |
1764 | 1846 | #~ msgid "Command to execute" |
1765 | 1847 | #~ msgstr "Comando a executar" |
1766 | 1848 | |
1767 | -#~ msgid "Comment" | |
1768 | -#~ msgstr "Comentário" | |
1769 | - | |
1770 | 1849 | #~ msgid "Complete" |
1771 | 1850 | #~ msgstr "Completo" |
1772 | 1851 | |
... | ... | @@ -1791,9 +1870,6 @@ msgstr "translator-credits" |
1791 | 1870 | #~ msgid "Copiar tudo" |
1792 | 1871 | #~ msgstr "Copiar tudo" |
1793 | 1872 | |
1794 | -#~ msgid "Create shortcut for the current session" | |
1795 | -#~ msgstr "Criar atalho para a sessão atual." | |
1796 | - | |
1797 | 1873 | #~ msgid "Creates a file with fixed-length records." |
1798 | 1874 | #~ msgstr "Cria arquivo com registros de tamanho fixo." |
1799 | 1875 | |
... | ... | @@ -1879,9 +1955,6 @@ msgstr "translator-credits" |
1879 | 1955 | #~ msgid "Default host URL" |
1880 | 1956 | #~ msgstr "URL parão para acesso ao host" |
1881 | 1957 | |
1882 | -#~ msgid "Description" | |
1883 | -#~ msgstr "Descrição" | |
1884 | - | |
1885 | 1958 | #~ msgid "Description of the current security state" |
1886 | 1959 | #~ msgstr "Descrição do estado de segurança atual" |
1887 | 1960 | |
... | ... | @@ -1989,9 +2062,6 @@ msgstr "translator-credits" |
1989 | 2062 | #~ msgid "Error resolving %s: %s" |
1990 | 2063 | #~ msgstr "Erro ao resolver %s: %s" |
1991 | 2064 | |
1992 | -#~ msgid "Error starting session" | |
1993 | -#~ msgstr "Erro iniciando sessão" | |
1994 | - | |
1995 | 2065 | #~ msgid "Error while reading or writing to host disk: file transfer canceled" |
1996 | 2066 | #~ msgstr "Erro ao ler ou gravar no host: Transferência cancelada" |
1997 | 2067 | |
... | ... | @@ -2031,9 +2101,6 @@ msgstr "translator-credits" |
2031 | 2101 | #~ msgid "File _Format" |
2032 | 2102 | #~ msgstr "_Formato do arquivo" |
2033 | 2103 | |
2034 | -#~ msgid "File for session preferences" | |
2035 | -#~ msgstr "Arquivo para preferências da sessão" | |
2036 | - | |
2037 | 2104 | #~ msgid "File name" |
2038 | 2105 | #~ msgstr "Nome do arquivo" |
2039 | 2106 | |
... | ... | @@ -2107,9 +2174,6 @@ msgstr "translator-credits" |
2107 | 2174 | #~ msgid "GTK Version mismatch" |
2108 | 2175 | #~ msgstr "Divergência de versão GTK" |
2109 | 2176 | |
2110 | -#~ msgid "Generic name" | |
2111 | -#~ msgstr "Nome genérico" | |
2112 | - | |
2113 | 2177 | #~ msgid "Get transfer queue from an external XML file" |
2114 | 2178 | #~ msgstr "Obtém a fila de transferência de um arquivo XML externo" |
2115 | 2179 | |
... | ... | @@ -2712,9 +2776,6 @@ msgstr "translator-credits" |
2712 | 2776 | #~ msgid "Path for plugin files" |
2713 | 2777 | #~ msgstr "Caminho para os arquivos de plugin" |
2714 | 2778 | |
2715 | -#~ msgid "Path for the new shortcut" | |
2716 | -#~ msgstr "Caminho para o novo atalho" | |
2717 | - | |
2718 | 2779 | #~ msgid "Path length constraint exceeded" |
2719 | 2780 | #~ msgstr "Path length constraint exceeded" |
2720 | 2781 | |
... | ... | @@ -3093,21 +3154,9 @@ msgstr "translator-credits" |
3093 | 3154 | #~ msgid "Save selected area." |
3094 | 3155 | #~ msgstr "Salvar área selecionada" |
3095 | 3156 | |
3096 | -#~ msgid "Save session shortcut" | |
3097 | -#~ msgstr "Salvar atalho para a sessão" | |
3098 | - | |
3099 | 3157 | #~ msgid "Save terminal contents" |
3100 | 3158 | #~ msgstr "Salvar conteúdo da tela" |
3101 | 3159 | |
3102 | -#~ msgid "Save to session filename" | |
3103 | -#~ msgstr "Salvar para arquivo de sessão" | |
3104 | - | |
3105 | -#~ msgid "Save to shortcut file" | |
3106 | -#~ msgstr "Salvar para arquivo de atalho" | |
3107 | - | |
3108 | -#~ msgid "Save to windows shortcut" | |
3109 | -#~ msgstr "Salvar para atalho windows" | |
3110 | - | |
3111 | 3160 | #~ msgid "Save trace to file" |
3112 | 3161 | #~ msgstr "Salvar trace para arquivo" |
3113 | 3162 | |
... | ... | @@ -3251,12 +3300,6 @@ msgstr "translator-credits" |
3251 | 3300 | #~ msgid "Set toggles ON" |
3252 | 3301 | #~ msgstr "Ativa toggles" |
3253 | 3302 | |
3254 | -#~ msgid "Shortcut file" | |
3255 | -#~ msgstr "Arquivo de atalho" | |
3256 | - | |
3257 | -#~ msgid "Shortcut name" | |
3258 | -#~ msgstr "Nome do atalho" | |
3259 | - | |
3260 | 3303 | #~ msgid "Show test pattern" |
3261 | 3304 | #~ msgstr "Mostrar padrão de teste" |
3262 | 3305 | |
... | ... | @@ -3344,9 +3387,6 @@ msgstr "translator-credits" |
3344 | 3387 | #~ msgid "Speed:" |
3345 | 3388 | #~ msgstr "Velocidade:" |
3346 | 3389 | |
3347 | -#~ msgid "Standard desktop files" | |
3348 | -#~ msgstr "Arquivo de atalho padrão" | |
3349 | - | |
3350 | 3390 | #~ msgid "Start download." |
3351 | 3391 | #~ msgstr "Iniciar recebimento." |
3352 | 3392 | |
... | ... | @@ -3579,9 +3619,6 @@ msgstr "translator-credits" |
3579 | 3619 | #~ msgid "The file transfer operation has been successfully completed." |
3580 | 3620 | #~ msgstr "A transferência de arquivos terminou com sucesso." |
3581 | 3621 | |
3582 | -#~ msgid "The file with the session preferences for this shortcut" | |
3583 | -#~ msgstr "O arquivo com as preferências da sessão para esse atalho" | |
3584 | - | |
3585 | 3622 | #~ msgid "The height %d is less than model %d rows (%d)" |
3586 | 3623 | #~ msgstr "A altura %d é menor que o número de linhas do modelo %d (%d)" |
3587 | 3624 | |
... | ... | @@ -3839,10 +3876,6 @@ msgstr "translator-credits" |
3839 | 3876 | #~ msgid "Unable to load from file" |
3840 | 3877 | #~ msgstr "Não foi possível ler do arquivo" |
3841 | 3878 | |
3842 | -#, c-format | |
3843 | -#~ msgid "Unable to load session preferences from '%s'" | |
3844 | -#~ msgstr "Incapaz de ler preferências de sessa de '%s'" | |
3845 | - | |
3846 | 3879 | #~ msgid "Unable to paste formatted data" |
3847 | 3880 | #~ msgstr "Incapaz de colar texto formatado" |
3848 | 3881 | |
... | ... | @@ -4013,9 +4046,6 @@ msgstr "translator-credits" |
4013 | 4046 | #~ msgid "Windows error was \"%s\" (%u)" |
4014 | 4047 | #~ msgstr "Erro windows foi \"%s\" (%u)" |
4015 | 4048 | |
4016 | -#~ msgid "Windows shortcuts" | |
4017 | -#~ msgstr "Atalhos windows" | |
4018 | - | |
4019 | 4049 | #~ msgid "Wrap around" |
4020 | 4050 | #~ msgstr "Wrap around" |
4021 | 4051 | ... | ... |
locale/pw3270.pot
... | ... | @@ -6,9 +6,373 @@ |
6 | 6 | #, fuzzy |
7 | 7 | msgid "" |
8 | 8 | msgstr "" |
9 | +"#-#-#-#-# view.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
9 | 10 | "Project-Id-Version: PACKAGE VERSION\n" |
10 | 11 | "Report-Msgid-Bugs-To: \n" |
11 | -"POT-Creation-Date: 2021-12-22 20:45-0300\n" | |
12 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
13 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
14 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
15 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
16 | +"Language: \n" | |
17 | +"MIME-Version: 1.0\n" | |
18 | +"Content-Type: text/plain; charset=UTF-8\n" | |
19 | +"Content-Transfer-Encoding: 8bit\n" | |
20 | +"#-#-#-#-# save.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
21 | +"Project-Id-Version: PACKAGE VERSION\n" | |
22 | +"Report-Msgid-Bugs-To: \n" | |
23 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
24 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
25 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
26 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
27 | +"Language: \n" | |
28 | +"MIME-Version: 1.0\n" | |
29 | +"Content-Type: text/plain; charset=UTF-8\n" | |
30 | +"Content-Transfer-Encoding: 8bit\n" | |
31 | +"#-#-#-#-# abstract.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
32 | +"Project-Id-Version: PACKAGE VERSION\n" | |
33 | +"Report-Msgid-Bugs-To: \n" | |
34 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
35 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
36 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
37 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
38 | +"Language: \n" | |
39 | +"MIME-Version: 1.0\n" | |
40 | +"Content-Type: text/plain; charset=UTF-8\n" | |
41 | +"Content-Transfer-Encoding: 8bit\n" | |
42 | +"#-#-#-#-# application.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
43 | +"Project-Id-Version: PACKAGE VERSION\n" | |
44 | +"Report-Msgid-Bugs-To: \n" | |
45 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
46 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
47 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
48 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
49 | +"Language: \n" | |
50 | +"MIME-Version: 1.0\n" | |
51 | +"Content-Type: text/plain; charset=UTF-8\n" | |
52 | +"Content-Transfer-Encoding: 8bit\n" | |
53 | +"#-#-#-#-# window.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
54 | +"Project-Id-Version: PACKAGE VERSION\n" | |
55 | +"Report-Msgid-Bugs-To: \n" | |
56 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
57 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
58 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
59 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
60 | +"Language: \n" | |
61 | +"MIME-Version: 1.0\n" | |
62 | +"Content-Type: text/plain; charset=UTF-8\n" | |
63 | +"Content-Transfer-Encoding: 8bit\n" | |
64 | +"#-#-#-#-# preferences.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
65 | +"Project-Id-Version: PACKAGE VERSION\n" | |
66 | +"Report-Msgid-Bugs-To: \n" | |
67 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
68 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
69 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
70 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
71 | +"Language: \n" | |
72 | +"MIME-Version: 1.0\n" | |
73 | +"Content-Type: text/plain; charset=UTF-8\n" | |
74 | +"Content-Transfer-Encoding: 8bit\n" | |
75 | +"#-#-#-#-# open.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
76 | +"Project-Id-Version: PACKAGE VERSION\n" | |
77 | +"Report-Msgid-Bugs-To: \n" | |
78 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
79 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
80 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
81 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
82 | +"Language: \n" | |
83 | +"MIME-Version: 1.0\n" | |
84 | +"Content-Type: text/plain; charset=UTF-8\n" | |
85 | +"Content-Transfer-Encoding: 8bit\n" | |
86 | +"#-#-#-#-# about.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
87 | +"Project-Id-Version: PACKAGE VERSION\n" | |
88 | +"Report-Msgid-Bugs-To: \n" | |
89 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
90 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
91 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
92 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
93 | +"Language: \n" | |
94 | +"MIME-Version: 1.0\n" | |
95 | +"Content-Type: text/plain; charset=UTF-8\n" | |
96 | +"Content-Transfer-Encoding: 8bit\n" | |
97 | +"#-#-#-#-# window.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
98 | +"Project-Id-Version: PACKAGE VERSION\n" | |
99 | +"Report-Msgid-Bugs-To: \n" | |
100 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
101 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
102 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
103 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
104 | +"Language: \n" | |
105 | +"MIME-Version: 1.0\n" | |
106 | +"Content-Type: text/plain; charset=UTF-8\n" | |
107 | +"Content-Transfer-Encoding: 8bit\n" | |
108 | +"#-#-#-#-# terminal.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
109 | +"Project-Id-Version: PACKAGE VERSION\n" | |
110 | +"Report-Msgid-Bugs-To: \n" | |
111 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
112 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
113 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
114 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
115 | +"Language: \n" | |
116 | +"MIME-Version: 1.0\n" | |
117 | +"Content-Type: text/plain; charset=UTF-8\n" | |
118 | +"Content-Transfer-Encoding: 8bit\n" | |
119 | +"#-#-#-#-# page.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
120 | +"Project-Id-Version: PACKAGE VERSION\n" | |
121 | +"Report-Msgid-Bugs-To: \n" | |
122 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
123 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
124 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
125 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
126 | +"Language: \n" | |
127 | +"MIME-Version: 1.0\n" | |
128 | +"Content-Type: text/plain; charset=UTF-8\n" | |
129 | +"Content-Transfer-Encoding: 8bit\n" | |
130 | +"#-#-#-#-# keyfile.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
131 | +"Project-Id-Version: PACKAGE VERSION\n" | |
132 | +"Report-Msgid-Bugs-To: \n" | |
133 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
134 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
135 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
136 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
137 | +"Language: \n" | |
138 | +"MIME-Version: 1.0\n" | |
139 | +"Content-Type: text/plain; charset=UTF-8\n" | |
140 | +"Content-Transfer-Encoding: 8bit\n" | |
141 | +"#-#-#-#-# header-settings.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
142 | +"Project-Id-Version: PACKAGE VERSION\n" | |
143 | +"Report-Msgid-Bugs-To: \n" | |
144 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
145 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
146 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
147 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
148 | +"Language: \n" | |
149 | +"MIME-Version: 1.0\n" | |
150 | +"Content-Type: text/plain; charset=UTF-8\n" | |
151 | +"Content-Transfer-Encoding: 8bit\n" | |
152 | +"#-#-#-#-# header.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
153 | +"Project-Id-Version: PACKAGE VERSION\n" | |
154 | +"Report-Msgid-Bugs-To: \n" | |
155 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
156 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
157 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
158 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
159 | +"Language: \n" | |
160 | +"MIME-Version: 1.0\n" | |
161 | +"Content-Type: text/plain; charset=UTF-8\n" | |
162 | +"Content-Transfer-Encoding: 8bit\n" | |
163 | +"#-#-#-#-# sessionproperties.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
164 | +"Project-Id-Version: PACKAGE VERSION\n" | |
165 | +"Report-Msgid-Bugs-To: \n" | |
166 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
167 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
168 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
169 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
170 | +"Language: \n" | |
171 | +"MIME-Version: 1.0\n" | |
172 | +"Content-Type: text/plain; charset=UTF-8\n" | |
173 | +"Content-Transfer-Encoding: 8bit\n" | |
174 | +"#-#-#-#-# filetransfer.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
175 | +"Project-Id-Version: PACKAGE VERSION\n" | |
176 | +"Report-Msgid-Bugs-To: \n" | |
177 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
178 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
179 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
180 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
181 | +"Language: \n" | |
182 | +"MIME-Version: 1.0\n" | |
183 | +"Content-Type: text/plain; charset=UTF-8\n" | |
184 | +"Content-Transfer-Encoding: 8bit\n" | |
185 | +"#-#-#-#-# connect.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
186 | +"Project-Id-Version: PACKAGE VERSION\n" | |
187 | +"Report-Msgid-Bugs-To: \n" | |
188 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
189 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
190 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
191 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
192 | +"Language: \n" | |
193 | +"MIME-Version: 1.0\n" | |
194 | +"Content-Type: text/plain; charset=UTF-8\n" | |
195 | +"Content-Transfer-Encoding: 8bit\n" | |
196 | +"#-#-#-#-# close.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
197 | +"Project-Id-Version: PACKAGE VERSION\n" | |
198 | +"Report-Msgid-Bugs-To: \n" | |
199 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
200 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
201 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
202 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
203 | +"Language: \n" | |
204 | +"MIME-Version: 1.0\n" | |
205 | +"Content-Type: text/plain; charset=UTF-8\n" | |
206 | +"Content-Transfer-Encoding: 8bit\n" | |
207 | +"#-#-#-#-# toolbar.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
208 | +"Project-Id-Version: PACKAGE VERSION\n" | |
209 | +"Report-Msgid-Bugs-To: \n" | |
210 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
211 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
212 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
213 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
214 | +"Language: \n" | |
215 | +"MIME-Version: 1.0\n" | |
216 | +"Content-Type: text/plain; charset=UTF-8\n" | |
217 | +"Content-Transfer-Encoding: 8bit\n" | |
218 | +"#-#-#-#-# settings.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
219 | +"Project-Id-Version: PACKAGE VERSION\n" | |
220 | +"Report-Msgid-Bugs-To: \n" | |
221 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
222 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
223 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
224 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
225 | +"Language: \n" | |
226 | +"MIME-Version: 1.0\n" | |
227 | +"Content-Type: text/plain; charset=UTF-8\n" | |
228 | +"Content-Transfer-Encoding: 8bit\n" | |
229 | +"#-#-#-#-# models.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
230 | +"Project-Id-Version: PACKAGE VERSION\n" | |
231 | +"Report-Msgid-Bugs-To: \n" | |
232 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
233 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
234 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
235 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
236 | +"Language: \n" | |
237 | +"MIME-Version: 1.0\n" | |
238 | +"Content-Type: text/plain; charset=UTF-8\n" | |
239 | +"Content-Transfer-Encoding: 8bit\n" | |
240 | +"#-#-#-#-# gsettings.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
241 | +"Project-Id-Version: PACKAGE VERSION\n" | |
242 | +"Report-Msgid-Bugs-To: \n" | |
243 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
244 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
245 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
246 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
247 | +"Language: \n" | |
248 | +"MIME-Version: 1.0\n" | |
249 | +"Content-Type: text/plain; charset=UTF-8\n" | |
250 | +"Content-Transfer-Encoding: 8bit\n" | |
251 | +"#-#-#-#-# dialog.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
252 | +"Project-Id-Version: PACKAGE VERSION\n" | |
253 | +"Report-Msgid-Bugs-To: \n" | |
254 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
255 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
256 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
257 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
258 | +"Language: \n" | |
259 | +"MIME-Version: 1.0\n" | |
260 | +"Content-Type: text/plain; charset=UTF-8\n" | |
261 | +"Content-Transfer-Encoding: 8bit\n" | |
262 | +"#-#-#-#-# actionview.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
263 | +"Project-Id-Version: PACKAGE VERSION\n" | |
264 | +"Report-Msgid-Bugs-To: \n" | |
265 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
266 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
267 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
268 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
269 | +"Language: \n" | |
270 | +"MIME-Version: 1.0\n" | |
271 | +"Content-Type: text/plain; charset=UTF-8\n" | |
272 | +"Content-Transfer-Encoding: 8bit\n" | |
273 | +"#-#-#-#-# tools.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
274 | +"Project-Id-Version: PACKAGE VERSION\n" | |
275 | +"Report-Msgid-Bugs-To: \n" | |
276 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
277 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
278 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
279 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
280 | +"Language: \n" | |
281 | +"MIME-Version: 1.0\n" | |
282 | +"Content-Type: text/plain; charset=UTF-8\n" | |
283 | +"Content-Transfer-Encoding: 8bit\n" | |
284 | +"#-#-#-#-# builder.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
285 | +"Project-Id-Version: PACKAGE VERSION\n" | |
286 | +"Report-Msgid-Bugs-To: \n" | |
287 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
288 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
289 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
290 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
291 | +"Language: \n" | |
292 | +"MIME-Version: 1.0\n" | |
293 | +"Content-Type: text/plain; charset=UTF-8\n" | |
294 | +"Content-Transfer-Encoding: 8bit\n" | |
295 | +"#-#-#-#-# model.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
296 | +"Project-Id-Version: PACKAGE VERSION\n" | |
297 | +"Report-Msgid-Bugs-To: \n" | |
298 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
299 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
300 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
301 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
302 | +"Language: \n" | |
303 | +"MIME-Version: 1.0\n" | |
304 | +"Content-Type: text/plain; charset=UTF-8\n" | |
305 | +"Content-Transfer-Encoding: 8bit\n" | |
306 | +"#-#-#-#-# element.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
307 | +"Project-Id-Version: PACKAGE VERSION\n" | |
308 | +"Report-Msgid-Bugs-To: \n" | |
309 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
310 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
311 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
312 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
313 | +"Language: \n" | |
314 | +"MIME-Version: 1.0\n" | |
315 | +"Content-Type: text/plain; charset=UTF-8\n" | |
316 | +"Content-Transfer-Encoding: 8bit\n" | |
317 | +"#-#-#-#-# attribute.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
318 | +"Project-Id-Version: PACKAGE VERSION\n" | |
319 | +"Report-Msgid-Bugs-To: \n" | |
320 | +"POT-Creation-Date: 2021-12-23 01:54-0300\n" | |
321 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
322 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
323 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
324 | +"Language: \n" | |
325 | +"MIME-Version: 1.0\n" | |
326 | +"Content-Type: text/plain; charset=UTF-8\n" | |
327 | +"Content-Transfer-Encoding: 8bit\n" | |
328 | +"#-#-#-#-# savedesktopicon.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
329 | +"Project-Id-Version: PACKAGE VERSION\n" | |
330 | +"Report-Msgid-Bugs-To: \n" | |
331 | +"POT-Creation-Date: 2021-12-23 01:55-0300\n" | |
332 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
333 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
334 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
335 | +"Language: \n" | |
336 | +"MIME-Version: 1.0\n" | |
337 | +"Content-Type: text/plain; charset=UTF-8\n" | |
338 | +"Content-Transfer-Encoding: 8bit\n" | |
339 | +"#-#-#-#-# savedesktopicon.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
340 | +"Project-Id-Version: PACKAGE VERSION\n" | |
341 | +"Report-Msgid-Bugs-To: \n" | |
342 | +"POT-Creation-Date: 2021-12-23 01:56-0300\n" | |
343 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
344 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
345 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
346 | +"Language: \n" | |
347 | +"MIME-Version: 1.0\n" | |
348 | +"Content-Type: text/plain; charset=UTF-8\n" | |
349 | +"Content-Transfer-Encoding: 8bit\n" | |
350 | +"#-#-#-#-# open.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
351 | +"Project-Id-Version: PACKAGE VERSION\n" | |
352 | +"Report-Msgid-Bugs-To: \n" | |
353 | +"POT-Creation-Date: 2021-12-23 01:56-0300\n" | |
354 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
355 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
356 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
357 | +"Language: \n" | |
358 | +"MIME-Version: 1.0\n" | |
359 | +"Content-Type: text/plain; charset=UTF-8\n" | |
360 | +"Content-Transfer-Encoding: 8bit\n" | |
361 | +"#-#-#-#-# windows.ui.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
362 | +"Project-Id-Version: PACKAGE VERSION\n" | |
363 | +"Report-Msgid-Bugs-To: \n" | |
364 | +"POT-Creation-Date: 2021-12-23 01:56-0300\n" | |
365 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
366 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
367 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
368 | +"Language: \n" | |
369 | +"MIME-Version: 1.0\n" | |
370 | +"Content-Type: text/plain; charset=UTF-8\n" | |
371 | +"Content-Transfer-Encoding: 8bit\n" | |
372 | +"#-#-#-#-# linux.ui.pot (PACKAGE VERSION) #-#-#-#-#\n" | |
373 | +"Project-Id-Version: PACKAGE VERSION\n" | |
374 | +"Report-Msgid-Bugs-To: \n" | |
375 | +"POT-Creation-Date: 2021-12-23 01:56-0300\n" | |
12 | 376 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | 377 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | 378 | "Language-Team: LANGUAGE <LL@li.org>\n" |
... | ... | @@ -35,7 +399,8 @@ msgstr "" |
35 | 399 | msgid "32 bits Windows" |
36 | 400 | msgstr "" |
37 | 401 | |
38 | -#: src/objects/actions/save.c:166 | |
402 | +#: src/objects/actions/save.c:166 src/objects/os/linux/savedesktopicon.c:267 | |
403 | +#: src/objects/os/windows/savedesktopicon.c:222 | |
39 | 404 | msgid "3270 session files" |
40 | 405 | msgstr "" |
41 | 406 | |
... | ... | @@ -135,6 +500,10 @@ msgstr "" |
135 | 500 | msgid "Can't load session file" |
136 | 501 | msgstr "" |
137 | 502 | |
503 | +#: src/objects/os/windows/open.c:133 | |
504 | +msgid "Can't load session preferences" | |
505 | +msgstr "" | |
506 | + | |
138 | 507 | #: src/objects/settings/gsettings.c:128 |
139 | 508 | msgid "Can't load system settings" |
140 | 509 | msgstr "" |
... | ... | @@ -194,6 +563,10 @@ msgstr "" |
194 | 563 | msgid "Close window" |
195 | 564 | msgstr "" |
196 | 565 | |
566 | +#: src/objects/os/linux/savedesktopicon.c:101 | |
567 | +msgid "Comment" | |
568 | +msgstr "" | |
569 | + | |
197 | 570 | #: src/objects/window/actions/connect.c:59 |
198 | 571 | msgid "Connect" |
199 | 572 | msgstr "" |
... | ... | @@ -241,6 +614,11 @@ msgstr "" |
241 | 614 | msgid "Copyright © 2008 Banco do Brasil S.A." |
242 | 615 | msgstr "" |
243 | 616 | |
617 | +#: src/objects/os/linux/savedesktopicon.c:114 | |
618 | +#: src/objects/os/windows/savedesktopicon.c:107 | |
619 | +msgid "Create shortcut for the current session" | |
620 | +msgstr "" | |
621 | + | |
244 | 622 | #: ui/windows.ui.xml:475 ui/windows.ui.xml:902 ui/linux.ui.xml:475 |
245 | 623 | #: ui/linux.ui.xml:902 |
246 | 624 | msgid "Cross hair cursor" |
... | ... | @@ -270,6 +648,10 @@ msgstr "" |
270 | 648 | msgid "Delete Field" |
271 | 649 | msgstr "" |
272 | 650 | |
651 | +#: src/objects/os/windows/savedesktopicon.c:80 | |
652 | +msgid "Description" | |
653 | +msgstr "" | |
654 | + | |
273 | 655 | #: ui/windows.ui.xml:808 ui/windows.ui.xml:1006 ui/linux.ui.xml:808 |
274 | 656 | #: ui/linux.ui.xml:1006 |
275 | 657 | msgid "Disconnect" |
... | ... | @@ -324,10 +706,18 @@ msgstr "" |
324 | 706 | msgid "Erase to end of line" |
325 | 707 | msgstr "" |
326 | 708 | |
709 | +#: src/objects/os/windows/open.c:140 | |
710 | +msgid "Error starting session" | |
711 | +msgstr "" | |
712 | + | |
327 | 713 | #: ui/windows.ui.xml:353 ui/linux.ui.xml:353 |
328 | 714 | msgid "Field attributes" |
329 | 715 | msgstr "" |
330 | 716 | |
717 | +#: src/objects/os/windows/savedesktopicon.c:219 | |
718 | +msgid "File for session preferences" | |
719 | +msgstr "" | |
720 | + | |
331 | 721 | #: ui/windows.ui.xml:470 ui/linux.ui.xml:470 |
332 | 722 | msgid "Full Screen" |
333 | 723 | msgstr "" |
... | ... | @@ -337,6 +727,10 @@ msgstr "" |
337 | 727 | msgid "Full screen" |
338 | 728 | msgstr "" |
339 | 729 | |
730 | +#: src/objects/os/linux/savedesktopicon.c:94 | |
731 | +msgid "Generic name" | |
732 | +msgstr "" | |
733 | + | |
340 | 734 | #: ui/windows.ui.xml:37 ui/windows.ui.xml:550 ui/linux.ui.xml:37 |
341 | 735 | #: ui/linux.ui.xml:550 |
342 | 736 | msgid "Help" |
... | ... | @@ -347,6 +741,8 @@ msgid "Host and Emulation settings" |
347 | 741 | msgstr "" |
348 | 742 | |
349 | 743 | #: src/objects/application/actions/about.c:111 src/objects/window/window.c:592 |
744 | +#: src/objects/os/linux/savedesktopicon.c:102 | |
745 | +#: src/objects/os/windows/savedesktopicon.c:269 | |
350 | 746 | msgid "IBM 3270 Terminal emulator" |
351 | 747 | msgstr "" |
352 | 748 | |
... | ... | @@ -430,7 +826,7 @@ msgstr "" |
430 | 826 | msgid "Keypad width in columns" |
431 | 827 | msgstr "" |
432 | 828 | |
433 | -#: src/main/builder.c:111 | |
829 | +#: src/main/builder.c:118 | |
434 | 830 | msgid "Keypads" |
435 | 831 | msgstr "" |
436 | 832 | |
... | ... | @@ -593,6 +989,11 @@ msgstr "" |
593 | 989 | msgid "Paste with left margin" |
594 | 990 | msgstr "" |
595 | 991 | |
992 | +#: src/objects/os/linux/savedesktopicon.c:71 | |
993 | +#: src/objects/os/windows/savedesktopicon.c:74 | |
994 | +msgid "Path for the new shortcut" | |
995 | +msgstr "" | |
996 | + | |
596 | 997 | #: src/objects/toolbar/models.c:125 |
597 | 998 | msgid "Position" |
598 | 999 | msgstr "" |
... | ... | @@ -663,6 +1064,23 @@ msgstr "" |
663 | 1064 | msgid "Save session preferences" |
664 | 1065 | msgstr "" |
665 | 1066 | |
1067 | +#: src/objects/os/linux/savedesktopicon.c:113 | |
1068 | +#: src/objects/os/windows/savedesktopicon.c:106 | |
1069 | +msgid "Save session shortcut" | |
1070 | +msgstr "" | |
1071 | + | |
1072 | +#: src/objects/os/linux/savedesktopicon.c:264 | |
1073 | +msgid "Save to session filename" | |
1074 | +msgstr "" | |
1075 | + | |
1076 | +#: src/objects/os/linux/savedesktopicon.c:236 | |
1077 | +msgid "Save to shortcut file" | |
1078 | +msgstr "" | |
1079 | + | |
1080 | +#: src/objects/os/windows/savedesktopicon.c:184 | |
1081 | +msgid "Save to windows shortcut" | |
1082 | +msgstr "" | |
1083 | + | |
666 | 1084 | #: ui/windows.ui.xml:416 ui/windows.ui.xml:1056 ui/linux.ui.xml:416 |
667 | 1085 | #: ui/linux.ui.xml:1056 |
668 | 1086 | msgid "Screen size" |
... | ... | @@ -720,7 +1138,8 @@ msgstr "" |
720 | 1138 | msgid "Session Trace" |
721 | 1139 | msgstr "" |
722 | 1140 | |
723 | -#: src/objects/actions/save.c:63 | |
1141 | +#: src/objects/actions/save.c:63 src/objects/os/linux/savedesktopicon.c:85 | |
1142 | +#: src/objects/os/windows/savedesktopicon.c:94 | |
724 | 1143 | msgid "Session file" |
725 | 1144 | msgstr "" |
726 | 1145 | |
... | ... | @@ -734,7 +1153,8 @@ msgstr "" |
734 | 1153 | msgid "Session in new window" |
735 | 1154 | msgstr "" |
736 | 1155 | |
737 | -#: src/objects/actions/save.c:56 | |
1156 | +#: src/objects/actions/save.c:56 src/objects/os/linux/savedesktopicon.c:77 | |
1157 | +#: src/objects/os/windows/savedesktopicon.c:86 | |
738 | 1158 | msgid "Session name" |
739 | 1159 | msgstr "" |
740 | 1160 | |
... | ... | @@ -768,11 +1188,20 @@ msgstr "" |
768 | 1188 | msgid "Setup toolbar" |
769 | 1189 | msgstr "" |
770 | 1190 | |
1191 | +#: src/objects/os/linux/savedesktopicon.c:70 | |
1192 | +#: src/objects/os/windows/savedesktopicon.c:73 | |
1193 | +msgid "Shortcut file" | |
1194 | +msgstr "" | |
1195 | + | |
771 | 1196 | #: ui/windows.ui.xml:159 ui/windows.ui.xml:626 ui/linux.ui.xml:159 |
772 | 1197 | #: ui/linux.ui.xml:626 |
773 | 1198 | msgid "Shortcut for this session" |
774 | 1199 | msgstr "" |
775 | 1200 | |
1201 | +#: src/objects/os/linux/savedesktopicon.c:63 | |
1202 | +msgid "Shortcut name" | |
1203 | +msgstr "" | |
1204 | + | |
776 | 1205 | #: ui/windows.ui.xml:510 ui/linux.ui.xml:510 |
777 | 1206 | msgid "Show Underline" |
778 | 1207 | msgstr "" |
... | ... | @@ -794,6 +1223,10 @@ msgstr "" |
794 | 1223 | msgid "Smart paste" |
795 | 1224 | msgstr "" |
796 | 1225 | |
1226 | +#: src/objects/os/linux/savedesktopicon.c:239 | |
1227 | +msgid "Standard desktop files" | |
1228 | +msgstr "" | |
1229 | + | |
797 | 1230 | #: src/objects/settings/actionview.c:68 |
798 | 1231 | msgid "Start" |
799 | 1232 | msgstr "" |
... | ... | @@ -868,6 +1301,11 @@ msgstr "" |
868 | 1301 | msgid "The file to save the current session preferences" |
869 | 1302 | msgstr "" |
870 | 1303 | |
1304 | +#: src/objects/os/linux/savedesktopicon.c:86 | |
1305 | +#: src/objects/os/windows/savedesktopicon.c:95 | |
1306 | +msgid "The file with the session preferences for this shortcut" | |
1307 | +msgstr "" | |
1308 | + | |
871 | 1309 | #: src/objects/application/application.c:180 |
872 | 1310 | msgid "The full path of the default log file" |
873 | 1311 | msgstr "" |
... | ... | @@ -908,7 +1346,8 @@ msgstr "" |
908 | 1346 | msgid "The position of the keypad" |
909 | 1347 | msgstr "" |
910 | 1348 | |
911 | -#: src/objects/actions/save.c:57 | |
1349 | +#: src/objects/actions/save.c:57 src/objects/os/linux/savedesktopicon.c:79 | |
1350 | +#: src/objects/os/windows/savedesktopicon.c:88 | |
912 | 1351 | msgid "The session name used in the window/tab title (empty for default)" |
913 | 1352 | msgstr "" |
914 | 1353 | |
... | ... | @@ -993,6 +1432,11 @@ msgid "" |
993 | 1432 | "ways" |
994 | 1433 | msgstr "" |
995 | 1434 | |
1435 | +#: src/objects/os/windows/open.c:137 | |
1436 | +#, c-format | |
1437 | +msgid "Unable to load session preferences from '%s'" | |
1438 | +msgstr "" | |
1439 | + | |
996 | 1440 | #: ui/windows.ui.xml:291 ui/windows.ui.xml:800 ui/linux.ui.xml:291 |
997 | 1441 | #: ui/linux.ui.xml:800 |
998 | 1442 | msgid "Unselect" |
... | ... | @@ -1028,11 +1472,17 @@ msgstr "" |
1028 | 1472 | msgid "Window with default session" |
1029 | 1473 | msgstr "" |
1030 | 1474 | |
1475 | +#: src/objects/os/windows/savedesktopicon.c:187 | |
1476 | +msgid "Windows shortcuts" | |
1477 | +msgstr "" | |
1478 | + | |
1031 | 1479 | #: src/objects/settings/dialog.c:79 |
1032 | 1480 | msgid "_Apply" |
1033 | 1481 | msgstr "" |
1034 | 1482 | |
1035 | 1483 | #: src/objects/actions/save.c:102 src/objects/settings/dialog.c:78 |
1484 | +#: src/objects/os/linux/savedesktopicon.c:174 | |
1485 | +#: src/objects/os/windows/savedesktopicon.c:132 | |
1036 | 1486 | msgid "_Cancel" |
1037 | 1487 | msgstr "" |
1038 | 1488 | |
... | ... | @@ -1080,7 +1530,8 @@ msgstr "" |
1080 | 1530 | msgid "_Rename session" |
1081 | 1531 | msgstr "" |
1082 | 1532 | |
1083 | -#: src/objects/actions/save.c:103 | |
1533 | +#: src/objects/actions/save.c:103 src/objects/os/linux/savedesktopicon.c:175 | |
1534 | +#: src/objects/os/windows/savedesktopicon.c:133 | |
1084 | 1535 | msgid "_Save" |
1085 | 1536 | msgstr "" |
1086 | 1537 | ... | ... |
win/copydeps.sh.in
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | myDIR=$(dirname $(readlink -f $0)) |
3 | 3 | |
4 | 4 | # Updated by ./configure |
5 | -BASEDIR=@BASEDIR@ | |
5 | +BUILDDIR=@BUILDDIR@ | |
6 | 6 | prefix=@prefix@ |
7 | 7 | |
8 | 8 | # Crio diretório temporário |
... | ... | @@ -79,8 +79,8 @@ libs_to_exclude=" |
79 | 79 | # |
80 | 80 | # Fico em loop montando dependências |
81 | 81 | # |
82 | -APPLICATION_PATH=${BASEDIR}/.bin/Release | |
83 | -RUNTIME_PATH=${BASEDIR}/.bin/runtime | |
82 | +APPLICATION_PATH=${BUILDDIR}/.bin/Release | |
83 | +RUNTIME_PATH=${BUILDDIR}/.bin/runtime | |
84 | 84 | |
85 | 85 | mkdir -p ${RUNTIME_PATH} |
86 | 86 | ... | ... |
win/makeruntime.sh.in
... | ... | @@ -45,9 +45,9 @@ GTK_VERSION="gtk+-@GTK_VERSION@" |
45 | 45 | GTK_PREFIX=$($PKG_CONFIG --variable=prefix ${GTK_VERSION}) |
46 | 46 | GDK_LOADERS=$(${PKG_CONFIG} --variable=gdk_pixbuf_binarydir gdk-pixbuf-2.0 | sed -e "s@${prefix}@@g") |
47 | 47 | |
48 | -TARGET="@BASEDIR@/.bin/runtime" | |
49 | -BINDIR="@BASEDIR@/.bin/Release/" | |
50 | -SCHEMADIR="@BASEDIR@/schemas/" | |
48 | +TARGET="@BUILDDIR@/.bin/runtime" | |
49 | +BINDIR="@BUILDDIR@/.bin/Release/" | |
50 | +SCHEMADIR="@BUILDDIR@/schemas/" | |
51 | 51 | |
52 | 52 | # Change to bin path |
53 | 53 | mkdir -p ${TARGET} | ... | ... |