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

10 lines
192 B
PHP

<?php
return [
'previous' => '&laquo; Forrige',
'next' => 'Neste &raquo;',
'showing' => 'Viser :first til :last av :total :type',
];