akaunting/resources/lang/da-DK/pagination.php
2019-12-25 14:32:47 +03:00

11 lines
229 B
PHP

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