From 87cfcc556186d21db35a7b5517307dd258732269 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Wed, 26 Dec 2012 12:57:24 +0000 Subject: [PATCH] Atualizando documentação e tradução --- man/man1/pw3270.1 | 17 ++++++++++++++++- po/pt_BR.po | 28 +++++++++++----------------- src/pw3270/hostdialog.c | 2 +- 3 files changed, 28 insertions(+), 19 deletions(-) diff --git a/man/man1/pw3270.1 b/man/man1/pw3270.1 index e6b3c31..ccbd707 100644 --- a/man/man1/pw3270.1 +++ b/man/man1/pw3270.1 @@ -9,6 +9,15 @@ pw3270 \- a modern tn3270 emulator .I application-name .B ] [-h .I hostname:port +.B ] [-s +.I session name +.B ] +.B ] [-c +.I session colors +.B ] [-t +.I system type +.B ] [-a +.I application name .B ] .SH DESCRIPTION .B pw3270 @@ -16,7 +25,7 @@ is a modern, GTK-based, completely free tn3270 emulator. Based on the original x3270 code by Paul Mattes, it was created originally for Banco do Brasil. It's now an official Brazilian Government Public Software project, and is used worldwide. -pw3270 is fully themable, and each element on the screen can be individually customized through the configuration files. It also supports all kinds of TrueType and bitmap fonts that your system already supports, although it's recommended that you select a proportional (monospaced) font. +pw3270 is fully themable, and each element on the screen can be individually customized through the configuration files. It also supports all kinds of monospaced TrueType and bitmap fonts your system already supports. pw3270 supports many advanced clipboard features, allowing you to copy and paste data on forms, respecting the individual fields and positions on screen. @@ -38,6 +47,12 @@ Connects to the host and port specified. Use the form for a secure (SSL) connection. .IP "-a application-name" Specifies an alternate window title. This is useful if you want to name each host window differently (with the service name or host address, for example). The default is to always name the window "pw3270". +.IP "-s session-name" +Specifies an anternate session-name. This affects some plugins who does IPC communications +.IP "-c Change the reported colors" +Change the response to a Query(Color); when 8 pw3270 will respond with a list of 8 supported colors; when 16 the response will be a list of the 16 standard colors. +.IP "-t Change systemtype" +Change the host type parameter; this afects the file transfer (TSO or VM) and, for AS-400, the PFkey action. .SH FILES .I /etc/pw3270.conf .RS diff --git a/po/pt_BR.po b/po/pt_BR.po index 4d31cbd..fecd741 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: pw3270 5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-26 07:54-0200\n" -"PO-Revision-Date: 2012-12-18 10:32-0200\n" +"POT-Creation-Date: 2012-12-26 10:34-0200\n" +"PO-Revision-Date: 2012-12-26 10:36-0200\n" "Last-Translator: Perry Werneck \n" "Language-Team: Português <>\n" "Language: pt_BR\n" @@ -88,9 +88,8 @@ msgid "- 3270 Emulator for Gtk" msgstr "- Emulador 3270 para GTK" #: hostdialog.c:54 -#, fuzzy msgid "16 colors" -msgstr "_8 cores" +msgstr "16 cores" #: screen.c:656 screen.c:686 screen.c:700 screen.c:811 msgid "3270 Error" @@ -110,9 +109,8 @@ msgid "3270 terminal emulator for GTK %d.%d" msgstr "Emulador 3270 para GTK+ %d.%d" #: hostdialog.c:55 -#, fuzzy msgid "8 colors" -msgstr "_8 cores" +msgstr "8 cores" #: uiparser/menu.c:43 uiparser/menuitem.c:87 uiparser/separator.c:93 #: uiparser/toolitem.c:42 uiparser/script.c:83 @@ -300,11 +298,11 @@ msgstr "Não foi possível carregar arquivo" msgid "Can't open local file" msgstr "Não foi possível abrir arquivo local" -#: uiparser/parser.c:339 uiparser/parsefile.c:332 uiparser/parsefile.c:360 +#: uiparser/parser.c:343 uiparser/parsefile.c:332 uiparser/parsefile.c:360 msgid "Can't parse UI" msgstr "Não foi possível processar a UI" -#: uiparser/parser.c:337 +#: uiparser/parser.c:341 #, c-format msgid "Can't parse UI description files in %s" msgstr "Incapaz de processar arquivos de descrição de UI em %s" @@ -686,14 +684,12 @@ msgid "Host illegally added function(s)" msgstr "Host illegally added function(s)" #: options.c:44 -#, fuzzy msgid "Host is AS/400" msgstr "Servidor é AS_400" #: options.c:51 -#, fuzzy msgid "Host is TSO" -msgstr "Servidor é T_SO" +msgstr "Servidor é TSO" #: telnet.c:1770 msgid "Host rejected device type or request type" @@ -705,7 +701,7 @@ msgstr "Servidor rejeitou recurso(s)" #: main.c:254 msgid "Host system type" -msgstr "Host system type" +msgstr "Tipo do sistema no servidor" #: main.c:252 msgid "Host to connect" @@ -809,9 +805,8 @@ msgid "Monocase" msgstr "Só Maiúsculas" #: hostdialog.c:56 -#, fuzzy msgid "Monochrome" -msgstr "Só Maiúsculas" +msgstr "Monocromático" #: actions.c:606 msgid "Move action needs target & direction attributes" @@ -1506,7 +1501,7 @@ msgstr "Veloci_dade" #: hostdialog.c:198 msgid "System _type:" -msgstr "System _type:" +msgstr "Tipo de servidor:" #: proxy.c:522 msgid "TELNET Proxy: send error" @@ -1852,9 +1847,8 @@ msgid "_Browse" msgstr "_Procurar" #: hostdialog.c:232 -#, fuzzy msgid "_Color table:" -msgstr "Tema de cores:" +msgstr "Tabela de cores:" #: ui/00default.xml:324 msgid "_Connect" diff --git a/src/pw3270/hostdialog.c b/src/pw3270/hostdialog.c index c49aaaf..0e633ef 100644 --- a/src/pw3270/hostdialog.c +++ b/src/pw3270/hostdialog.c @@ -195,7 +195,7 @@ g_free(str); - set_row(row++,widget,container,_("System _type:")); + set_row(row++,widget,container,_( "System _type:" )); g_signal_connect(G_OBJECT(widget),"changed",G_CALLBACK(systype_changed),&iHostType); -- libgit2 0.21.2