2021-06-02 17:32:31 +02:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Pagination Language Lines
|
|
|
|
* The following language lines are used by the paginator library to build
|
|
|
|
* the simple pagination links.
|
|
|
|
*/
|
|
|
|
return [
|
|
|
|
|
2021-06-02 22:50:38 +02:00
|
|
|
'previous' => '« Prethodno',
|
|
|
|
'next' => 'Sljedeće »',
|
2021-06-02 17:32:31 +02:00
|
|
|
|
|
|
|
];
|