10 lines
193 B
PHP
10 lines
193 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'previous' => '« Forrige',
|
|
'next' => 'Næste »',
|
|
'showing' => 'Viser :first til :last af :total :type',
|
|
|
|
];
|