composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / fi.php
blob481880444f498c2e2ddbdbf227df02b5ac83e32e
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 vuosi|:count vuotta',
14 'y' => ':count vuosi|:count vuotta',
15 'month' => ':count kuukausi|:count kuukautta',
16 'm' => ':count kuukausi|:count kuukautta',
17 'week' => ':count viikko|:count viikkoa',
18 'w' => ':count viikko|:count viikkoa',
19 'day' => ':count päivä|:count päivää',
20 'd' => ':count päivä|:count päivää',
21 'hour' => ':count tunti|:count tuntia',
22 'h' => ':count tunti|:count tuntia',
23 'minute' => ':count minuutti|:count minuuttia',
24 'min' => ':count minuutti|:count minuuttia',
25 'second' => ':count sekunti|:count sekuntia',
26 's' => ':count sekunti|:count sekuntia',
27 'ago' => ':time sitten',
28 'from_now' => ':time tästä hetkestä',
29 'after' => ':time sen jälkeen',
30 'before' => ':time ennen',