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' => ['Å‹', 'É£'],'weekdays' => ['kÉ”siÉ–a', 'dzoÉ–a', 'blaÉ–a', 'kuÉ–a', 'yawoÉ–a', 'fiÉ–a', 'memleÉ–a'],'weekdays_short' => ['kÉ”s', 'dzo', 'bla', 'kuÉ–', 'yaw', 'fiÉ–', 'mem'],'weekdays_min' => ['kÉ”s', 'dzo', 'bla', 'kuÉ–', 'yaw', 'fiÉ–', 'mem'],'months' => ['dzove', 'dzodze', 'tedoxe', 'afÉ”fÄ©e', 'dama', 'masa', 'siamlÉ”m', 'deasiamime', 'anyÉ”nyÉ”', 'kele', 'adeÉ›mekpÉ”xe', 'dzome'],'months_short' => ['dzv', 'dzd', 'ted', 'afÉ”', 'dam', 'mas', 'sia', 'dea', 'any', 'kel', 'ade', 'dzm'],'first_day_of_week' => 1,'formats' => ['LT' => 'a [ga] h:mm','LTS' => 'a [ga] h:mm:ss','L' => 'M/D/YYYY','LL' => 'MMM D [lia], YYYY','LLL' => 'a [ga] h:mm MMMM D [lia] YYYY','LLLL' => 'a [ga] h:mm dddd, MMMM D [lia] YYYY',],'year' => 'Æ’e :count','y' => 'Æ’e :count','a_year' => 'Æ’e :count','month' => 'É£leti :count','m' => 'É£leti :count','a_month' => 'É£leti :count','week' => 'kwasiÉ–a :count','w' => 'kwasiÉ–a :count','a_week' => 'kwasiÉ–a :count','day' => 'ŋkeke :count','d' => 'ŋkeke :count','a_day' => 'ŋkeke :count','hour' => 'gaÆ’oÆ’o :count','h' => 'gaÆ’oÆ’o :count','a_hour' => 'gaÆ’oÆ’o :count','minute' => 'miniti :count', // less reliable'min' => 'miniti :count', // less reliable'a_minute' => 'miniti :count', // less reliable'second' => 'sɛkɛnd :count', // less reliable's' => 'sɛkɛnd :count', // less reliable'a_second' => 'sɛkɛnd :count', // less reliable]);