‰PNG

   IHDR         ôxÔú   sBIT|dˆ   	pHYs  Ä  Ä•+   tEXtSoftware www.inkscape.org›î<  ,àtEXtComment 
<?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.
 */

/*
 * Authors:
 * - Philippe Vaucher
 * - Tsutomu Kuroda
 * - tjku
 * - valdas406
 * - Justas Palumickas
 * - Max Melentiev
 * - Andrius Janauskas
 * - Juanito Fatas
 * - Akira Matsuda
 * - Christopher Dell
 * - Enrique Vidal
 * - Simone Carletti
 * - Aaron Patterson
 * - NicolÃ¡s Hock Isaza
 * - Laurynas Butkus
 * - Sven Fuchs
 * - Dominykas TijÅ«naitis
 * - Justinas Bolys
 * - RiÄardas
 * - Kirill Chalkin
 * - Rolandas
 * - Justinas (Gamesh)
 */
return [
    'year' => ':count metai|:count metai|:count metÅ³',
    'y' => ':count m.',
    'month' => ':count mÄ—nuo|:count mÄ—nesiai|:count mÄ—nesÄ¯',
    'm' => ':count mÄ—n.',
    'week' => ':count savaitÄ—|:count savaitÄ—s|:count savaitÄ™',
    'w' => ':count sav.',
    'day' => ':count diena|:count dienos|:count dienÅ³',
    'd' => ':count d.',
    'hour' => ':count valanda|:count valandos|:count valandÅ³',
    'h' => ':count val.',
    'minute' => ':count minutÄ—|:count minutÄ—s|:count minutÄ™',
    'min' => ':count min.',
    'second' => ':count sekundÄ—|:count sekundÄ—s|:count sekundÅ¾iÅ³',
    's' => ':count sek.',

    'year_ago' => ':count metus|:count metus|:count metÅ³',
    'month_ago' => ':count mÄ—nesÄ¯|:count mÄ—nesius|:count mÄ—nesiÅ³',
    'week_ago' => ':count savaitÄ™|:count savaites|:count savaiÄiÅ³',
    'day_ago' => ':count dienÄ…|:count dienas|:count dienÅ³',
    'hour_ago' => ':count valandÄ…|:count valandas|:count valandÅ³',
    'minute_ago' => ':count minutÄ™|:count minutes|:count minuÄiÅ³',
    'second_ago' => ':count sekundÄ™|:count sekundes|:count sekundÅ¾iÅ³',

    'year_from_now' => ':count metÅ³',
    'month_from_now' => ':count mÄ—nesio|:count mÄ—nesiÅ³|:count mÄ—nesiÅ³',
    'week_from_now' => ':count savaitÄ—s|:count savaiÄiÅ³|:count savaiÄiÅ³',
    'day_from_now' => ':count dienos|:count dienÅ³|:count dienÅ³',
    'hour_from_now' => ':count valandos|:count valandÅ³|:count valandÅ³',
    'minute_from_now' => ':count minutÄ—s|:count minuÄiÅ³|:count minuÄiÅ³',
    'second_from_now' => ':count sekundÄ—s|:count sekundÅ¾iÅ³|:count sekundÅ¾iÅ³',

    'year_after' => ':count metÅ³',
    'month_after' => ':count mÄ—nesio|:count mÄ—nesiÅ³|:count mÄ—nesiÅ³',
    'week_after' => ':count savaitÄ—s|:count savaiÄiÅ³|:count savaiÄiÅ³',
    'day_after' => ':count dienos|:count dienÅ³|:count dienÅ³',
    'hour_after' => ':count valandos|:count valandÅ³|:count valandÅ³',
    'minute_after' => ':count minutÄ—s|:count minuÄiÅ³|:count minuÄiÅ³',
    'second_after' => ':count sekundÄ—s|:count sekundÅ¾iÅ³|:count sekundÅ¾iÅ³',

    'ago' => 'prieÅ¡ :time',
    'from_now' => ':time nuo dabar',
    'after' => 'po :time',
    'before' => 'uÅ¾ :time',

    'first_day_of_week' => 1,
    'day_of_first_week_of_year' => 4,

    'diff_now' => 'kÄ… tik',
    'diff_today' => 'Å iandien',
    'diff_yesterday' => 'vakar',
    'diff_yesterday_regexp' => 'Vakar',
    'diff_tomorrow' => 'rytoj',
    'diff_tomorrow_regexp' => 'Rytoj',
    'diff_before_yesterday' => 'uÅ¾vakar',
    'diff_after_tomorrow' => 'poryt',

    'period_recurrences' => 'kartÄ…|:count kartÅ³',
    'period_interval' => 'kiekvienÄ… :interval',
    'period_start_date' => 'nuo :date',
    'period_end_date' => 'iki :date',

    'months' => ['sausio', 'vasario', 'kovo', 'balandÅ¾io', 'geguÅ¾Ä—s', 'birÅ¾elio', 'liepos', 'rugpjÅ«Äio', 'rugsÄ—jo', 'spalio', 'lapkriÄio', 'gruodÅ¾io'],
    'months_standalone' => ['sausis', 'vasaris', 'kovas', 'balandis', 'geguÅ¾Ä—', 'birÅ¾elis', 'liepa', 'rugpjÅ«tis', 'rugsÄ—jis', 'spalis', 'lapkritis', 'gruodis'],
    'months_regexp' => '/(L{2,4}|D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?)/',
    'months_short' => ['sau', 'vas', 'kov', 'bal', 'geg', 'bir', 'lie', 'rgp', 'rgs', 'spa', 'lap', 'gru'],
    'weekdays' => ['sekmadienÄ¯', 'pirmadienÄ¯', 'antradienÄ¯', 'treÄiadienÄ¯', 'ketvirtadienÄ¯', 'penktadienÄ¯', 'Å¡eÅ¡tadienÄ¯'],
    'weekdays_standalone' => ['sekmadienis', 'pirmadienis', 'antradienis', 'treÄiadienis', 'ketvirtadienis', 'penktadienis', 'Å¡eÅ¡tadienis'],
    'weekdays_short' => ['sek', 'pir', 'ant', 'tre', 'ket', 'pen', 'Å¡eÅ¡'],
    'weekdays_min' => ['se', 'pi', 'an', 'tr', 'ke', 'pe', 'Å¡e'],
    'list' => [', ', ' ir '],
    'formats' => [
        'LT' => 'HH:mm',
        'LTS' => 'HH:mm:ss',
        'L' => 'YYYY-MM-DD',
        'LL' => 'MMMM DD, YYYY',
        'LLL' => 'DD MMM HH:mm',
        'LLLL' => 'MMMM DD, YYYY HH:mm',
    ],
    'calendar' => [
        'sameDay' => '[Å iandien] LT',
        'nextDay' => '[Rytoj] LT',
        'nextWeek' => 'dddd LT',
        'lastDay' => '[Vakar] LT',
        'lastWeek' => '[PaskutinÄ¯] dddd LT',
        'sameElse' => 'L',
    ],
    'ordinal' => function ($number) {
        switch ($number) {
            case 0:
                return '0-is';
            case 3:
                return '3-ias';
            default:
                return "$number-as";
        }
    },
    'meridiem' => ['prieÅ¡piet', 'popiet'],
];
