From: Grant Slater
Date: Sun, 22 May 2011 14:10:30 +0000 (+0100)
Subject: Add summary + informal translations links to terms page
X-Git-Tag: live~7047^2~4
X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/20cab5b9bf9c8a29f91b96949bf4b593c508d0b4
Add summary + informal translations links to terms page
---
diff --git a/app/views/user/terms.html.erb b/app/views/user/terms.html.erb
index 5160716d1..d6bbd16f5 100644
--- a/app/views/user/terms.html.erb
+++ b/app/views/user/terms.html.erb
@@ -45,4 +45,12 @@
<%= submit_tag(t('user.terms.agree'), :name => "agree", :id => "agree") %>
+
+
+
+
+ - <%= link_to(t('user.terms.summary'), t('user.terms.summary_url'), :target => :new)%>
+ - <%= link_to(t('user.terms.translations'), t('user.terms.translations_url'), :target => :new)%>
+
+
<% end %>
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 8fb884914..5e82b80c8 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -1579,6 +1579,10 @@ en:
consider_pd: "In addition to the above agreement, I consider my contributions to be in the Public Domain"
consider_pd_why: "what's this?"
consider_pd_why_url: http://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
+ summary: "Human readable summary in English."
+ summary_url: http://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary
+ translations: "Informal translations / Informelle Ãbersetzung"
+ translations_url: http://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations
agree: Agree
declined: "http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
decline: "Decline"