Add a credit for IC on the front page
This commit is contained in:
parent
662172d525
commit
8b4d4549a4
2 changed files with 6 additions and 4 deletions
|
@ -87,7 +87,8 @@
|
|||
</p>
|
||||
<p>
|
||||
<%= t 'layouts.intro_3',
|
||||
:ucl => link_to(t('layouts.intro_3_ucl'), "http://www.vr.ucl.ac.uk"),
|
||||
:ucl => link_to(t('layouts.intro_3_ucl'), "http://www.vr.ucl.ac.uk"),
|
||||
:ic => link_to(t('layouts.intro_3_ic'), "http://www.imperial.ac.uk/"),
|
||||
:bytemark => link_to(t('layouts.intro_3_bytemark'), "http://www.bytemark.co.uk"),
|
||||
:partners => link_to(t('layouts.intro_3_partners'), t('layouts.intro_3_partners_url')) %>
|
||||
</p>
|
||||
|
|
|
@ -931,9 +931,10 @@ en:
|
|||
tag_line: The Free Wiki World Map
|
||||
intro_1: "OpenStreetMap is a free editable map of the whole world. It is made by people like you."
|
||||
intro_2: "OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth."
|
||||
intro_3: "OpenStreetMap's hosting is kindly supported by the %{ucl} and %{bytemark}. Other supporters of the project are listed in the %{partners}."
|
||||
intro_3_ucl: "UCL VR Centre"
|
||||
intro_3_bytemark: "bytemark"
|
||||
intro_3: "OpenStreetMap's hosting is kindly supported by %{ucl}, %{ic} and %{bytemark}. Other supporters of the project are listed in the %{partners}."
|
||||
intro_3_ucl: "the UCL VR Centre"
|
||||
intro_3_ic: "Imperial College"
|
||||
intro_3_bytemark: "Bytemark Hosting"
|
||||
intro_3_partners: "wiki"
|
||||
intro_3_partners_url: "http://wiki.openstreetmap.org/wiki/Partners"
|
||||
osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue