Commit 1ae6f2dc891809934e3081775863063093ade823
Committed by
Daniela Feitosa
1 parent
3f21bb20
Exists in
master
and in
28 other branches
Fixing multitask translation
(ActionItem1835)
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
app/views/tasks/index.rhtml
| ... | ... | @@ -31,13 +31,13 @@ |
| 31 | 31 | |
| 32 | 32 | <ul class='task-list'> |
| 33 | 33 | <p> |
| 34 | - <%= labelled_select(_("Set all to: "), 'set-decisions', 'downcase', 'to_s', nil, ["","Accept", "Reject", "Skip"], :id => "up-set-all-tasks-to") %> | |
| 34 | + <%= labelled_select(_("Set all to: "), 'set-decisions', 'downcase', 'to_s', nil, ["",_("Accept"), _("Reject"), _("Skip")], :id => "up-set-all-tasks-to") %> | |
| 35 | 35 | </p> |
| 36 | 36 | <% @tasks.each do |task| %> |
| 37 | 37 | <%= render :partial => 'task', :locals => { :task => task } %> |
| 38 | 38 | <% end %> |
| 39 | 39 | <p> |
| 40 | - <%= labelled_select(_("Set all to: "), 'set-decisions', 'downcase', 'to_s', nil, ["","Accept", "Reject", "Skip"], :id => "down-set-all-tasks-to") %> | |
| 40 | + <%= labelled_select(_("Set all to: "), 'set-decisions', 'downcase', 'to_s', nil, ["",_("Accept"), _("Reject"), _("Skip")], :id => "up-set-all-tasks-to") %> | |
| 41 | 41 | </p> |
| 42 | 42 | </ul> |
| 43 | 43 | ... | ... |
po/pt/noosfero.po
| ... | ... | @@ -6357,7 +6357,7 @@ msgstr "Ver tarefas processadas" |
| 6357 | 6357 | |
| 6358 | 6358 | #: app/views/tasks/index.rhtml:34 app/views/tasks/index.rhtml:40 |
| 6359 | 6359 | msgid "Set all to: " |
| 6360 | -msgstr "Selecione uma categoria:" | |
| 6360 | +msgstr "Marque todos como:" | |
| 6361 | 6361 | |
| 6362 | 6362 | #: app/views/tasks/new.rhtml:1 |
| 6363 | 6363 | msgid "New request for %s" | ... | ... |