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/ca.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'       => 'Fa :time',
    'from_now'  => 'Dins de :time',
    'after'     => ':time després',
    'before'    => ':time abans',
    'year'      => '1 any|:count anys',
    'month'     => '1 mes|:count mesos',
    'week'      => '1 setmana|:count setmanes',
    'day'       => '1 dia|:count díes',
    'hour'      => '1 hora|:count hores',
    'minute'    => '1 minut|:count minuts',
    'second'    => '1 segon|:count segons',

    'january'   => 'gener',
    'february'  => 'febrer',
    'march'     => 'març',
    'april'     => 'abril',
    'may'       => 'maig',
    'june'      => 'juny',
    'july'      => 'juliol',
    'august'    => 'agost',
    'september' => 'setembre',
    'october'   => 'octubre',
    'november'  => 'novembre',
    'december'  => 'desembre',

    'monday'    => 'dilluns',
    'tuesday'   => 'dimarts',
    'wednesday' => 'dimecres',
    'thursday'  => 'dijous',
    'friday'    => 'divendres',
    'saturday'  => 'dissabte',
    'sunday'    => 'diumenge',

];