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

11 lines
213 B
PHP
Raw Normal View History

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