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.*//** Authors:* - Amitakhya Phukan, Red Hat bug-glibc@gnu.org*/return array_replace_recursive(require __DIR__.'/en.php', ['formats' => ['L' => 'D-MM-YYYY',],'months' => ['জানà§à§±à¦¾à§°à§€', 'ফেবà§à§°à§à§±à¦¾à§°à§€', 'মাৰà§à¦š', 'à¦à¦ªà§à§°à¦¿à¦²', 'মে', 'জà§à¦¨', 'জà§à¦²à¦¾à¦‡', 'আগষà§à¦Ÿ', 'ছেপà§à¦¤à§‡à¦®à§à¦¬à§°', 'অকà§à¦Ÿà§‹à¦¬à§°', 'নৱেমà§à¦¬à§°', 'ডিচেমà§à¦¬à§°'],'months_short' => ['জানà§', 'ফেবà§à§°à§', 'মাৰà§à¦š', 'à¦à¦ªà§à§°à¦¿à¦²', 'মে', 'জà§à¦¨', 'জà§à¦²à¦¾à¦‡', 'আগ', 'সেপà§à¦Ÿ', 'অকà§à¦Ÿà§‹', 'নà¦à§‡', 'ডিসে'],'weekdays' => ['দেওবাৰ', 'সোমবাৰ', 'মঙà§à¦—লবাৰ', 'বà§à¦§à¦¬à¦¾à§°', 'বৃহষà§à¦ªà¦¤à¦¿à¦¬à¦¾à§°', 'শà§à¦•à§à§°à¦¬à¦¾à§°', 'শনিবাৰ'],'weekdays_short' => ['দেও', 'সোম', 'মঙà§à¦—ল', 'বà§à¦§', 'বৃহষà§à¦ªà¦¤à¦¿', 'শà§à¦•à§à§°', 'শনি'],'weekdays_min' => ['দেও', 'সোম', 'মঙà§à¦—ল', 'বà§à¦§', 'বৃহষà§à¦ªà¦¤à¦¿', 'শà§à¦•à§à§°', 'শনি'],'day_of_first_week_of_year' => 1,'meridiem' => ['পূৰà§à¦¬à§à¦¬à¦¾à¦¹à§à¦¨', 'অপৰাহà§à¦¨'],'year' => ':count বছৰ','y' => ':count বছৰ','a_year' => ':count বছৰ','month' => ':count মাহ','m' => ':count মাহ','a_month' => ':count মাহ','week' => ':count সপà§à¦¤à¦¾à¦¹','w' => ':count সপà§à¦¤à¦¾à¦¹','a_week' => ':count সপà§à¦¤à¦¾à¦¹','day' => ':count বাৰ','d' => ':count বাৰ','a_day' => ':count বাৰ','hour' => ':count ঘণà§à¦Ÿà¦¾','h' => ':count ঘণà§à¦Ÿà¦¾','a_hour' => ':count ঘণà§à¦Ÿà¦¾','minute' => ':count মিনিট','min' => ':count মিনিট','a_minute' => ':count মিনিট','second' => ':count দà§à¦¬à¦¿à¦¤à§€à¦¯à¦¼','s' => ':count দà§à¦¬à¦¿à¦¤à§€à¦¯à¦¼','a_second' => ':count দà§à¦¬à¦¿à¦¤à§€à¦¯à¦¼',]);