composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / bs_BA.php
blob7a9b05aa45216cded26e1bf56e5d74e1c83ce890
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 godina|:count godine|:count godina',
14 'y' => ':count godina|:count godine|:count godina',
15 'month' => ':count mjesec|:count mjeseca|:count mjeseci',
16 'm' => ':count mjesec|:count mjeseca|:count mjeseci',
17 'week' => ':count nedjelja|:count nedjelje|:count nedjelja',
18 'w' => ':count nedjelja|:count nedjelje|:count nedjelja',
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 minut|:count minuta|:count minuta',
24 'min' => ':count minut|:count minuta|:count minuta',
25 'second' => ':count sekund|:count sekunda|:count sekundi',
26 's' => ':count sekund|:count sekunda|:count sekundi',
27 'ago' => 'prije :time',
28 'from_now' => 'za :time',
29 'after' => 'nakon :time',
30 'before' => ':time ranije',