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