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' => ['ⴰⵙⴰⵎⴰⵙ', 'â´°âµ¢âµâ´°âµ™', 'ⴰⵙⵉâµâ´°âµ™', 'ⴰⴽⵕⴰⵙ', 'ⴰⴽⵡⴰⵙ', 'ⵙⵉⵎⵡⴰⵙ', 'ⴰⵙⵉⴹⵢⴰⵙ'],'weekdays_short' => ['ⴰⵙⴰ', 'â´°âµ¢âµ', 'ⴰⵙⵉ', 'ⴰⴽⵕ', 'ⴰⴽⵡ', 'ⴰⵙⵉⵎ', 'ⴰⵙⵉⴹ'],'weekdays_min' => ['ⴰⵙⴰ', 'â´°âµ¢âµ', 'ⴰⵙⵉ', 'ⴰⴽⵕ', 'ⴰⴽⵡ', 'ⴰⵙⵉⵎ', 'ⴰⵙⵉⴹ'],'months' => ['ⵉâµâµâ´°âµ¢âµ”', 'ⴱⵕⴰⵢⵕ', 'ⵎⴰⵕⵚ', 'ⵉⴱⵔⵉⵔ', 'ⵎⴰⵢⵢⵓ', 'ⵢⵓâµâµ¢âµ“', 'ⵢⵓâµâµ¢âµ“âµ£', 'ⵖⵓⵛⵜ', 'ⵛⵓⵜⴰâµâ´±âµ‰âµ”', 'ⴽⵜⵓⴱⵔ', 'âµâµ“ⵡⴰâµâ´±âµ‰âµ”', 'ⴷⵓⵊⴰâµâ´±âµ‰âµ”'],'months_short' => ['ⵉâµâµ', 'ⴱⵕⴰ', 'ⵎⴰⵕ', 'ⵉⴱⵔ', 'ⵎⴰⵢ', 'ⵢⵓâµ', 'ⵢⵓâµ', 'ⵖⵓⵛ', 'ⵛⵓⵜ', 'ⴽⵜⵓ', 'âµâµ“ⵡ', 'ⴷⵓⵊ'],'first_day_of_week' => 6,'weekend' => [5, 6],'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',],'year' => ':count aseggwas','y' => ':count aseggwas','a_year' => ':count aseggwas','month' => ':count ayyur','m' => ':count ayyur','a_month' => ':count ayyur','week' => ':count imalass','w' => ':count imalass','a_week' => ':count imalass','day' => ':count ass','d' => ':count ass','a_day' => ':count ass','hour' => ':count urÉ£', // less reliable'h' => ':count urÉ£', // less reliable'a_hour' => ':count urÉ£', // less reliable'minute' => ':count ⴰⵎⵥⵉ', // less reliable'min' => ':count ⴰⵎⵥⵉ', // less reliable'a_minute' => ':count ⴰⵎⵥⵉ', // less reliable'second' => ':count sin', // less reliable's' => ':count sin', // less reliable'a_second' => ':count sin', // less reliable]);