Merge "Handle missing namespace prefix in XML dumps more gracefully"
[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 Umherirrender
25 * @author Zawthet
26 * @author ကိုရာဝီ
27 */
28
29 $digitTransformTable = [
30 '0' => '၀',
31 '1' => '၁',
32 '2' => '၂',
33 '3' => '၃',
34 '4' => '၄',
35 '5' => '၅',
36 '6' => '၆',
37 '7' => '၇',
38 '8' => '၈',
39 '9' => '၉',
40 ];
41
42 $datePreferences = [
43 'default',
44 'my normal',
45 'my long',
46 'ISO 8601',
47 ];
48
49 $defaultDateFormat = 'my normal';
50
51 $dateFormats = [
52 'my normal time' => 'H:i',
53 'my normal date' => 'j F Y',
54 'my normal both' => ' H:i"၊" j F Y',
55
56 'my long time' => 'H:i',
57 'my long date' => 'Y "ဇန်နဝါရီ" F"လ" j "ရက်"',
58 'my long both' => 'H:i"၊" Y "ဇန်နဝါရီ" F"လ" j "ရက်"',
59 ];