Files
nexusphp/resources/lang/hr/pagination.php

9 lines
123 B
PHP
Raw Permalink Normal View History

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