X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c8aa5a17b1b1d74dd8f940fef27ff2f140552258..b22ae7161314dc76417ccbf71a6ad20c01de8892:/app/views/browse/way.rhtml diff --git a/app/views/browse/way.rhtml b/app/views/browse/way.rhtml index 9a733bf9d..79c913a07 100644 --- a/app/views/browse/way.rhtml +++ b/app/views/browse/way.rhtml @@ -1,11 +1,11 @@ <% @name = printable_name @way -@title = 'Way | ' + @name +@title = t('browse.way.way') + ' | ' + @name %> <%= render :partial => "map", :object => @way %>
-

Way: <%= h(@name) %>

+

<%= t'browse.way.way_title', :way_name => h(@name) %>

<%= render :partial => "navigation" %> @@ -15,9 +15,8 @@ <%= render :partial => "way_details", :object => @way %>
- <%= link_to "Download XML", :controller => "way", :action => "read" %> - or - <%= link_to "view history", :action => "way_history" %> + <%= t'browse.way.download', :download_xml_link => link_to(t('browse.way.download_xml'), :controller => "way", :action => "read"), + :view_history_link => link_to(t('browse.way.view_history'), :action => "way_history") %>