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.
 */

return [
    'year' => '[0,1]:count ar|:count ars',
    'y' => '[0,1]:count ar|:count ars',
    'month' => '[0,1]:count mes|:count mesen',
    'm' => '[0,1]:count mes|:count mesen',
    'week' => '[0,1]:count seifetziua|:count seifetziuas',
    'w' => '[0,1]:count seifetziua|:count seifetziuas',
    'day' => '[0,1]:count ziua|:count ziuas',
    'd' => '[0,1]:count ziua|:count ziuas',
    'hour' => '[0,1]:count ĂŸora|:count ĂŸoras',
    'h' => '[0,1]:count ĂŸora|:count ĂŸoras',
    'minute' => '[0,1]:count mĂ­ut|:count mĂ­uts',
    'min' => '[0,1]:count mĂ­ut|:count mĂ­uts',
    'second' => ':count secunds',
    's' => ':count secunds',

    'ago' => 'ja :time',
    'from_now' => 'osprei :time',

    'diff_yesterday' => 'ieiri',
    'diff_yesterday_regexp' => 'ieiri(?:\\s+Ă )?',
    'diff_today' => 'oxhi',
    'diff_today_regexp' => 'oxhi(?:\\s+Ă )?',
    'diff_tomorrow' => 'demĂ ',
    'diff_tomorrow_regexp' => 'demĂ (?:\\s+Ă )?',

    'formats' => [
        'LT' => 'HH.mm',
        'LTS' => 'HH.mm.ss',
        'L' => 'DD.MM.YYYY',
        'LL' => 'D. MMMM [dallas] YYYY',
        'LLL' => 'D. MMMM [dallas] YYYY HH.mm',
        'LLLL' => 'dddd, [li] D. MMMM [dallas] YYYY HH.mm',
    ],

    'calendar' => [
        'sameDay' => '[oxhi Ă ] LT',
        'nextDay' => '[demĂ  Ă ] LT',
        'nextWeek' => 'dddd [Ă ] LT',
        'lastDay' => '[ieiri Ă ] LT',
        'lastWeek' => '[sĂŒr el] dddd [lasteu Ă ] LT',
        'sameElse' => 'L',
    ],

    'meridiem' => ["D'A", "D'O"],
    'months' => ['Januar', 'Fevraglh', 'MarĂ§', 'AvrĂŻu', 'Mai', 'GĂŒn', 'Julia', 'Guscht', 'Setemvar', 'ListopĂ€ts', 'Noemvar', 'Zecemvar'],
    'months_short' => ['Jan', 'Fev', 'Mar', 'Avr', 'Mai', 'GĂŒn', 'Jul', 'Gus', 'Set', 'Lis', 'Noe', 'Zec'],
    'weekdays' => ['SĂșladi', 'LĂșneĂ§i', 'Maitzi', 'MĂĄrcuri', 'XhĂșadi', 'ViĂ©nerĂ§i', 'SĂĄturi'],
    'weekdays_short' => ['SĂșl', 'LĂșn', 'Mai', 'MĂĄr', 'XhĂș', 'ViĂ©', 'SĂĄt'],
    'weekdays_min' => ['SĂș', 'LĂș', 'Ma', 'MĂĄ', 'Xh', 'Vi', 'SĂĄ'],
    'ordinal' => ':number.',
    'first_day_of_week' => 1,
    'day_of_first_week_of_year' => 4,
];
