composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / hr.php
blob1a339de7bfd0438e0916a5063a8ea8d949021b98
1 <?php
3 /*
4 * This file is part of the Carbon package.
6 * (c) Brian Nesbitt <brian@nesbot.com>
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
12 return array(
13 'year' => ':count godinu|:count godine|:count godina',
14 'y' => ':count godinu|:count godine|:count godina',
15 'month' => ':count mjesec|:count mjeseca|:count mjeseci',
16 'm' => ':count mjesec|:count mjeseca|:count mjeseci',
17 'week' => ':count tjedan|:count tjedna|:count tjedana',
18 'w' => ':count tjedan|:count tjedna|:count tjedana',
19 'day' => ':count dan|:count dana|:count dana',
20 'd' => ':count dan|:count dana|:count dana',
21 'hour' => ':count sat|:count sata|:count sati',
22 'h' => ':count sat|:count sata|:count sati',
23 'minute' => ':count minutu|:count minute |:count minuta',
24 'min' => ':count minutu|:count minute |:count minuta',
25 'second' => ':count sekundu|:count sekunde|:count sekundi',
26 's' => ':count sekundu|:count sekunde|:count sekundi',
27 'ago' => 'prije :time',
28 'from_now' => 'za :time',
29 'after' => 'za :time',
30 'before' => 'prije :time',