X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/22292debda11f9940ed98faa5f9c01697d6bfcaa..983dbb5353f819c513cd36a25321e2714d27b3ac:/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") %>