Add spanish translation ((incomplete) and i18n a couple of string in action editor

This commit is contained in:
Ignacio Huerta 2011-05-31 08:59:22 +02:00 committed by Reinier Balt
parent 4457cb37e3
commit 0592b8fe34
2 changed files with 842 additions and 2 deletions

View file

@ -58,11 +58,11 @@ form_for(todo, :html=> { :name=>'todo', :id => dom_id(@todo, 'form'), :class =>
<div class="widgets">
<button type="submit" class="positive" id="<%= dom_id(@todo, 'submit') %>" tabindex="<%= next_tab_index %>">
<%=image_tag("accept.png", :alt => "") %>
Update
<%= t('common.update') %>
</button>
<a href="#" class="negative">
<%=image_tag("cancel.png", :alt => "") %>
Cancel
<%= t('common.cancel') %>
</a>
</div>
</div>