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

11 lines
229 B
PHP
Raw Normal View History

2018-04-14 14:16:03 +03:00
<?php
return [
'previous' => '&laquo; Forrige',
'next' => 'Næste &raquo;',
2019-12-25 14:32:47 +03:00
'showing' => ':first-:last of :total records.',
2019-11-18 20:33:00 +03:00
'page' => 'pr side.',
2019-12-25 14:32:47 +03:00
2018-04-14 14:16:03 +03:00
];