HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/posscale/subdomains/xibo/vendor/jenssegers/date/src/Lang/pl.php
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Date Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used by the date library. Each line can
    | have a singular and plural translation separated by a '|'.
    |
    */

    'ago'       => ':time temu',
    'from_now'  => ':time od teraz',
    'after'     => ':time przed',
    'before'    => ':time po',
    'year'      => 'rok|:count lata|:count lat',
    'month'     => 'miesiąc|:count miesiące|:count miesięcy',
    'week'      => 'tydzień|:count tygodnie|:count tygodni',
    'day'       => 'dzień|:count dni|:count dni',
    'hour'      => 'godzinę|:count godziny|:count godzin',
    'minute'    => 'minutę|:count minuty|:count minut',
    'second'    => 'sekundę|:count sekundy|:count sekund',

    'january'   => 'stycznia',
    'february'  => 'lutego',
    'march'     => 'marca',
    'april'     => 'kwietnia',
    'may'       => 'maja',
    'june'      => 'czerwca',
    'july'      => 'lipca',
    'august'    => 'sierpnia',
    'september' => 'września',
    'october'   => 'października',
    'november'  => 'listopada',
    'december'  => 'grudnia',

    'monday'    => 'poniedziałek',
    'tuesday'   => 'wtorek',
    'wednesday' => 'środa',
    'thursday'  => 'czwartek',
    'friday'    => 'piątek',
    'saturday'  => 'sobota',
    'sunday'    => 'niedziela',

];