From bbd0b9e1b9946d5a6e7142448981f80bb7150426 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 23 Jan 2020 11:19:44 -0300 Subject: [PATCH] Updating smart paste summary. --- Makefile.in | 2 ++ locale/pt_BR.po | 12 ++++++++++-- src/core/toggles/table.c | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index e67e342..aebbbc6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -386,6 +386,8 @@ locale/$(PACKAGE_NAME).pot: \ locale: \ locale/$(PACKAGE_NAME).pot + @$(MAKE) -C locale all + doc: @$(DOXYGEN) ./doxygen/doxyfile diff --git a/locale/pt_BR.po b/locale/pt_BR.po index 148ce2b..10bf748 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-21 16:18-0300\n" -"PO-Revision-Date: 2020-01-21 16:24-0300\n" +"PO-Revision-Date: 2020-01-23 11:18-0300\n" "Last-Translator: Perry Werneck \n" "Language-Team: Português <>\n" "Language: pt_BR\n" @@ -695,9 +695,17 @@ msgstr "IBM S/390" msgid "ID of the session security state" msgstr "Identificação do estado de segurança da sessão" +#: src/core/toggles/table.c:205 +msgid "" +"If set the characters pasted over protected areas will be skipped to avoid " +"locks" +msgstr "" +"Se ativo caracters colados sobre áreas protegidas serão ignorado para evitar " +"o bloqueio do terminal" + #: src/core/toggles/table.c:175 msgid "If set, asks to place the toplevel window in the fullscreen state" -msgstr "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" #: src/core/toggles/table.c:145 msgid "" diff --git a/src/core/toggles/table.c b/src/core/toggles/table.c index bcfab6b..ba1e3ef 100644 --- a/src/core/toggles/table.c +++ b/src/core/toggles/table.c @@ -202,7 +202,7 @@ const LIB3270_TOGGLE toggle_descriptor[LIB3270_TOGGLE_COUNT+1] = .icon = NULL, // Icon name .label = N_( "Smart paste" ), .summary = N_( "Smart paste" ), - .description = "" + .description = N_( "If set the characters pasted over protected areas will be skipped to avoid locks" ) }, { .id = LIB3270_TOGGLE_BOLD, -- libgit2 0.21.2