1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-11-24 03:42:32 +01:00
BookStack/lang/hr/pagination.php

13 lines
242 B
PHP
Raw Normal View History

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 [
'previous' => '&laquo; Prethodno',
'next' => 'Sljedeće &raquo;',
2021-06-02 17:32:31 +02:00
];