akaunting/resources/lang/nb-NO/pagination.php

10 lines
192 B
PHP
Raw Normal View History

2018-01-13 15:25:25 +03:00
<?php
return [
'previous' => '&laquo; Forrige',
'next' => 'Neste &raquo;',
'showing' => 'Viser :first til :last av :total :type',
];