added photo view translations
This commit is contained in:
parent
c6b34be63d
commit
271925a7f6
5 changed files with 5 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
%span.from
|
||||
= link_to post.person.real_name, post.person
|
||||
%b
|
||||
posted a new photo to
|
||||
=t('.posted_a_new_photo_to')
|
||||
= link_to post.album.name, object_path(post.album)
|
||||
|
||||
%br
|
||||
|
|
|
|||
|
|
@ -99,6 +99,7 @@ de:
|
|||
delete_photo: "Foto löschen"
|
||||
photo:
|
||||
show_comments: "Kommentare anzeigen"
|
||||
posted_a_new_photo_to: "posted a new photo to"
|
||||
new:
|
||||
new_photo: "Foto erstellen"
|
||||
back_to_list: "Zurück zur Liste"
|
||||
|
|
|
|||
|
|
@ -100,6 +100,7 @@ en:
|
|||
delete_photo: "Delete Photo"
|
||||
photo:
|
||||
show_comments: "show comments"
|
||||
posted_a_new_photo_to: "posted a new photo to"
|
||||
new:
|
||||
new_photo: "New Photo"
|
||||
back_to_list: "Back to List"
|
||||
|
|
|
|||
|
|
@ -101,6 +101,7 @@ es:
|
|||
delete_photo: "Eliminar Foto"
|
||||
photo:
|
||||
show_comments: "mostrar comentarios"
|
||||
posted_a_new_photo_to: "a puesto una nueva foto en"
|
||||
new:
|
||||
new_photo: "Nueva Foto"
|
||||
back_to_list: "Devuelta a la lista"
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ fr:
|
|||
delete_photo: "Supprimer la photo"
|
||||
photo:
|
||||
show_comments: "Montrer les commentaires"
|
||||
posted_a_new_photo_to: "posted a new photo to"
|
||||
new:
|
||||
new_photo: "Nouvelle photo"
|
||||
back_to_list: "Retour à la liste"
|
||||
|
|
|
|||
Loading…
Reference in a new issue