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
@@ -386,6 +386,8 @@ locale/$(PACKAGE_NAME).pot: \ | @@ -386,6 +386,8 @@ locale/$(PACKAGE_NAME).pot: \ | ||
386 | locale: \ | 386 | locale: \ |
387 | locale/$(PACKAGE_NAME).pot | 387 | locale/$(PACKAGE_NAME).pot |
388 | 388 | ||
389 | + @$(MAKE) -C locale all | ||
390 | + | ||
389 | doc: | 391 | doc: |
390 | @$(DOXYGEN) ./doxygen/doxyfile | 392 | @$(DOXYGEN) ./doxygen/doxyfile |
391 | 393 |
locale/pt_BR.po
@@ -6,7 +6,7 @@ msgstr "" | @@ -6,7 +6,7 @@ msgstr "" | ||
6 | "Project-Id-Version: pw3270 5.0\n" | 6 | "Project-Id-Version: pw3270 5.0\n" |
7 | "Report-Msgid-Bugs-To: \n" | 7 | "Report-Msgid-Bugs-To: \n" |
8 | "POT-Creation-Date: 2020-01-21 16:18-0300\n" | 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 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" | 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" |
11 | "Language-Team: Português <>\n" | 11 | "Language-Team: Português <>\n" |
12 | "Language: pt_BR\n" | 12 | "Language: pt_BR\n" |
@@ -695,9 +695,17 @@ msgstr "IBM S/390" | @@ -695,9 +695,17 @@ msgstr "IBM S/390" | ||
695 | msgid "ID of the session security state" | 695 | msgid "ID of the session security state" |
696 | msgstr "Identificação do estado de segurança da sessão" | 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 | #: src/core/toggles/table.c:175 | 706 | #: src/core/toggles/table.c:175 |
699 | msgid "If set, asks to place the toplevel window in the fullscreen state" | 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 | #: src/core/toggles/table.c:145 | 710 | #: src/core/toggles/table.c:145 |
703 | msgid "" | 711 | msgid "" |
src/core/toggles/table.c
@@ -202,7 +202,7 @@ const LIB3270_TOGGLE toggle_descriptor[LIB3270_TOGGLE_COUNT+1] = | @@ -202,7 +202,7 @@ const LIB3270_TOGGLE toggle_descriptor[LIB3270_TOGGLE_COUNT+1] = | ||
202 | .icon = NULL, // Icon name | 202 | .icon = NULL, // Icon name |
203 | .label = N_( "Smart paste" ), | 203 | .label = N_( "Smart paste" ), |
204 | .summary = N_( "Smart paste" ), | 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 | .id = LIB3270_TOGGLE_BOLD, | 208 | .id = LIB3270_TOGGLE_BOLD, |