2023-10-30 12:16:19 +01:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Pagination Language Lines
|
|
|
|
* The following language lines are used by the paginator library to build
|
|
|
|
* the simple pagination links.
|
|
|
|
*/
|
|
|
|
return [
|
|
|
|
|
2023-12-28 18:49:38 +01:00
|
|
|
'previous' => '« Edellinen',
|
|
|
|
'next' => 'Seuraava »',
|
2023-10-30 12:16:19 +01:00
|
|
|
|
|
|
|
];
|