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/it.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 fa',
    'from_now'  => 'tra :time',
    'after'     => ':time dopo',
    'before'    => ':time prima',
    'year'      => '1 anno|:count anni',
    'month'     => '1 mese|:count mesi',
    'week'      => '1 settimana|:count settimane',
    'day'       => '1 giorno|:count giorni',
    'hour'      => '1 ora|:count ore',
    'minute'    => '1 minuto|:count minuti',
    'second'    => '1 secondo|:count secondi',

    'january'   => 'gennaio',
    'february'  => 'febbraio',
    'march'     => 'marzo',
    'april'     => 'aprile',
    'may'       => 'maggio',
    'june'      => 'giugno',
    'july'      => 'luglio',
    'august'    => 'agosto',
    'september' => 'settembre',
    'october'   => 'ottobre',
    'november'  => 'novembre',
    'december'  => 'dicembre',

    'monday'    => 'lunedì',
    'tuesday'   => 'martedì',
    'wednesday' => 'mercoledì',
    'thursday'  => 'giovedì',
    'friday'    => 'venerdì',
    'saturday'  => 'sabato',
    'sunday'    => 'domenica',

];