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/sh.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'       => 'pre :time',
    'from_now'  => 'za :time',
    'after'     => 'nakon :time',
    'before'    => ':time raniјe',
    'year'      => ':count godina|:count godine|:count godina',
    'month'     => ':count mesec|:count meseca|:count meseci',
    'week'      => ':count nedelja|:count nedelje|:count nedelja',
    'day'       => ':count dan|:count dana|:count dana',
    'hour'      => ':count čas|:count časa|:count časova',
    'minute'    => ':count minut|:count minuta|:count minuta',
    'second'    => ':count sekund|:count sekunda|:count sekundi',

    'january'   => 'јanuar',
    'february'  => 'februar',
    'march'     => 'mart',
    'april'     => 'april',
    'may'       => 'maј',
    'june'      => 'јun',
    'july'      => 'јul',
    'august'    => 'avgust',
    'september' => 'septembar',
    'october'   => 'oktobar',
    'november'  => 'novembar',
    'december'  => 'decembar',

    'monday'    => 'ponedeljak',
    'tuesday'   => 'utorak',
    'wednesday' => 'sreda',
    'thursday'  => 'četvrtak',
    'friday'    => 'petak',
    'saturday'  => 'subota',
    'sunday'    => 'nedelja',

];