%PDF- %PDF-
Direktori : /www/varak.net/wiki.varak.net/languages/messages/ |
Current File : /www/varak.net/wiki.varak.net/languages/messages/MessagesMy.php |
<?php /** Burmese (မြန်မာဘာသာ) * * To improve a translation please visit https://translatewiki.net * * @ingroup Language * @file * * @author Erikoo * @author Hakka * @author Hanzaw * @author Hintha * @author Lagoonaing * @author Liangent * @author Lionslayer * @author Minnyoonthit * @author Myanmars * @author Myolay * @author Parabaik * @author Purodha * @author Saiddzone * @author Thanlwin * @author Thitaung * @author Zawthet * @author ကိုရာဝီ */ $digitTransformTable = [ '0' => '၀', '1' => '၁', '2' => '၂', '3' => '၃', '4' => '၄', '5' => '၅', '6' => '၆', '7' => '၇', '8' => '၈', '9' => '၉', ]; $datePreferences = [ 'default', 'my normal', 'my long', 'ISO 8601', ]; $defaultDateFormat = 'my normal'; $dateFormats = [ 'my normal time' => 'H:i', 'my normal date' => 'j F Y', 'my normal both' => ' H:i"၊" j F Y', 'my long time' => 'H:i', 'my long date' => 'Y "ဇန်နဝါရီ" F"လ" j "ရက်"', 'my long both' => 'H:i"၊" Y "ဇန်နဝါရီ" F"လ" j "ရက်"', ];