composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / nl.php
blobec5a88edf9dfd0b76c9671a336d9c30f90eb53d1
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 jaar',
14 'y' => ':count jaar',
15 'month' => ':count maand|:count maanden',
16 'm' => ':count maand|:count maanden',
17 'week' => ':count week|:count weken',
18 'w' => ':count week|:count weken',
19 'day' => ':count dag|:count dagen',
20 'd' => ':count dag|:count dagen',
21 'hour' => ':count uur',
22 'h' => ':count uur',
23 'minute' => ':count minuut|:count minuten',
24 'min' => ':count minuut|:count minuten',
25 'second' => ':count seconde|:count seconden',
26 's' => ':count seconde|:count seconden',
27 'ago' => ':time geleden',
28 'from_now' => 'over :time',
29 'after' => ':time later',
30 'before' => ':time eerder',
31 'diff_now' => 'nu',
32 'diff_yesterday' => 'gisteren',
33 'diff_tomorrow' => 'morgen',
34 'diff_after_tomorrow' => 'overmorgen',
35 'diff_before_yesterday' => 'eergisteren',