composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / sr_Cyrl_ME.php
blob18214c44c3c8a0a7416539acfb302c46a58e0699
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 године|[0,Inf[ :count година',
14 'y' => ':count г.',
15 'month' => '{1} :count мјесец|{2,3,4}:count мјесеца|[5,Inf[ :count мјесеци',
16 'm' => ':count мј.',
17 'week' => '{1} :count недјеља|{2,3,4}:count недјеље|[5,Inf[ :count недјеља',
18 'w' => ':count нед.',
19 'day' => '{1,21,31} :count дан|[2,Inf[ :count дана',
20 'd' => ':count д.',
21 'hour' => '{1,21} :count сат|{2,3,4,22,23,24}:count сата|[5,Inf[ :count сати',
22 'h' => ':count ч.',
23 'minute' => '{1,21,31,41,51} :count минут|[2,Inf[ :count минута',
24 'min' => ':count мин.',
25 'second' => '{1,21,31,41,51} :count секунд|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54}:count секунде|[5,Inf[:count секунди',
26 's' => ':count сек.',
27 'ago' => 'прије :time',
28 'from_now' => 'за :time',
29 'after' => ':time након',
30 'before' => ':time прије',
32 'year_from_now' => '{1,21,31,41,51} :count годину|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54} :count године|[5,Inf[ :count година',
33 'year_ago' => '{1,21,31,41,51} :count годину|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54} :count године|[5,Inf[ :count година',
35 'week_from_now' => '{1} :count недјељу|{2,3,4} :count недјеље|[5,Inf[ :count недјеља',
36 'week_ago' => '{1} :count недјељу|{2,3,4} :count недјеље|[5,Inf[ :count недјеља',
38 'diff_now' => 'управо сада',
39 'diff_yesterday' => 'јуче',
40 'diff_tomorrow' => 'сутра',
41 'diff_before_yesterday' => 'прекјуче',
42 'diff_after_tomorrow' => 'прекосјутра',