akaunting/resources/lang/en-GB/pagination.php
2022-06-01 10:15:55 +03:00

10 lines
212 B
PHP

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