diff --git a/locale/pt_BR.po b/locale/pt_BR.po index 45b2a65..e750486 100644 --- a/locale/pt_BR.po +++ b/locale/pt_BR.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: pw3270 5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-05-29 17:05-0300\n" -"PO-Revision-Date: 2019-05-29 17:08-0300\n" +"POT-Creation-Date: 2019-05-29 17:12-0300\n" +"PO-Revision-Date: 2019-05-29 17:12-0300\n" "Last-Translator: Perry Werneck \n" "Language-Team: Português <>\n" "Language: pt_BR\n" @@ -265,6 +265,11 @@ msgstr "Adiciona conteúdo do arquivo origem ao final do arquivo destino." msgid "Application name" msgstr "Nome da aplicação" +#: main.c:427 +#, c-format +msgid "Application name set to \"%s\"" +msgstr "Nome da aplicação definido para \"%s\"" + #: 10keypad.xml:85 msgid "Attn" msgstr "Attn" diff --git a/locale/pw3270.pot b/locale/pw3270.pot index 8852aa2..379e6c4 100644 --- a/locale/pw3270.pot +++ b/locale/pw3270.pot @@ -9,7 +9,7 @@ msgstr "" "#-#-#-#-# pw3270.pot (PACKAGE VERSION) #-#-#-#-#\n" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-05-29 17:05-0300\n" +"POT-Creation-Date: 2019-05-29 17:12-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -288,6 +288,11 @@ msgstr "" msgid "Application name" msgstr "" +#: main.c:427 +#, c-format +msgid "Application name set to \"%s\"" +msgstr "" + #: 10keypad.xml:85 msgid "Attn" msgstr "" diff --git a/src/pw3270/main.c b/src/pw3270/main.c index 4cacf49..979ea93 100644 --- a/src/pw3270/main.c +++ b/src/pw3270/main.c @@ -424,7 +424,7 @@ int main(int argc, char *argv[]) if(app_name) { g_set_application_name(app_name); - g_message("Application name set to \"%s\"",app_name); + g_message( _( "Application name set to \"%s\"" ), app_name); } #ifdef _WIN32 else -- libgit2 0.21.2