PHP Classes

File: libraries/vendor/nesbot/carbon/src/Carbon/Lang/lt.php

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   PHP Slim Framework 3 Modular Application   libraries/vendor/nesbot/carbon/src/Carbon/Lang/lt.php   Download  
File: libraries/vendor/nesbot/carbon/src/Carbon/Lang/lt.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Slim Framework 3 Modular Application
Create modular applications using Slim Framework
Author: By
Last change:
Date: 6 years ago
Size: 1,745 bytes
 

Contents

Class file image Download
<?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',
);