blob: e8aadcc970c8c296fbf069a1b22aa838a17baffd [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001<?php
2
3/**
4 * This file is part of the Carbon package.
5 *
6 * (c) Brian Nesbitt <brian@nesbot.com>
7 *
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
10 */
11
12/*
13 * Authors:
14 * - Alessandro Maruccia
15 */
16return [
17 'year' => 'sena|:count sni|:count sni|:count sni',
18 'y' => 'sa sena|:count snin|:count snin|:count snin',
19 'month' => 'xahar|:count xhur|:count xhur|:count xhur',
20 'm' => ':count xahar|:count xhur|:count xhur|:count xhur',
21 'week' => 'gimgħa|:count ġimgħat|:count ġimgħat|:count ġimgħat',
22 'w' => 'ġimgħa|:count ġimgħat|:count ġimgħat|:count ġimgħat',
23 'day' => 'ġurnata|:count ġranet|:count ġranet|:count ġranet',
24 'd' => 'ġurnata|:count ġranet|:count ġranet|:count ġranet',
25 'hour' => 'siegħa|:count siegħat|:count siegħat|:count siegħat',
26 'h' => 'siegħa|:count sigħat|:count sigħat|:count sigħat',
27 'minute' => 'minuta|:count minuti|:count minuti|:count minuti',
28 'min' => 'min.|:count min.|:count min.|:count min.',
29 'second' => 'ftit sekondi|:count sekondi|:count sekondi|:count sekondi',
30 's' => 'sek.|:count sek.|:count sek.|:count sek.',
31 'ago' => ':time ilu',
32 'from_now' => 'f’ :time',
33 'diff_now' => 'issa',
34 'diff_today' => 'Illum',
35 'diff_today_regexp' => 'Illum(?:\\s+fil-)?',
36 'diff_yesterday' => 'lbieraħ',
37 'diff_yesterday_regexp' => 'Il-bieraħ(?:\\s+fil-)?',
38 'diff_tomorrow' => 'għada',
39 'diff_tomorrow_regexp' => 'Għada(?:\\s+fil-)?',
40 'formats' => [
41 'LT' => 'HH:mm',
42 'LTS' => 'HH:mm:ss',
43 'L' => 'DD/MM/YYYY',
44 'LL' => 'D MMMM YYYY',
45 'LLL' => 'D MMMM YYYY HH:mm',
46 'LLLL' => 'dddd, D MMMM YYYY HH:mm',
47 ],
48 'calendar' => [
49 'sameDay' => '[Illum fil-]LT',
50 'nextDay' => '[Għada fil-]LT',
51 'nextWeek' => 'dddd [fil-]LT',
52 'lastDay' => '[Il-bieraħ fil-]LT',
53 'lastWeek' => 'dddd [li għadda] [fil-]LT',
54 'sameElse' => 'L',
55 ],
56 'ordinal' => ':numberº',
57 'months' => ['Jannar', 'Frar', 'Marzu', 'April', 'Mejju', 'Ġunju', 'Lulju', 'Awwissu', 'Settembru', 'Ottubru', 'Novembru', 'Diċembru'],
58 'months_short' => ['Jan', 'Fra', 'Mar', 'Apr', 'Mej', 'Ġun', 'Lul', 'Aww', 'Set', 'Ott', 'Nov', 'Diċ'],
59 'weekdays' => ['Il-Ħadd', 'It-Tnejn', 'It-Tlieta', 'L-Erbgħa', 'Il-Ħamis', 'Il-Ġimgħa', 'Is-Sibt'],
60 'weekdays_short' => ['Ħad', 'Tne', 'Tli', 'Erb', 'Ħam', 'Ġim', 'Sib'],
61 'weekdays_min' => ['Ħa', 'Tn', 'Tl', 'Er', 'Ħa', 'Ġi', 'Si'],
62 'first_day_of_week' => 1,
63 'day_of_first_week_of_year' => 4,
64 'list' => [', ', ' u '],
65];