X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/361819b0fe7ca836ebe72f222f70a5c191a7e12e..c48263e15c7d6a4547863b533ff863d5146917e8:/app/views/browse/_paging_nav.rhtml diff --git a/app/views/browse/_paging_nav.rhtml b/app/views/browse/_paging_nav.rhtml index fcfbb05dc..30e23b7dd 100644 --- a/app/views/browse/_paging_nav.rhtml +++ b/app/views/browse/_paging_nav.rhtml @@ -1,12 +1,12 @@ <% 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) } %>