Merge "MimeAnalyzer: Add testcases for mp3 detection"
[lhc/web/wiklou.git] / languages / messages / MessagesMy.php
1 <?php
2 /** Burmese (မြန်မာဘာသာ)
3 *
4 * To improve a translation please visit https://translatewiki.net
5 *
6 * @ingroup Language
7 * @file
8 *
9 * @author Erikoo
10 * @author Hakka
11 * @author Hanzaw
12 * @author Hintha
13 * @author Lagoonaing
14 * @author Liangent
15 * @author Lionslayer
16 * @author Minnyoonthit
17 * @author Myanmars
18 * @author Myolay
19 * @author Parabaik
20 * @author Purodha
21 * @author Saiddzone
22 * @author Thanlwin
23 * @author Thitaung
24 * @author Zawthet
25 * @author ကိုရာဝီ
26 */
27
28 $digitTransformTable = [
29 '0' => '၀',
30 '1' => '၁',
31 '2' => '၂',
32 '3' => '၃',
33 '4' => '၄',
34 '5' => '၅',
35 '6' => '၆',
36 '7' => '၇',
37 '8' => '၈',
38 '9' => '၉',
39 ];
40
41 $datePreferences = [
42 'default',
43 'my normal',
44 'my long',
45 'ISO 8601',
46 ];
47
48 $defaultDateFormat = 'my normal';
49
50 $dateFormats = [
51 'my normal time' => 'H:i',
52 'my normal date' => 'j F Y',
53 'my normal both' => ' H:i"၊" j F Y',
54
55 'my long time' => 'H:i',
56 'my long date' => 'Y "ဇန်နဝါရီ" F"လ" j "ရက်"',
57 'my long both' => 'H:i"၊" Y "ဇန်နဝါရီ" F"လ" j "ရက်"',
58 ];