]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_paging_nav.rhtml
Set the OpenLayers locale when creating a map.
[rails.git] / app / views / browse / _paging_nav.rhtml
index fcfbb05dc048b8193bf16efb3bc448aaee7f641c..30e23b7dd5ed6c01e953d85c6739dff3518e111e 100644 (file)
@@ -1,12 +1,12 @@
 <tr><td colspan='2'>
 <% current_page = pages.current_page %>
 
-Showing page 
+<%= t'browse.paging_nav.showing_page' %> 
 <%= current_page.number %> (<%= current_page.first_item %><% 
 if (current_page.first_item < current_page.last_item) # if more than 1 trace on page 
   %>-<%= current_page.last_item %><% 
 end %>
-of <%= pages.item_count %>)
+<%= t'browse.paging_nav.of'%> <%= pages.item_count %>)
 
 <% if pages.page_count > 1 %>
 | <%= pagination_links_each(pages, {}) { |n| link_to_page(n, page_param) } %>