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

/*
 * Thanks to AndrĂ© Silva : https://github.com/askpt
 */

return [
    'year' => ':count bliain',
    'a_year' => '{1}bliain|:count bliain',
    'y' => ':countb',
    'month' => ':count mĂ­',
    'a_month' => '{1}mĂ­|:count mĂ­',
    'm' => ':countm',
    'week' => ':count sheachtain',
    'a_week' => '{1}sheachtain|:count sheachtain',
    'w' => ':countsh',
    'day' => ':count lĂĄ',
    'a_day' => '{1}lĂĄ|:count lĂĄ',
    'd' => ':countl',
    'hour' => ':count uair an chloig',
    'a_hour' => '{1}uair an chloig|:count uair an chloig',
    'h' => ':countu',
    'minute' => ':count nĂłimĂ©ad',
    'a_minute' => '{1}nĂłimĂ©ad|:count nĂłimĂ©ad',
    'min' => ':countn',
    'second' => ':count soicind',
    'a_second' => '{1}cĂșpla soicind|:count soicind',
    's' => ':countso',
    'ago' => ':time Ăł shin',
    'from_now' => 'i :time',
    'after' => ':time tar Ă©is',
    'before' => ':time roimh',
    'diff_now' => 'anois',
    'diff_today' => 'Inniu',
    'diff_today_regexp' => 'Inniu(?:\\s+ag)?',
    'diff_yesterday' => 'innĂ©',
    'diff_yesterday_regexp' => 'InnĂ©(?:\\s+aig)?',
    'diff_tomorrow' => 'amĂĄrach',
    'diff_tomorrow_regexp' => 'AmĂĄrach(?:\\s+ag)?',
    'formats' => [
        'LT' => 'HH:mm',
        'LTS' => 'HH:mm:ss',
        'L' => 'DD/MM/YYYY',
        'LL' => 'D MMMM YYYY',
        'LLL' => 'D MMMM YYYY HH:mm',
        'LLLL' => 'dddd, D MMMM YYYY HH:mm',
    ],
    'calendar' => [
        'sameDay' => '[Inniu ag] LT',
        'nextDay' => '[AmĂĄrach ag] LT',
        'nextWeek' => 'dddd [ag] LT',
        'lastDay' => '[InnĂ© aig] LT',
        'lastWeek' => 'dddd [seo caite] [ag] LT',
        'sameElse' => 'L',
    ],
    'months' => ['EanĂĄir', 'Feabhra', 'MĂĄrta', 'AibreĂĄn', 'Bealtaine', 'MĂ©itheamh', 'IĂșil', 'LĂșnasa', 'MeĂĄn FĂłmhair', 'Deaireadh FĂłmhair', 'Samhain', 'Nollaig'],
    'months_short' => ['EanĂĄ', 'Feab', 'MĂĄrt', 'Aibr', 'Beal', 'MĂ©it', 'IĂșil', 'LĂșna', 'MeĂĄn', 'Deai', 'Samh', 'Noll'],
    'weekdays' => ['DĂ© Domhnaigh', 'DĂ© Luain', 'DĂ© MĂĄirt', 'DĂ© CĂ©adaoin', 'DĂ©ardaoin', 'DĂ© hAoine', 'DĂ© Satharn'],
    'weekdays_short' => ['Dom', 'Lua', 'MĂĄi', 'CĂ©a', 'DĂ©a', 'hAo', 'Sat'],
    'weekdays_min' => ['Do', 'Lu', 'MĂĄ', 'Ce', 'DĂ©', 'hA', 'Sa'],
    'ordinal' => function ($number) {
        return $number.($number === 1 ? 'd' : ($number % 10 === 2 ? 'na' : 'mh'));
    },
    'first_day_of_week' => 1,
    'day_of_first_week_of_year' => 4,
    'list' => [', ', ' agus '],
    'meridiem' => ['r.n.', 'i.n.'],
];
