Commit afb1d0bcd96de0846da634a675bea69601bc95f0

Authored by perry.werneck@gmail.com
1 parent 09963379

Atualizando tradução pt_BR

Showing 2 changed files with 10 additions and 6 deletions   Show diff stats
po/pt_BR.po
... ... @@ -5,8 +5,8 @@ msgid ""
5 5 msgstr ""
6 6 "Project-Id-Version: pw3270 5.0\n"
7 7 "Report-Msgid-Bugs-To: \n"
8   -"POT-Creation-Date: 2013-12-03 13:07-0200\n"
9   -"PO-Revision-Date: 2013-12-03 13:06-0200\n"
  8 +"POT-Creation-Date: 2013-12-03 13:26-0200\n"
  9 +"PO-Revision-Date: 2013-12-03 13:26-0200\n"
10 10 "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n"
11 11 "Language-Team: Portugues <>\n"
12 12 "Language: pt_BR\n"
... ... @@ -492,7 +492,7 @@ msgstr &quot;Erro de codificação de caracteres&quot;
492 492  
493 493 #: ft/ftdialog.c:393 ft/ftdialog.c:464
494 494 msgid "Check this if the file consists of character data only."
495   -msgstr "Check this if the file consists of character data only."
  495 +msgstr "Marque se o arquivo contem apenas texto."
496 496  
497 497 #: ui/10keypad.xml:172
498 498 msgid "Clear"
... ... @@ -2413,7 +2413,7 @@ msgstr &quot;_Adicionar ao arquivo de destino&quot;
2413 2413  
2414 2414 #: filetransfer.c:250 ft/ftdialog.c:137 ft/ftdialog.c:357
2415 2415 msgid "_Cancel"
2416   -msgstr "_Cancel"
  2416 +msgstr "_Cancelar"
2417 2417  
2418 2418 #: hostdialog.c:326
2419 2419 msgid "_Color table:"
... ... @@ -2467,7 +2467,11 @@ msgstr &quot;_Opções&quot;
2467 2467 msgid "_Port:"
2468 2468 msgstr "_Porta:"
2469 2469  
2470   -#: ft/ftdialog.c:138 ft/ftdialog.c:360
  2470 +#: ft/ftdialog.c:360
  2471 +msgid "_Receive"
  2472 +msgstr "_Receber"
  2473 +
  2474 +#: ft/ftdialog.c:138
2471 2475 msgid "_Save"
2472 2476 msgstr "_Gravar"
2473 2477  
... ...
src/pw3270/ft/ftdialog.c
... ... @@ -357,7 +357,7 @@ GtkWidget * v3270_ft_dialog_new(GtkWidget *parent, LIB3270_FT_OPTION options)
357 357 gtk_dialog_add_button(GTK_DIALOG(dialog),_( "_Cancel" ), GTK_RESPONSE_CANCEL);
358 358  
359 359 dialog->ready = gtk_dialog_add_button(GTK_DIALOG(dialog),
360   - (dialog->options & LIB3270_FT_OPTION_RECEIVE) != 0 ? _( "_Save") : _( "_Send" ),
  360 + (dialog->options & LIB3270_FT_OPTION_RECEIVE) != 0 ? _( "_Receive") : _( "_Send" ),
361 361 GTK_RESPONSE_ACCEPT);
362 362  
363 363 gtk_widget_set_sensitive(dialog->ready,FALSE);
... ...