Files
nexusphp/resources/lang/da/pagination.php

9 lines
118 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
return [
'next' => 'Næste &raquo;',
'previous' => '&laquo; Forrige',
];