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