Commit bbd0b9e1b9946d5a6e7142448981f80bb7150426
1 parent
ffe41c24
Exists in
master
and in
3 other branches
Updating smart paste summary.
Showing
3 changed files
with
13 additions
and
3 deletions
Show diff stats
Makefile.in
locale/pt_BR.po
... | ... | @@ -6,7 +6,7 @@ msgstr "" |
6 | 6 | "Project-Id-Version: pw3270 5.0\n" |
7 | 7 | "Report-Msgid-Bugs-To: \n" |
8 | 8 | "POT-Creation-Date: 2020-01-21 16:18-0300\n" |
9 | -"PO-Revision-Date: 2020-01-21 16:24-0300\n" | |
9 | +"PO-Revision-Date: 2020-01-23 11:18-0300\n" | |
10 | 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" |
11 | 11 | "Language-Team: Português <>\n" |
12 | 12 | "Language: pt_BR\n" |
... | ... | @@ -695,9 +695,17 @@ msgstr "IBM S/390" |
695 | 695 | msgid "ID of the session security state" |
696 | 696 | msgstr "Identificação do estado de segurança da sessão" |
697 | 697 | |
698 | +#: src/core/toggles/table.c:205 | |
699 | +msgid "" | |
700 | +"If set the characters pasted over protected areas will be skipped to avoid " | |
701 | +"locks" | |
702 | +msgstr "" | |
703 | +"Se ativo caracters colados sobre áreas protegidas serão ignorado para evitar " | |
704 | +"o bloqueio do terminal" | |
705 | + | |
698 | 706 | #: src/core/toggles/table.c:175 |
699 | 707 | msgid "If set, asks to place the toplevel window in the fullscreen state" |
700 | -msgstr "If set, asks to place the toplevel window in the fullscreen state" | |
708 | +msgstr "Se ativo pede para colocar a janela principal em modo de tela cheia" | |
701 | 709 | |
702 | 710 | #: src/core/toggles/table.c:145 |
703 | 711 | msgid "" | ... | ... |
src/core/toggles/table.c
... | ... | @@ -202,7 +202,7 @@ const LIB3270_TOGGLE toggle_descriptor[LIB3270_TOGGLE_COUNT+1] = |
202 | 202 | .icon = NULL, // Icon name |
203 | 203 | .label = N_( "Smart paste" ), |
204 | 204 | .summary = N_( "Smart paste" ), |
205 | - .description = "" | |
205 | + .description = N_( "If set the characters pasted over protected areas will be skipped to avoid locks" ) | |
206 | 206 | }, |
207 | 207 | { |
208 | 208 | .id = LIB3270_TOGGLE_BOLD, | ... | ... |