- <td align="left">http://creativecommons.org/licenses/by-sa/2.0/</td>
- <td align="right">http://openstreetmap.org/</td>
- </tr>
- <tr>
- <td colspan="2" align="center">Licensed under the Creative Commons Attribution-Share Alike 2.0 license by the OpenStreetMap project and its contributors.</td>
+ <td align="center"><%=
+ I18n.t('site.index.license.notice',
+ :license_name => ('<a href="' + t('site.index.license.license_url') + '">' + t('site.index.license.license_name') + '</a>'),
+ :project_name => ('<a href="' + t('site.index.license.project_url') + '">' + t('site.index.license.project_name') + '</a>'))
+ %></td>