add some missing translations for #1276

This commit is contained in:
Reinier Balt 2012-04-10 20:28:58 +02:00
parent 0e22d91804
commit 8af27fb7fd
8 changed files with 1104 additions and 1090 deletions

View file

@ -231,7 +231,7 @@ module ApplicationHelper
else
return list.inject("") do |html, item|
link = (item.class == "Project") ? link_to_project( item ) : link_to_context(item)
html << content_tag(:li, link + " (" + count_undone_todos_phrase(item,"actions")+")")
html << content_tag(:li, link + " (" + count_undone_todos_phrase(item, I18n.t("common.actions_midsentence"))+")")
end
end
end

View file

@ -10,7 +10,7 @@
<%= t('common.last' ) unless ( ['review','stalled','blocked','current'].include?(state) )%>
<%= t('states.'+state+'_plural' )%>
<%= t('common.projects') %><%= total_count==-1 ? "" : " ("+link_to("Show all", done_projects_path)+")"%>
<%= t('common.projects') %><%= total_count==-1 ? "" : " ("+link_to(t('common.show_all'), done_projects_path)+")"%>
</h2>
<% unless suppress_sort_menu %>