composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / sr_Latn_ME.php
blob2d2e28814d2c26df1561a54d95de453178df1cc5
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' => '{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54}:count godine|[0,Inf[ :count godina',
14 'y' => ':count g.',
15 'month' => '{1} :count mjesec|{2,3,4}:count mjeseca|[5,Inf[ :count mjeseci',
16 'm' => ':count mj.',
17 'week' => '{1} :count nedjelja|{2,3,4}:count nedjelje|[5,Inf[ :count nedjelja',
18 'w' => ':count ned.',
19 'day' => '{1,21,31} :count dan|[2,Inf[ :count dana',
20 'd' => ':count d.',
21 'hour' => '{1,21} :count sat|{2,3,4,22,23,24}:count sata|[5,Inf[ :count sati',
22 'h' => ':count č.',
23 'minute' => '{1,21,31,41,51} :count minut|[2,Inf[ :count minuta',
24 'min' => ':count min.',
25 'second' => '{1,21,31,41,51} :count sekund|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54}:count sekunde|[5,Inf[:count sekundi',
26 's' => ':count sek.',
27 'ago' => 'prije :time',
28 'from_now' => 'za :time',
29 'after' => ':time nakon',
30 'before' => ':time prije',
32 'year_from_now' => '{1,21,31,41,51} :count godinu|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54} :count godine|[5,Inf[ :count godina',
33 'year_ago' => '{1,21,31,41,51} :count godinu|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54} :count godine|[5,Inf[ :count godina',
35 'week_from_now' => '{1} :count nedjelju|{2,3,4} :count nedjelje|[5,Inf[ :count nedjelja',
36 'week_ago' => '{1} :count nedjelju|{2,3,4} :count nedjelje|[5,Inf[ :count nedjelja',
38 'diff_now' => 'upravo sada',
39 'diff_yesterday' => 'juče',
40 'diff_tomorrow' => 'sutra',
41 'diff_before_yesterday' => 'prekjuče',
42 'diff_after_tomorrow' => 'preksutra',