akaunting/resources/lang/en-GB/pagination.php
2019-12-24 17:53:18 +03:00

11 lines
229 B
PHP

<?php
return [
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
'showing' => ':first-:last of :total records.',
'page' => 'per page.',
];