composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / lt.php
blob3f2fd1ec97403f3259cb069c7b2e39c97bd11ce2
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 metus|:count metus|:count metų',
14 'y' => ':count metus|:count metus|:count metų',
15 'month' => ':count mėnesį|:count mėnesius|:count mėnesių',
16 'm' => ':count mėnesį|:count mėnesius|:count mėnesių',
17 'week' => ':count savaitę|:count savaites|:count savaičių',
18 'w' => ':count savaitę|:count savaites|:count savaičių',
19 'day' => ':count dieną|:count dienas|:count dienų',
20 'd' => ':count dieną|:count dienas|:count dienų',
21 'hour' => ':count valandą|:count valandas|:count valandų',
22 'h' => ':count valandą|:count valandas|:count valandų',
23 'minute' => ':count minutę|:count minutes|:count minučių',
24 'min' => ':count minutę|:count minutes|:count minučių',
25 'second' => ':count sekundę|:count sekundes|:count sekundžių',
26 's' => ':count sekundę|:count sekundes|:count sekundžių',
27 'second_from_now' => ':count sekundės|:count sekundžių|:count sekundžių',
28 'minute_from_now' => ':count minutės|:count minučių|:count minučių',
29 'hour_from_now' => ':count valandos|:count valandų|:count valandų',
30 'day_from_now' => ':count dienos|:count dienų|:count dienų',
31 'week_from_now' => ':count savaitės|:count savaičių|:count savaičių',
32 'month_from_now' => ':count mėnesio|:count mėnesių|:count mėnesių',
33 'year_from_now' => ':count metų',
34 'ago' => 'prieš :time',
35 'from_now' => 'už :time',
36 'after' => 'po :time',
37 'before' => ':time nuo dabar',