composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / fo.php
blobd91104b78fed68d887d4b686c68d94e5c3d4d0f8
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ánaður|:count mánaðir',
16 'm' => ':count mánaður|:count mánaðir',
17 'week' => ':count vika|:count vikur',
18 'w' => ':count vika|:count vikur',
19 'day' => ':count dag|:count dagar',
20 'd' => ':count dag|:count dagar',
21 'hour' => ':count tími|:count tímar',
22 'h' => ':count tími|:count tímar',
23 'minute' => ':count minutt|:count minuttir',
24 'min' => ':count minutt|:count minuttir',
25 'second' => ':count sekund|:count sekundir',
26 's' => ':count sekund|:count sekundir',
27 'ago' => ':time síðan',
28 'from_now' => 'um :time',
29 'after' => ':time aftaná',
30 'before' => ':time áðrenn',