composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / no.php
bloba6ece06a0b81b1ebcf4f633564bb436a64b7c26a
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åned|:count måneder',
16 'm' => ':count måned|:count måneder',
17 'week' => ':count uke|:count uker',
18 'w' => ':count uke|:count uker',
19 'day' => ':count dag|:count dager',
20 'd' => ':count dag|:count dager',
21 'hour' => ':count time|:count timer',
22 'h' => ':count time|:count timer',
23 'minute' => ':count minutt|:count minutter',
24 'min' => ':count minutt|:count minutter',
25 'second' => ':count sekund|:count sekunder',
26 's' => ':count sekund|:count sekunder',
27 'ago' => ':time siden',
28 'from_now' => 'om :time',
29 'after' => ':time etter',
30 'before' => ':time før',
31 'diff_now' => 'akkurat nå',
32 'diff_yesterday' => 'i går',
33 'diff_tomorrow' => 'i morgen',
34 'diff_before_yesterday' => 'i forgårs',
35 'diff_after_tomorrow' => 'i overmorgen',