This commit is contained in:
Benjamin Takats
2022-12-21 17:14:32 +01:00
parent 38161bd19e
commit 3eaa2bc2eb
191 changed files with 9005 additions and 3442 deletions

View File

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