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/lv.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'       => 'pirms :time',
    'from_now'  => 'pēc :time',
    'after'     => ':time vēlāk',
    'before'    => ':time pirms',
    'year'      => '0 gadiem|:count gada|:count gadiem',
    'month'     => '0 mēnešiem|:count mēneša|:count mēnešiem',
    'week'      => '0 nedēļām|:count nedēļas|:count nedēļām',
    'day'       => '0 dienām|:count dienas|:count dienām',
    'hour'      => '0 stundām|:count stundas|:count stundām',
    'minute'    => '0 minūtēm|:count minūtes|:count minūtēm',
    'second'    => '0 sekundēm|:count sekundes|:count sekundēm',

    'january'   => 'janvāris',
    'february'  => 'februāris',
    'march'     => 'marts',
    'april'     => 'aprīlis',
    'may'       => 'maijs',
    'june'      => 'jūnijs',
    'july'      => 'jūlijs',
    'august'    => 'augusts',
    'september' => 'septembris',
    'october'   => 'oktobris',
    'november'  => 'novembris',
    'december'  => 'decembris',

    'monday'    => 'pirmdiena',
    'tuesday'   => 'otrdiena',
    'wednesday' => 'trešdiena',
    'thursday'  => 'ceturtdiena',
    'friday'    => 'piektdiena',
    'saturday'  => 'sestdiena',
    'sunday'    => 'svētdiena',

];