<?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' => ':count metus|:count metus|:count met?',
'y' => ':count metus|:count metus|:count met?',
'month' => ':count m?nes?|:count m?nesius|:count m?nesi?',
'm' => ':count m?nes?|:count m?nesius|:count m?nesi?',
'week' => ':count savait?|:count savaites|:count savai?i?',
'w' => ':count savait?|:count savaites|:count savai?i?',
'day' => ':count dien?|:count dienas|:count dien?',
'd' => ':count dien?|:count dienas|:count dien?',
'hour' => ':count valand?|:count valandas|:count valand?',
'h' => ':count valand?|:count valandas|:count valand?',
'minute' => ':count minut?|:count minutes|:count minu?i?',
'min' => ':count minut?|:count minutes|:count minu?i?',
'second' => ':count sekund?|:count sekundes|:count sekund?i?',
's' => ':count sekund?|:count sekundes|:count sekund?i?',
'second_from_now' => ':count sekund?s|:count sekund?i?|:count sekund?i?',
'minute_from_now' => ':count minut?s|:count minu?i?|:count minu?i?',
'hour_from_now' => ':count valandos|:count valand?|:count valand?',
'day_from_now' => ':count dienos|:count dien?|:count dien?',
'week_from_now' => ':count savait?s|:count savai?i?|:count savai?i?',
'month_from_now' => ':count m?nesio|:count m?nesi?|:count m?nesi?',
'year_from_now' => ':count met?',
'ago' => 'prie? :time',
'from_now' => 'u? :time',
'after' => 'po :time',
'before' => ':time nuo dabar',
);
|