akaunting/resources/lang/en-AU/pagination.php
2020-12-26 23:32:05 +00:00

11 lines
213 B
PHP

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