diff --git a/templates/Includes/GridFieldPaginator_Row.ss b/templates/Includes/GridFieldPaginator_Row.ss index 11d8224f4..e53204eff 100644 --- a/templates/Includes/GridFieldPaginator_Row.ss +++ b/templates/Includes/GridFieldPaginator_Row.ss @@ -3,9 +3,21 @@ <% if $OnlyOnePage %> <% else %>
- $FirstPage $PreviousPage Page of $NumPages $NextPage $LastPage + $FirstPage $PreviousPage + + <% _t('Pagination.Page', 'Page') %> + + <% _t('TableListField_PageControls.ss.OF', 'of', 'Example: View 1 of 2') %> + $NumPages + + $NextPage $LastPage
<% end_if %> - View $FirstShownRecord - $LastShownRecord of $NumRecords + + <% _t('Pagination.View', 'View', 'Verb. Example: View 1 of 2') %> + $FirstShownRecord - $LastShownRecord + <% _t('TableListField_PageControls.ss.OF', 'of', 'Example: View 1 of 2') %> + $NumRecords + \ No newline at end of file