Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php/*** This file is part of the Carbon package.** (c) Brian Nesbitt <brian@nesbot.com>** For the full copyright and license information, please view the LICENSE* file that was distributed with this source code.*/return array_replace_recursive(require __DIR__.'/en.php', ['meridiem' => ['RW', 'TÅŠ'],'weekdays' => ['Cäŋ kuÉ”th', 'Jiec la̱t', 'RÉ›w lätni', 'Diɔ̱k lätni', 'ÅŠuaan lätni', 'Dhieec lätni', 'BäkÉ›l lätni'],'weekdays_short' => ['Cäŋ', 'Jiec', 'RÉ›w', 'Diɔ̱k', 'ÅŠuaan', 'Dhieec', 'BäkÉ›l'],'weekdays_min' => ['Cäŋ', 'Jiec', 'RÉ›w', 'Diɔ̱k', 'ÅŠuaan', 'Dhieec', 'BäkÉ›l'],'months' => ['Tiop thar pÉ›t', 'PÉ›t', 'Duɔ̱ɔ̱ŋ', 'Guak', 'Duät', 'Kornyoot', 'Pay yie̱tni', 'Tho̱o̱r', 'Tɛɛr', 'Laath', 'Kur', 'Tio̱p in di̱i̱t'],'months_short' => ['Tiop', 'PÉ›t', 'Duɔ̱ɔ̱', 'Guak', 'Duä', 'Kor', 'Pay', 'Thoo', 'Tɛɛ', 'Laa', 'Kur', 'Tid'],'first_day_of_week' => 1,'formats' => ['LT' => 'h:mm a','LTS' => 'h:mm:ss a','L' => 'D/MM/YYYY','LL' => 'D MMM YYYY','LLL' => 'D MMMM YYYY h:mm a','LLLL' => 'dddd D MMMM YYYY h:mm a',],'year' => ':count jiök', // less reliable'y' => ':count jiök', // less reliable'a_year' => ':count jiök', // less reliable'month' => ':count pay', // less reliable'm' => ':count pay', // less reliable'a_month' => ':count pay', // less reliable]);