akaunting/resources/lang/da-DK/pagination.php
2019-11-18 20:33:00 +03:00

10 lines
226 B
PHP

<?php
return [
'previous' => '&laquo; Forrige',
'next' => 'Næste &raquo;',
'showing' => ':first-:last af :total :type.',
'page' => 'pr side.',
];