X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5449cf4adcc1fad4b9f43426e6d3e4a8f65e6fbb..c372f6cc18cd8353fdd926722c10aa308bd98790:/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) } %>