Server IP : 173.249.157.85 / Your IP : 18.188.193.228 Web Server : Apache System : Linux server.frogzhost.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 User : econtech ( 1005) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/econtech/www/vendor/nesbot/carbon/src/Carbon/Lang/ |
Upload File : |
<?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', );