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/cs.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'       => 'před :time',
    'from_now'  => 'za :time',
    'after'     => ':time později',
    'before'    => ':time předtím',
    'year'      => 'rok|:count roky|:count let',
    'month'     => 'měsíc|:count měsíce|:count měsíců',
    'week'      => 'týden|:count týdny|:count týdnů',
    'day'       => 'den|:count dny|:count dní',
    'hour'      => 'hodinu|:count hodiny|:count hodin',
    'minute'    => 'minutu|:count minuty|:count minut',
    'second'    => 'sekundu|:count sekundy|:count sekund',

    'january'   => 'leden',
    'february'  => 'únor',
    'march'     => 'březen',
    'april'     => 'duben',
    'may'       => 'květen',
    'june'      => 'červen',
    'july'      => 'červenec',
    'august'    => 'srpen',
    'september' => 'září',
    'october'   => 'říjen',
    'november'  => 'listopad',
    'december'  => 'prosinec',

    'monday'    => 'pondělí',
    'tuesday'   => 'uterý',
    'wednesday' => 'středa',
    'thursday'  => 'čtvrtek',
    'friday'    => 'pátek',
    'saturday'  => 'sobota',
    'sunday'    => 'neděle',

    'year_ago'      => 'rokem|[2,Inf]:count lety',
    'month_ago'     => 'měsícem|[2,Inf]:count měsíci',
    'week_ago'      => 'týdnem|[2,Inf]:count týdny',
    'day_ago'       => 'jedním dnem|[2,Inf]:count dny',
    'hour_ago'      => 'hodinou|[2,Inf]:count hodinami',
    'minute_ago'    => 'minutou|[2,Inf]:count minutami',
    'second_ago'    => '{0}0 sekundami|{1}sekundou|[2,Inf]:count sekundami',
];