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/hr.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'       => 'prije :time',
    'from_now'  => 'za :time',
    'after'     => 'za :time',
    'before'    => 'prije :time',
    'year'      => ':count godinu|:count godine|:count godina',
    'month'     => ':count mjesec|:count mjeseca|:count mjeseci',
    'week'      => ':count tjedan|:count tjedna|:count tjedana',
    'day'       => ':count dan|:count dana|:count dana',
    'hour'      => ':count sat|:count sata|:count sati',
    'minute'    => ':count minutu|:count minute |:count minuta',
    'second'    => ':count sekundu|:count sekunde|:count sekundi',

    'january'   => 'siječanj',
    'february'  => 'veljača',
    'march'     => 'ožujak',
    'april'     => 'travanj',
    'may'       => 'svibanj',
    'june'      => 'lipanj',
    'july'      => 'srpanj',
    'august'    => 'kolovoz',
    'september' => 'rujan',
    'october'   => 'listopad',
    'november'  => 'studeni',
    'december'  => 'prosinac',

    'monday'    => 'ponedjeljak',
    'tuesday'   => 'utorak',
    'wednesday' => 'srijeda',
    'thursday'  => 'cetvrtak',
    'friday'    => 'petak',
    'saturday'  => 'subota',
    'sunday'    => 'nedjelja',

];