11 lines
235 B
PHP
11 lines
235 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'previous' => '« Föregående',
|
|
'next' => 'Nästa »',
|
|
'showing' => ':first-:last of :total records.',
|
|
'page' => 'per sida.',
|
|
|
|
];
|