10 lines
199 B
PHP
10 lines
199 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'previous' => '« Föregående',
|
|
'next' => 'Nästa »',
|
|
'showing' => 'Visar :first till :last av :total :type',
|
|
|
|
];
|