1
0
Fork 0
forked from OpenNeo/impress

localize outfits#_outfit

This commit is contained in:
Emi Matchu 2013-01-26 12:42:38 -06:00
parent 254a4fe89c
commit 1ef39f854c
3 changed files with 17 additions and 5 deletions

View file

@ -7,8 +7,8 @@
= link_to outfit.name, outfit, :class => 'outfit-name'
%footer
= link_to_edit_outfit 'edit', outfit, :class => 'outfit-edit-link'
= button_to 'delete', outfit, :method => 'delete', :class => 'outfit-delete-button', :confirm => "Are you sure you want to delete the outfit #{outfit.name}?"
= link_to_edit_outfit t('.edit'), outfit, :class => 'outfit-edit-link'
= button_to t('.delete'), outfit, :method => 'delete',
:class => 'outfit-delete-button',
:confirm => t('.delete_confirmation',
:outfit_name => outfit.name)

View file

@ -645,6 +645,12 @@ en-MEEP:
Thanks for meeping us <strong>%{pet_name}</strong>.
Meep up the good work!
outfit:
edit: eedit
delete: demeep
delete_confirmation:
Are you sure you want to demeep the outfit %{outfit_name}?
show:
default_outfit_name: Meeped outfit
edit: Meep

View file

@ -691,6 +691,12 @@ en:
Thanks for showing us <strong>%{pet_name}</strong>.
Keep up the good work!
outfit:
edit: edit
delete: delete
delete_confirmation:
Are you sure you want to delete the outfit %{outfit_name}?
show:
default_outfit_name: Shared outfit
edit: Edit