Files
nexusphp/resources/lang/hr/pagination.php
2025-05-05 21:36:39 +07:00

9 lines
123 B
PHP

<?php
declare(strict_types=1);
return [
'next' => 'Sljedeća &raquo;',
'previous' => '&laquo; Prethodna',
];