File: /home/posscale/subdomains/xibo/vendor/jenssegers/date/src/Lang/hr.php
<?php
return [
/*
|--------------------------------------------------------------------------
| Date Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the date library. Each line can
| have a singular and plural translation separated by a '|'.
|
*/
'ago' => 'prije :time',
'from_now' => 'za :time',
'after' => 'za :time',
'before' => 'prije :time',
'year' => ':count godinu|:count godine|:count godina',
'month' => ':count mjesec|:count mjeseca|:count mjeseci',
'week' => ':count tjedan|:count tjedna|:count tjedana',
'day' => ':count dan|:count dana|:count dana',
'hour' => ':count sat|:count sata|:count sati',
'minute' => ':count minutu|:count minute |:count minuta',
'second' => ':count sekundu|:count sekunde|:count sekundi',
'january' => 'siječanj',
'february' => 'veljača',
'march' => 'ožujak',
'april' => 'travanj',
'may' => 'svibanj',
'june' => 'lipanj',
'july' => 'srpanj',
'august' => 'kolovoz',
'september' => 'rujan',
'october' => 'listopad',
'november' => 'studeni',
'december' => 'prosinac',
'monday' => 'ponedjeljak',
'tuesday' => 'utorak',
'wednesday' => 'srijeda',
'thursday' => 'cetvrtak',
'friday' => 'petak',
'saturday' => 'subota',
'sunday' => 'nedjelja',
];