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/fi.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 sitten',
    'from_now'  => ':time tästä hetkestä',
    'after'     => ':time sen jälkeen',
    'before'    => ':time ennen',
    'year'      => '1 vuosi|:count vuotta',
    'month'     => '1 kuukausi|:count kuukautta',
    'week'      => '1 viikko|:count viikkoa',
    'day'       => '1 päivä|:count päivää',
    'hour'      => '1 tunti|:count tuntia',
    'minute'    => '1 minuutti|:count minuuttia',
    'second'    => '1 sekunti|:count sekuntia',

    'january'   => 'tammikuu',
    'february'  => 'helmikuu',
    'march'     => 'maaliskuu',
    'april'     => 'huhtikuu',
    'may'       => 'toukokuu',
    'june'      => 'kesäkuu',
    'july'      => 'heinäkuu',
    'august'    => 'elokuu',
    'september' => 'syyskuu',
    'october'   => 'lokakuu',
    'november'  => 'marraskuu',
    'december'  => 'joulukuu',

    'monday'    => 'maanantai',
    'tuesday'   => 'tiistai',
    'wednesday' => 'keskiviikko',
    'thursday'  => 'torstai',
    'friday'    => 'perjantai',
    'saturday'  => 'lauantai',
    'sunday'    => 'sunnuntai',

];