From: Jenny Herbert Date: Sun, 31 May 2009 17:41:56 +0000 (+0000) Subject: Added translations for friend_notification X-Git-Tag: live~7343^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1d89654a796be0c2f370a0ffd32c37aa496c7aee?ds=inline Added translations for friend_notification --- diff --git a/app/views/notifier/friend_notification.rhtml b/app/views/notifier/friend_notification.rhtml index 4103a763d..8917061f1 100644 --- a/app/views/notifier/friend_notification.rhtml +++ b/app/views/notifier/friend_notification.rhtml @@ -1,3 +1,4 @@ -<%= @user %> has added you as a friend on OpenStreetMap. +<%= t'notifier.friend_notification.had_added_you', :user => @user %> + +<%= t'notifier.friend_notification.see_their_profile', :userurl => @userurl %> -You can see their profile at <%= @userurl %> and add them as a friend too if you wish. \ No newline at end of file diff --git a/config/locales/en.yml b/config/locales/en.yml index 7b6b07ba2..66a900698 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -245,6 +245,9 @@ en: hi: "Hi {{to_user}}," header: "{{from_user}} has commented on your recent OpenStreetMap diary entry with the subject {{subject}}:" footer: "You can also read the comment at {{readurl}} and you can comment at {{commenturl}} or reply at {{replyurl}}" + friend_notification: + had_added_you: "{{user}} has added you as a friend on OpenStreetMap." + see_their_profile: "You can see their profile at {{userurl}} and add them as a friend too if you wish." signup_confirm_plain: greeting: "Hi there!" hopefully_you: "Someone (hopefully you) would like to create an account over at"