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/eo.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'       => 'antaŭ :time',
    'from_now'  => 'je :time',
    'after'     => ':time poste',
    'before'    => ':time antaŭe',
    'year'      => '1 jaro|:count jaroj',
    'month'     => '1 monato|:count monatoj',
    'week'      => '1 semajno|:count semajnoj',
    'day'       => '1 tago|:count tagoj',
    'hour'      => '1 horo|:count horoj',
    'minute'    => '1 minuto|:count minutoj',
    'second'    => '1 sekundo|:count sekundoj',

    'january'   => 'januaro',
    'february'  => 'februaro',
    'march'     => 'marto',
    'april'     => 'aprilo',
    'may'       => 'majo',
    'june'      => 'junio',
    'july'      => 'julio',
    'august'    => 'aŭgusto',
    'september' => 'septembro',
    'october'   => 'oktobro',
    'november'  => 'novembro',
    'december'  => 'decembro',

    'monday'    => 'lundo',
    'tuesday'   => 'mardo',
    'wednesday' => 'merkredo',
    'thursday'  => 'ĵaŭdo',
    'friday'    => 'vendredo',
    'saturday'  => 'sabato',
    'sunday'    => 'dimanĉo',

];