Add summary + informal translations links to terms page
This commit is contained in:
parent
7014cdb32c
commit
20cab5b9bf
2 changed files with 12 additions and 0 deletions
|
@ -45,4 +45,12 @@
|
|||
<%= submit_tag(t('user.terms.agree'), :name => "agree", :id => "agree") %>
|
||||
</div>
|
||||
</p>
|
||||
<br clear="all" />
|
||||
<hr />
|
||||
<p>
|
||||
<ul>
|
||||
<li><%= link_to(t('user.terms.summary'), t('user.terms.summary_url'), :target => :new)%></li>
|
||||
<li><%= link_to(t('user.terms.translations'), t('user.terms.translations_url'), :target => :new)%></li>
|
||||
</ul>
|
||||
</p>
|
||||
<% end %>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue