%PDF- %PDF-
Direktori : /var/www/html/car_rent/vendor/nesbot/carbon/src/Carbon/Lang/ |
Current File : /var/www/html/car_rent/vendor/nesbot/carbon/src/Carbon/Lang/pl.php |
<?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. */ 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', );