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

10 lines
211 B
PHP
Raw Permalink Normal View History

2018-04-14 14:16:03 +03:00
<?php
return [
2020-03-17 16:39:03 +03:00
'previous' => 'Forrige',
'next' => 'Næste',
'showing' => ':first-:last af :total poster.',
2019-11-18 20:33:00 +03:00
'page' => 'pr side.',
2018-04-14 14:16:03 +03:00
];