composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / ro.php
blobcc1672406f40112b519bb60be79c55fdf281b49e
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' => 'un an|:count ani|:count ani',
14 'y' => 'un an|:count ani|:count ani',
15 'month' => 'o lună|:count luni|:count luni',
16 'm' => 'o lună|:count luni|:count luni',
17 'week' => 'o săptămână|:count săptămâni|:count săptămâni',
18 'w' => 'o săptămână|:count săptămâni|:count săptămâni',
19 'day' => 'o zi|:count zile|:count zile',
20 'd' => 'o zi|:count zile|:count zile',
21 'hour' => 'o oră|:count ore|:count ore',
22 'h' => 'o oră|:count ore|:count ore',
23 'minute' => 'un minut|:count minute|:count minute',
24 'min' => 'un minut|:count minute|:count minute',
25 'second' => 'o secundă|:count secunde|:count secunde',
26 's' => 'o secundă|:count secunde|:count secunde',
27 'ago' => 'acum :time',
28 'from_now' => ':time de acum',
29 'after' => 'peste :time',
30 'before' => 'acum :time',