akaunting/resources/lang/is-IS/pagination.php
2020-06-04 14:09:57 +03:00

11 lines
213 B
PHP

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