akaunting/resources/lang/da-DK/pagination.php

10 lines
193 B
PHP
Raw Normal View History

2018-04-14 14:16:03 +03:00
<?php
return [
'previous' => '&laquo; Forrige',
'next' => 'Næste &raquo;',
'showing' => 'Viser :first til :last af :total :type',
];