composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / eo.php
blobc5b90b3e73a2179688d828aed68e3531d3005469
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 jaro|:count jaroj',
14 'y' => ':count jaro|:count jaroj',
15 'month' => ':count monato|:count monatoj',
16 'm' => ':count monato|:count monatoj',
17 'week' => ':count semajno|:count semajnoj',
18 'w' => ':count semajno|:count semajnoj',
19 'day' => ':count tago|:count tagoj',
20 'd' => ':count tago|:count tagoj',
21 'hour' => ':count horo|:count horoj',
22 'h' => ':count horo|:count horoj',
23 'minute' => ':count minuto|:count minutoj',
24 'min' => ':count minuto|:count minutoj',
25 'second' => ':count sekundo|:count sekundoj',
26 's' => ':count sekundo|:count sekundoj',
27 'ago' => 'antaŭ :time',
28 'from_now' => 'je :time',
29 'after' => ':time poste',
30 'before' => ':time antaŭe',