2023-10-30 11:16:19 +00: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 17:49:38 +00:00
|
|
|
'previous' => '« Edellinen',
|
|
|
|
'next' => 'Seuraava »',
|
2023-10-30 11:16:19 +00:00
|
|
|
|
|
|
|
];
|