2023-10-30 19:16:19 +08:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Pagination Language Lines
|
|
|
|
* The following language lines are used by the paginator library to build
|
|
|
|
* the simple pagination links.
|
|
|
|
*/
|
|
|
|
return [
|
|
|
|
|
2024-01-16 20:10:22 +08:00
|
|
|
'previous' => '« Førre',
|
2023-10-30 19:16:19 +08:00
|
|
|
'next' => 'Neste »',
|
|
|
|
|
|
|
|
];
|