akaunting/resources/lang/da-DK/pagination.php
2018-04-14 14:16:03 +03:00

10 lines
193 B
PHP

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