<?php
/*
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return array(
'year' => 'un an|:count ani|:count ani',
'y' => 'un an|:count ani|:count ani',
'month' => 'o lun?|:count luni|:count luni',
'm' => 'o lun?|:count luni|:count luni',
'week' => 'o s?pt?mān?|:count s?pt?māni|:count s?pt?māni',
'w' => 'o s?pt?mān?|:count s?pt?māni|:count s?pt?māni',
'day' => 'o zi|:count zile|:count zile',
'd' => 'o zi|:count zile|:count zile',
'hour' => 'o or?|:count ore|:count ore',
'h' => 'o or?|:count ore|:count ore',
'minute' => 'un minut|:count minute|:count minute',
'min' => 'un minut|:count minute|:count minute',
'second' => 'o secund?|:count secunde|:count secunde',
's' => 'o secund?|:count secunde|:count secunde',
'ago' => 'acum :time',
'from_now' => ':time de acum',
'after' => 'peste :time',
'before' => 'acum :time',
);
|