composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / sv.php
blob89a03b432287cee6c754c2d42de7612e5a62df54
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 år|:count år',
14 'y' => ':count år|:count år',
15 'month' => ':count månad|:count månader',
16 'm' => ':count månad|:count månader',
17 'week' => ':count vecka|:count veckor',
18 'w' => ':count vecka|:count veckor',
19 'day' => ':count dag|:count dagar',
20 'd' => ':count dag|:count dagar',
21 'hour' => ':count timme|:count timmar',
22 'h' => ':count timme|:count timmar',
23 'minute' => ':count minut|:count minuter',
24 'min' => ':count minut|:count minuter',
25 'second' => ':count sekund|:count sekunder',
26 's' => ':count sekund|:count sekunder',
27 'ago' => ':time sedan',
28 'from_now' => 'om :time',
29 'after' => ':time efter',
30 'before' => ':time före',