X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/fd6f00b069af5a7b87227ea4c3401dc461d7311a..91bc3c92441bb2f85510b40741b30ee89dcf97f1:/app/views/site/index.rhtml diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index 54f281727..de1de19f4 100644 --- a/app/views/site/index.rhtml +++ b/app/views/site/index.rhtml @@ -1,6 +1,6 @@ <% content_for :greeting do %> <% if @user and !@user.home_lon.nil? and !@user.home_lat.nil? %> -<%= link_to_function 'home', "setPosition(#{@user.home_lat}, #{@user.home_lon}, 10)" %> | + <%= link_to_function t('layouts.home'), "setPosition(#{@user.home_lat}, #{@user.home_lon}, 10)", { :title => t('layouts.home_tooltip') } %> | <% end %> <% end %> @@ -10,24 +10,24 @@
http://creativecommons.org/licenses/by-sa/2.0/ | -http://openstreetmap.org/ | -|
Licensed under the Creative Commons Attribution-Share Alike 2.0 license by the OpenStreetMap project and its contributors. | +<%= + I18n.t('site.index.license.notice', + :license_name => ('' + t('site.index.license.license_name') + ''), + :project_name => ('' + t('site.index.license.project_name') + '')) + %> |