]> git.openstreetmap.org Git - rails.git/commitdiff
Added translations for friend_notification
authorJenny Herbert <jennyh@svn.openstreetmap.org>
Sun, 31 May 2009 17:41:56 +0000 (17:41 +0000)
committerJenny Herbert <jennyh@svn.openstreetmap.org>
Sun, 31 May 2009 17:41:56 +0000 (17:41 +0000)
app/views/notifier/friend_notification.rhtml
config/locales/en.yml

index 4103a763d8826a6621ef2539bb30738260df6086..8917061f1444d3e556ee824c1d374696da85a74b 100644 (file)
@@ -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
index 7b6b07ba219d5d3e173f183fc0ee01172a714b1a..66a9006989af1f4a9bab3ab384c2552f01a2a96e 100644 (file)
@@ -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"