<?php 
 
/** 
 * This file is part of the Carbon package. 
 * 
 * (c) Brian Nesbitt <[email protected]> 
 * 
 * For the full copyright and license information, please view the LICENSE 
 * file that was distributed with this source code. 
 */ 
 
/** 
 * Authors: 
 * - Alessandro Maruccia 
 */ 
return [ 
    'year' => 'sena|:count sni|:count sni|:count sni', 
    'y' => 'sa sena|:count snin|:count snin|:count snin', 
    'month' => 'xahar|:count xhur|:count xhur|:count xhur', 
    'm' => ':count xahar|:count xhur|:count xhur|:count xhur', 
    'week' => 'gimg?a|:count ?img?at|:count ?img?at|:count ?img?at', 
    'w' => '?img?a|:count ?img?at|:count ?img?at|:count ?img?at', 
    'day' => '?urnata|:count ?ranet|:count ?ranet|:count ?ranet', 
    'd' => '?urnata|:count ?ranet|:count ?ranet|:count ?ranet', 
    'hour' => 'sieg?a|:count sieg?at|:count sieg?at|:count sieg?at', 
    'h' => 'sieg?a|:count sig?at|:count sig?at|:count sig?at', 
    'minute' => 'minuta|:count minuti|:count minuti|:count minuti', 
    'min' => 'min.|:count min.|:count min.|:count min.', 
    'second' => 'ftit sekondi|:count sekondi|:count sekondi|:count sekondi', 
    's' => 'sek.|:count sek.|:count sek.|:count sek.', 
    'ago' => ':time ilu', 
    'from_now' => 'f? :time', 
    'formats' => [ 
        'LT' => 'HH:mm', 
        'LTS' => 'HH:mm:ss', 
        'L' => 'DD/MM/YYYY', 
        'LL' => 'D MMMM YYYY', 
        'LLL' => 'D MMMM YYYY HH:mm', 
        'LLLL' => 'dddd, D MMMM YYYY HH:mm', 
    ], 
    'calendar' => [ 
        'sameDay' => '[Illum fil-]LT', 
        'nextDay' => '[G?ada fil-]LT', 
        'nextWeek' => 'dddd [fil-]LT', 
        'lastDay' => '[Il-biera? fil-]LT', 
        'lastWeek' => 'dddd [li g?adda] [fil-]LT', 
        'sameElse' => 'L', 
    ], 
    'ordinal' => ':numberš', 
    'months' => ['Jannar', 'Frar', 'Marzu', 'April', 'Mejju', '?unju', 'Lulju', 'Awwissu', 'Settembru', 'Ottubru', 'Novembru', 'Di?embru'], 
    'months_short' => ['Jan', 'Fra', 'Mar', 'Apr', 'Mej', '?un', 'Lul', 'Aww', 'Set', 'Ott', 'Nov', 'Di?'], 
    'weekdays' => ['Il-?add', 'It-Tnejn', 'It-Tlieta', 'L-Erbg?a', 'Il-?amis', 'Il-?img?a', 'Is-Sibt'], 
    'weekdays_short' => ['?ad', 'Tne', 'Tli', 'Erb', '?am', '?im', 'Sib'], 
    'weekdays_min' => ['?a', 'Tn', 'Tl', 'Er', '?a', '?i', 'Si'], 
    'first_day_of_week' => 1, 
    'day_of_first_week_of_year' => 4, 
    'list' => [', ', ' u '], 
]; 
 
 |