ÿØÿÛ 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:
 * - csb_PL locale Michal Ostrowski bug-glibc-locales@gnu.org
 */
return [
    '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',
    ],
    'months' => ['stÃ«cznika', 'gromicznika', 'strÃ«miannika', 'Å‚Å¼Ã«kwiata', 'maja', 'czerwiÅ„ca', 'lÃ«piÅ„ca', 'zÃ©lnika', 'sÃ©wnika', 'rujana', 'lÃ«stopadnika', 'gÃ²dnika'],
    'months_short' => ['stÃ«', 'gro', 'str', 'Å‚Å¼Ã«', 'maj', 'cze', 'lÃ«p', 'zÃ©l', 'sÃ©w', 'ruj', 'lÃ«s', 'gÃ²d'],
    'weekdays' => ['niedzela', 'pÃ²niedzÃ´Å‚k', 'wtÃ³rk', 'strzoda', 'czwiÃ´rtk', 'piÄ…tk', 'sobÃ²ta'],
    'weekdays_short' => ['nie', 'pÃ²n', 'wtÃ³', 'str', 'czw', 'piÄ…', 'sob'],
    'weekdays_min' => ['nie', 'pÃ²n', 'wtÃ³', 'str', 'czw', 'piÄ…', 'sob'],
    'first_day_of_week' => 1,
    'day_of_first_week_of_year' => 4,
    'list' => [', ', ' a tÃ©Å¼ '],
    'two_words_connector' => ' a tÃ©Å¼ ',
    'year' => ':count rok',
    'month' => ':count miesiÄ…c',
    'week' => ':count tidzÃ©Å„',
    'day' => ':count dzÃ©Å„',
    'hour' => ':count gÃ²dzÃ«na',
    'minute' => ':count minuta',
    'second' => ':count sekunda',
];
