10 lines
226 B
PHP
10 lines
226 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'previous' => '« Forrige',
|
|
'next' => 'Næste »',
|
|
'showing' => ':first-:last af :total :type.',
|
|
'page' => 'pr side.',
|
|
];
|