From 3b66dd6e3fe1455641a5d2ca8440f8cb8ce494b6 Mon Sep 17 00:00:00 2001 From: movilla Date: Wed, 28 Mar 2012 00:46:20 +0200 Subject: [PATCH 1/3] small translations of mobile My Activity --- app/views/layouts/application.mobile.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.mobile.haml b/app/views/layouts/application.mobile.haml index 685a5a856..6a5f16909 100644 --- a/app/views/layouts/application.mobile.haml +++ b/app/views/layouts/application.mobile.haml @@ -53,7 +53,7 @@ - if user_signed_in? #header-nav .activity-nav - = link_to(t('.my_activity'), activity_stream_path) + = link_to(t('streams.activity.title'), activity_stream_path) #nav_badges .badge{:id => "notification_badge"} From af10497b6cef65848d1227a8ae34124205472a37 Mon Sep 17 00:00:00 2001 From: movilla Date: Thu, 29 Mar 2012 17:26:03 +0300 Subject: [PATCH 2/3] Add translation via mobile --- app/views/shared/_post_info.mobile.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/shared/_post_info.mobile.haml b/app/views/shared/_post_info.mobile.haml index b56cab3ef..e28d4dd30 100644 --- a/app/views/shared/_post_info.mobile.haml +++ b/app/views/shared/_post_info.mobile.haml @@ -12,8 +12,7 @@ - if post.activity_streams? = t('shared.stream_element.via', :link => link_to("#{post.provider_display_name}", post.actor_url)).html_safe - elsif post.provider_display_name == 'mobile' - = t('shared.stream_element.via', :link => nil) - mobile + = t('shared.stream_element.via_mobile', :link => nil) – %span.scope_scope - if post.public? From 2d1393b0c5b2e8b19ec4cec8bb1b9a8fc27153d1 Mon Sep 17 00:00:00 2001 From: movilla Date: Thu, 29 Mar 2012 17:33:51 +0300 Subject: [PATCH 3/3] Add translation: via mobile --- config/locales/diaspora/en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index 4e4fd53f9..975f575cc 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -862,6 +862,7 @@ en: connect_to_comment: "Connect to this user to comment on their post" currently_unavailable: 'commenting currently unavailable' via: "via %{link}" + via_mobile: "via mobile" ignore_user: "Ignore %{name}" ignore_user_description: "Ignore and remove user from all aspects?" hide_and_mute: "Hide and mute post"