akaunting/resources/lang/is-IS/pagination.php

11 lines
213 B
PHP
Raw Normal View History

2019-12-25 11:24:22 +00:00
<?php
return [
2020-06-04 11:09:57 +00:00
'previous' => 'Previous',
'next' => 'Next',
2019-12-25 11:24:22 +00:00
'showing' => ':first-:last of :total records.',
'page' => 'per page.',
];