moar translatable
This commit is contained in:
parent
8835559ae5
commit
643a066691
2 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,6 @@
|
||||||
{:controller => "contacts",
|
{:controller => "contacts",
|
||||||
:action => "new",
|
:action => "new",
|
||||||
:person_id => person.id},
|
:person_id => person.id},
|
||||||
:alt => 'add contact from tag',
|
:alt => t('.add_contact_from_tag'),
|
||||||
:class => 'button',
|
:class => 'button',
|
||||||
:rel => 'facebox'
|
:rel => 'facebox'
|
||||||
|
|
|
||||||
|
|
@ -379,6 +379,8 @@ en:
|
||||||
people_on_pod_are_aware_of: " people on pod are aware of"
|
people_on_pod_are_aware_of: " people on pod are aware of"
|
||||||
aspect_list:
|
aspect_list:
|
||||||
edit_membership: "edit aspect membership"
|
edit_membership: "edit aspect membership"
|
||||||
|
add_contact_small:
|
||||||
|
add_contact_from_tag: "add contact from tag"
|
||||||
|
|
||||||
photos:
|
photos:
|
||||||
show:
|
show:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue