composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / pl.php
blob2308af2d0a878ebffd94ed7ff60597b1ed0776c2
1 <?php
3 /*
4 * This file is part of the Carbon package.
6 * (c) Brian Nesbitt <brian@nesbot.com>
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
12 return array(
13 'year' => ':count rok|:count lata|:count lat',
14 'y' => ':countr|:countl',
15 'month' => ':count miesiąc|:count miesiące|:count miesięcy',
16 'm' => ':countmies',
17 'week' => ':count tydzień|:count tygodnie|:count tygodni',
18 'w' => ':counttyg',
19 'day' => ':count dzień|:count dni|:count dni',
20 'd' => ':countd',
21 'hour' => ':count godzina|:count godziny|:count godzin',
22 'h' => ':countg',
23 'minute' => ':count minuta|:count minuty|:count minut',
24 'min' => ':countm',
25 'second' => ':count sekunda|:count sekundy|:count sekund',
26 's' => ':counts',
27 'ago' => ':time temu',
28 'from_now' => ':time od teraz',
29 'after' => ':time po',
30 'before' => ':time przed',
31 'diff_now' => 'przed chwilą',
32 'diff_yesterday' => 'wczoraj',
33 'diff_tomorrow' => 'jutro',
34 'diff_before_yesterday' => 'przedwczoraj',
35 'diff_after_tomorrow' => 'pojutrze',