composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / sh.php
blobd520cf03a04467a59daea030a866ae0617c67a46
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 mesec|:count meseca|:count meseci',
16 'm' => ':count mesec|:count meseca|:count meseci',
17 'week' => ':count nedelja|:count nedelje|:count nedelja',
18 'w' => ':count nedelja|:count nedelje|:count nedelja',
19 'day' => ':count dan|:count dana|:count dana',
20 'd' => ':count dan|:count dana|:count dana',
21 'hour' => ':count čas|:count časa|:count časova',
22 'h' => ':count čas|:count časa|:count časova',
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' => 'pre :time',
28 'from_now' => 'za :time',
29 'after' => 'nakon :time',
30 'before' => ':time raniјe',