˙Ř˙Ű C 

˙Ř˙Ű C 

<?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:
 * - pablo@mandriva.com
 */
return array_replace_recursive(require __DIR__.'/en.php', [
    'formats' => [
        'L' => 'DD/MM/YY',
    ],
    'months' => ['Jená»Ąwará»‹', 'Febrá»Ąwará»‹', 'Maachá»‹', 'Eprel', 'Mee', 'Juun', 'Julaá»‹', 'á»Śgá»Ťá»Ťst', 'Septemba', 'á»Śktoba', 'Novemba', 'Disemba'],
    'months_short' => ['Jen', 'Feb', 'Maa', 'Epr', 'Mee', 'Juu', 'Jul', 'á»Śgá»Ť', 'Sep', 'á»Śkt', 'Nov', 'Dis'],
    'weekdays' => ['sá»Ťnde', 'má»Ťnde', 'tuzde', 'wenzde', 'tá»Ťsde', 'fraá»‹de', 'satá»Ťde'],
    'weekdays_short' => ['sá»Ťn', 'má»Ťn', 'tuz', 'wen', 'tá»Ťs', 'fra', 'sat'],
    'weekdays_min' => ['sá»Ťn', 'má»Ťn', 'tuz', 'wen', 'tá»Ťs', 'fra', 'sat'],
    'first_day_of_week' => 1,
    'day_of_first_week_of_year' => 1,

    'year' => 'afo :count',
    'y' => 'afo :count',
    'a_year' => 'afo :count',

    'month' => 'Ă¶nwa :count',
    'm' => 'Ă¶nwa :count',
    'a_month' => 'Ă¶nwa :count',

    'week' => 'izu :count',
    'w' => 'izu :count',
    'a_week' => 'izu :count',

    'day' => 'á»Ąbá»Ťchá»‹ :count',
    'd' => 'á»Ąbá»Ťchá»‹ :count',
    'a_day' => 'á»Ąbá»Ťchá»‹ :count',

    'hour' => 'awa :count',
    'h' => 'awa :count',
    'a_hour' => 'awa :count',

    'minute' => 'minit :count',
    'min' => 'minit :count',
    'a_minute' => 'minit :count',

    'second' => 'seká»Ťnd :count',
    's' => 'seká»Ťnd :count',
    'a_second' => 'seká»Ťnd :count',
]);
