<?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' => '1 vit|:count vjet',
'y' => '1 vit|:count vjet',
'month' => '1 muaj|:count muaj',
'm' => '1 muaj|:count muaj',
'week' => '1 javė|:count javė',
'w' => '1 javė|:count javė',
'day' => '1 ditė|:count ditė',
'd' => '1 ditė|:count ditė',
'hour' => '1 orė|:count orė',
'h' => '1 orė|:count orė',
'minute' => '1 minutė|:count minuta',
'min' => '1 minutė|:count minuta',
'second' => '1 sekondė|:count sekonda',
's' => '1 sekondė|:count sekonda',
'ago' => ':time mė parė',
'from_now' => ':time nga tani',
'after' => ':time pas',
'before' => ':time para',
);
|