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