composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / sl.php
blob06686d1354dd706f625911762718a193d75bb0e9
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 leto|:count leti|:count leta|:count let',
14 'y' => ':count leto|:count leti|:count leta|:count let',
15 'month' => ':count mesec|:count meseca|:count mesece|:count mesecev',
16 'm' => ':count mesec|:count meseca|:count mesece|:count mesecev',
17 'week' => ':count teden|:count tedna|:count tedne|:count tednov',
18 'w' => ':count teden|:count tedna|:count tedne|:count tednov',
19 'day' => ':count dan|:count dni|:count dni|:count dni',
20 'd' => ':count dan|:count dni|:count dni|:count dni',
21 'hour' => ':count uro|:count uri|:count ure|:count ur',
22 'h' => ':count uro|:count uri|:count ure|:count ur',
23 'minute' => ':count minuto|:count minuti|:count minute|:count minut',
24 'min' => ':count minuto|:count minuti|:count minute|:count minut',
25 'second' => ':count sekundo|:count sekundi|:count sekunde|:count sekund',
26 's' => ':count sekundo|:count sekundi|:count sekunde|:count sekund',
27 'year_ago' => ':count letom|:count leti|:count leti|:count leti',
28 'month_ago' => ':count mesecem|:count meseci|:count meseci|:count meseci',
29 'week_ago' => ':count tednom|:count tednoma|:count tedni|:count tedni',
30 'day_ago' => ':count dnem|:count dnevoma|:count dnevi|:count dnevi',
31 'hour_ago' => ':count uro|:count urama|:count urami|:count urami',
32 'minute_ago' => ':count minuto|:count minutama|:count minutami|:count minutami',
33 'second_ago' => ':count sekundo|:count sekundama|:count sekundami|:count sekundami',
34 'ago' => 'pred :time',
35 'from_now' => 'čez :time',
36 'after' => 'čez :time',
37 'before' => 'pred :time',
38 'diff_now' => 'ravnokar',
39 'diff_yesterday' => 'včeraj',
40 'diff_tomorrow' => 'jutri',
41 'diff_before_yesterday' => 'predvčerajšnjim',
42 'diff_after_tomorrow' => 'pojutrišnjem',