blob: f8a85b3e4e7e355a1bc102a966bb49a6f3ed52ef [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 * - The Debian Project Christian Perrier bubulle@debian.org
15 */
16return [
17 'formats' => [
18 'LT' => 'HH:mm',
19 'LTS' => 'HH:mm:ss',
20 'L' => 'DD.MM.YYYY',
21 'LL' => 'MMMM DD, YYYY',
22 'LLL' => 'DD MMM HH:mm',
23 'LLLL' => 'MMMM DD, YYYY HH:mm',
24 ],
25 'months' => ['sanwiy\'e', 'feebriy\'e', 'mars', 'awril', 'me', 'suwen', 'sulet', 'uut', 'septaambar', 'oktoobar', 'nowaambar', 'desaambar'],
26 'months_short' => ['san', 'fee', 'mar', 'awr', 'me ', 'suw', 'sul', 'uut', 'sep', 'okt', 'now', 'des'],
27 'weekdays' => ['dib\'eer', 'altine', 'talaata', 'allarba', 'alxames', 'ajjuma', 'gaawu'],
28 'weekdays_short' => ['dib', 'alt', 'tal', 'all', 'alx', 'ajj', 'gaa'],
29 'weekdays_min' => ['dib', 'alt', 'tal', 'all', 'alx', 'ajj', 'gaa'],
30 'first_day_of_week' => 1,
31 'day_of_first_week_of_year' => 1,
32 'year' => ':count at',
33 'month' => ':count wèr',
34 'week' => ':count ayubés',
35 'day' => ':count bés',
36 'hour' => ':count waxtu',
37 'minute' => ':count simili',
38 'second' => ':count saa',
39];