blob: 25e0ca89b642d29ab5fca7c66f2d0025236cd288 [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001<?php
2
3/**
4 * This file is part of the Carbon package.
5 *
6 * (c) Brian Nesbitt <brian@nesbot.com>
7 *
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
10 */
11
12/*
13 * Authors:
14 * - csb_PL locale Michal Ostrowski bug-glibc-locales@gnu.org
15 */
16return [
17 'formats' => [
18 'LT' => 'HH:mm',
19 'LTS' => 'HH:mm:ss',
20 'L' => 'YYYY-MM-DD',
21 'LL' => 'MMMM DD, YYYY',
22 'LLL' => 'DD MMM HH:mm',
23 'LLLL' => 'MMMM DD, YYYY HH:mm',
24 ],
25 'months' => ['stëcznika', 'gromicznika', 'strëmiannika', 'łżëkwiata', 'maja', 'czerwińca', 'lëpińca', 'zélnika', 'séwnika', 'rujana', 'lëstopadnika', 'gòdnika'],
26 'months_short' => ['stë', 'gro', 'str', 'łżë', 'maj', 'cze', 'lëp', 'zél', 'séw', 'ruj', 'lës', 'gòd'],
27 'weekdays' => ['niedzela', 'pòniedzôłk', 'wtórk', 'strzoda', 'czwiôrtk', 'piątk', 'sobòta'],
28 'weekdays_short' => ['nie', 'pòn', 'wtó', 'str', 'czw', 'pią', 'sob'],
29 'weekdays_min' => ['nie', 'pòn', 'wtó', 'str', 'czw', 'pią', 'sob'],
30 'first_day_of_week' => 1,
31 'day_of_first_week_of_year' => 4,
32 'list' => [', ', ' a téż '],
33 'two_words_connector' => ' a téż ',
34 'year' => ':count rok',
35 'month' => ':count miesiąc',
36 'week' => ':count tidzéń',
37 'day' => ':count dzéń',
38 'hour' => ':count gòdzëna',
39 'minute' => ':count minuta',
40 'second' => ':count sekunda',
41];