File size: 1.16Kb
<?php
/*
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return array(
'year' => ':count rok|:count lata|:count lat',
'y' => ':count rok|:count lata|:count lat',
'month' => ':count miesiąc|:count miesiące|:count miesięcy',
'm' => ':count miesiąc|:count miesiące|:count miesięcy',
'week' => ':count tydzień|:count tygodnie|:count tygodni',
'w' => ':count tydzień|:count tygodnie|:count tygodni',
'day' => ':count dzień|:count dni|:count dni',
'd' => ':count dzień|:count dni|:count dni',
'hour' => ':count godzina|:count godziny|:count godzin',
'h' => ':count godzina|:count godziny|:count godzin',
'minute' => ':count minuta|:count minuty|:count minut',
'min' => ':count minuta|:count minuty|:count minut',
'second' => ':count sekunda|:count sekundy|:count sekund',
's' => ':count sekunda|:count sekundy|:count sekund',
'ago' => ':time temu',
'from_now' => ':time od teraz',
'after' => ':time po',
'before' => ':time przed',
);