fixes to be in sync with latest commits

This commit is contained in:
MrZYX 2010-11-06 14:04:18 +01:00 committed by Jonne Hass
parent d91c26fb68
commit 8085a7bcd7
5 changed files with 8 additions and 7 deletions

View file

@ -7,5 +7,5 @@
%p.photo_description %p.photo_description
= post.caption = post.caption
= link_to "view all of #{post.person.real_name}'s photos", person_photos_path(post.person), :class => "small_text" = link_to t('.view_all', :name => post.person.real_name), person_photos_path(post.person), :class => "small_text"

View file

@ -2,4 +2,4 @@
-# licensed under the Affero General Public License version 3 or later. See -# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file. -# the COPYRIGHT file.
= link_to "New #{object.class.to_s} from #{object.person.real_name}", object_path(object.post) = link_to t('.new', :type => object.class.to_s, :from => object.person.real_name), object_path(object.post)

View file

@ -13,7 +13,7 @@
%ul %ul
- if post.public? - if post.public?
%li= t('.the_world') %li= t('the_world')
- else - else
- for aspect in current_user.aspects_with_post( post.id ) - for aspect in current_user.aspects_with_post( post.id )
%li= link_to aspect.name, aspect %li= link_to aspect.name, aspect

View file

@ -11,7 +11,7 @@
.aspect .aspect
- if post.public? - if post.public?
= t('.the_world') = t('the_world')
- else - else
= current_user.aspects_with_post( post.id ).join(', ') = current_user.aspects_with_post( post.id ).join(', ')

View file

@ -58,7 +58,6 @@ en:
shared: shared:
stream_element: stream_element:
show_comments: "show comments" show_comments: "show comments"
the_world: "the world"
aspect_nav: aspect_nav:
manage: "Manage" manage: "Manage"
manage_your_aspects: "Manage your Aspects" manage_your_aspects: "Manage your Aspects"
@ -92,6 +91,8 @@ en:
outside: "Public messages will be available for others outside of Diaspora to see." outside: "Public messages will be available for others outside of Diaspora to see."
logged_in: "logged in to %{service}" logged_in: "logged in to %{service}"
manage: "manage connected services" manage: "manage connected services"
notification:
new: "New %{type} from %{from}"
aspects: aspects:
no_friends_message: no_friends_message:
nobody: "We know you have friends — bring them to Diaspora!" nobody: "We know you have friends — bring them to Diaspora!"
@ -212,6 +213,8 @@ en:
update_photo: "Update Photo" update_photo: "Update Photo"
edit: edit:
editing: "Editing" editing: "Editing"
photo:
view_all: "view all of %{name}'s photos"
new: new:
new_photo: "New Photo" new_photo: "New Photo"
back_to_list: "Back to List" back_to_list: "Back to List"
@ -250,8 +253,6 @@ en:
new_status_message: new_status_message:
tell_me_something_good: "tell me something good" tell_me_something_good: "tell me something good"
oh_yeah: "oh yeah!" oh_yeah: "oh yeah!"
status_message:
show_comments: "show comments"
show: show:
destroy: "Destroy" destroy: "Destroy"
helper: helper: