From 63488da6521a9748c8af31516c6a26cfa152a33d Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 27 Jan 2020 10:19:18 -0300 Subject: [PATCH] Updating translation. --- locale/pt_BR.po | 10 ++++++---- src/core/toggles/table.c | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/locale/pt_BR.po b/locale/pt_BR.po index 7295688..1162291 100644 --- a/locale/pt_BR.po +++ b/locale/pt_BR.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pw3270 5.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-01-24 13:38-0300\n" -"PO-Revision-Date: 2020-01-24 11:19-0300\n" +"PO-Revision-Date: 2020-01-27 10:18-0300\n" "Last-Translator: Perry Werneck \n" "Language-Team: Português <>\n" "Language: pt_BR\n" @@ -258,7 +258,6 @@ msgid "Can't decode certificate revocation list" msgstr "Não foi possível decodificar a lista de certificados revogados" #: src/ssl/linux/url.c:99 -#, fuzzy msgid "Can't decode certificate revocation list got from LDAP server" msgstr "" "Não foi possível decodificar a lista de certificados revogados obtida na " @@ -576,9 +575,8 @@ msgid "Error \"%s\" writing to local file (rc=%d)" msgstr "Erro \"%s\" gravando arquivo local (rc=%d)" #: src/ssl/linux/url.c:66 -#, fuzzy msgid "Error getting certificate revocation list" -msgstr "Erro ao ler a lista de certificados revogados" +msgstr "Erro ao obter a lista de certificados revogados" #: src/core/ft/ftmessages.c:45 msgid "Error in file transfer: file transfer canceled" @@ -705,6 +703,10 @@ msgstr "" "Se ativo caracters colados sobre áreas protegidas serão ignorados para " "evitar o bloqueio do terminal" +#: src/core/toggles/table.c:225 +msgid "If set the selection will not be removed on screen changes" +msgstr "Se ativo a seleção não será removida quando a tela mudar" + #: src/core/toggles/table.c:175 msgid "If set, asks to place the toplevel window in the fullscreen state" msgstr "Se ativo pede para colocar a janela principal em modo de tela cheia" diff --git a/src/core/toggles/table.c b/src/core/toggles/table.c index ba1e3ef..6fbba31 100644 --- a/src/core/toggles/table.c +++ b/src/core/toggles/table.c @@ -212,7 +212,7 @@ const LIB3270_TOGGLE toggle_descriptor[LIB3270_TOGGLE_COUNT+1] = .icon = "format-text-bold", // Icon name .label = N_( "Bold" ), .summary = N_( "Bold" ), - .description = "" + .description = "If set the bold version of the selected font will be used" }, { .id = LIB3270_TOGGLE_KEEP_SELECTED, @@ -222,7 +222,7 @@ const LIB3270_TOGGLE toggle_descriptor[LIB3270_TOGGLE_COUNT+1] = .icon = NULL, // Icon name .label = N_( "Keep selected" ), .summary = N_( "Keep selected" ), - .description = "" + .description = N_("If set the selection will not be removed on screen changes"), }, { .id = LIB3270_TOGGLE_UNDERLINE, @@ -232,7 +232,7 @@ const LIB3270_TOGGLE toggle_descriptor[LIB3270_TOGGLE_COUNT+1] = .icon = "format-text-underline", // Icon name .label = N_( "Underline" ), .summary = N_( "Show Underline" ), - .description = "" + .description = "If set the terminal will show undeline characters" }, { .id = LIB3270_TOGGLE_CONNECT_ON_STARTUP, -- libgit2 0.21.2