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' => ['a.g', 'a.k'],'weekdays' => ['tsuÊ”ntsɨ', 'tsuÊ”ukpà ', 'tsuÊ”ughÉ”e', 'tsuÊ”utɔ̀mlò', 'tsuÊ”umè', 'tsuÊ”ughɨ̂m', 'tsuÊ”ndzɨkɔʔɔ'],'weekdays_short' => ['nts', 'kpa', 'ghÉ”', 'tÉ”m', 'ume', 'ghɨ', 'dzk'],'weekdays_min' => ['nts', 'kpa', 'ghÉ”', 'tÉ”m', 'ume', 'ghɨ', 'dzk'],'months' => ['ndzɔ̀ŋɔ̀nùm', 'ndzɔ̀ŋɔ̀kÆ—Ì€zùʔ', 'ndzɔ̀ŋɔ̀tÆ—Ì€dʉ̀ghà ', 'ndzɔ̀ŋɔ̀tÇŽafʉ̄ghÄ', 'ndzɔ̀ŋèsèe', 'ndzɔ̀ŋɔ̀nzùghò', 'ndzɔ̀ŋɔ̀dùmlo', 'ndzɔ̀ŋɔ̀kwîfɔ̀e', 'ndzɔ̀ŋɔ̀tÆ—Ì€fʉ̀ghà dzughù', 'ndzɔ̀ŋɔ̀ghÇ”uwelɔ̀m', 'ndzɔ̀ŋɔ̀chwaʔà kaa wo', 'ndzɔ̀ŋèfwòo'],'months_short' => ['nùm', 'kɨz', 'tɨd', 'taa', 'see', 'nzu', 'dum', 'fÉ”e', 'dzu', 'lÉ”m', 'kaa', 'fwo'],'first_day_of_week' => 1,'formats' => ['LT' => 'HH:mm','LTS' => 'HH:mm:ss','L' => 'D/M/YYYY','LL' => 'D MMM, YYYY','LLL' => 'D MMMM YYYY HH:mm','LLLL' => 'dddd D MMMM YYYY HH:mm',],]);