Merge pull request #3069 from movilla/trad_mobile

Small translations of mobile "My Activity" and add translation "via mobile" for mobile posts
This commit is contained in:
Maxwell Salzberg 2012-03-29 12:14:35 -07:00
commit 79a09dbea6
3 changed files with 3 additions and 3 deletions

View file

@ -53,7 +53,7 @@
- if user_signed_in? - if user_signed_in?
#header-nav #header-nav
.activity-nav .activity-nav
= link_to(t('.my_activity'), activity_stream_path) = link_to(t('streams.activity.title'), activity_stream_path)
#nav_badges #nav_badges
.badge{:id => "notification_badge"} .badge{:id => "notification_badge"}

View file

@ -12,8 +12,7 @@
- if post.activity_streams? - if post.activity_streams?
= t('shared.stream_element.via', :link => link_to("#{post.provider_display_name}", post.actor_url)).html_safe = t('shared.stream_element.via', :link => link_to("#{post.provider_display_name}", post.actor_url)).html_safe
- elsif post.provider_display_name == 'mobile' - elsif post.provider_display_name == 'mobile'
= t('shared.stream_element.via', :link => nil) = t('shared.stream_element.via_mobile', :link => nil)
mobile
– –
%span.scope_scope %span.scope_scope
- if post.public? - if post.public?

View file

@ -862,6 +862,7 @@ en:
connect_to_comment: "Connect to this user to comment on their post" connect_to_comment: "Connect to this user to comment on their post"
currently_unavailable: 'commenting currently unavailable' currently_unavailable: 'commenting currently unavailable'
via: "via %{link}" via: "via %{link}"
via_mobile: "via mobile"
ignore_user: "Ignore %{name}" ignore_user: "Ignore %{name}"
ignore_user_description: "Ignore and remove user from all aspects?" ignore_user_description: "Ignore and remove user from all aspects?"
hide_and_mute: "Hide and mute post" hide_and_mute: "Hide and mute post"