composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / af.php
blob5cf6a8d94f306d1471c6a1402521332a46ac3b22
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|:count jare',
14 'y' => ':count jaar|:count jare',
15 'month' => ':count maand|:count maande',
16 'm' => ':count maand|:count maande',
17 'week' => ':count week|:count weke',
18 'w' => ':count week|:count weke',
19 'day' => ':count dag|:count dae',
20 'd' => ':count dag|:count dae',
21 'hour' => ':count uur|:count ure',
22 'h' => ':count uur|:count ure',
23 'minute' => ':count minuut|:count minute',
24 'min' => ':count minuut|:count minute',
25 'second' => ':count sekond|:count sekondes',
26 's' => ':count sekond|:count sekondes',
27 'ago' => ':time terug',
28 'from_now' => ':time van nou af',
29 'after' => ':time na',
30 'before' => ':time voor',