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

11 lines
228 B
PHP
Raw Normal View History

2019-12-25 14:24:22 +03:00
<?php
return [
'previous' => '&laquo; Fyrri',
'next' => 'Næsta &raquo;',
'showing' => ':first-:last of :total records.',
'page' => 'per page.',
];