composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / eu.php
blob1cb6b7cd669e01bb08d84601bb2a13b328275544
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' => 'Urte 1|:count urte',
14 'y' => 'Urte 1|:count urte',
15 'month' => 'Hile 1|:count hile',
16 'm' => 'Hile 1|:count hile',
17 'week' => 'Aste 1|:count aste',
18 'w' => 'Aste 1|:count aste',
19 'day' => 'Egun 1|:count egun',
20 'd' => 'Egun 1|:count egun',
21 'hour' => 'Ordu 1|:count ordu',
22 'h' => 'Ordu 1|:count ordu',
23 'minute' => 'Minutu 1|:count minutu',
24 'min' => 'Minutu 1|:count minutu',
25 'second' => 'Segundu 1|:count segundu',
26 's' => 'Segundu 1|:count segundu',
27 'ago' => 'Orain dela :time',
28 'from_now' => ':time barru',
29 'after' => ':time geroago',
30 'before' => ':time lehenago',