MediaWiki  REL1_23
MessagesMy.php
Go to the documentation of this file.
00001 <?php
00030 $digitTransformTable = array(
00031     '0' => '၀',
00032     '1' => '၁',
00033     '2' => '၂',
00034     '3' => '၃',
00035     '4' => '၄',
00036     '5' => '၅',
00037     '6' => '၆',
00038     '7' => '၇',
00039     '8' => '၈',
00040     '9' => '၉',
00041 );
00042 
00043 $datePreferences = array(
00044     'default',
00045     'my normal',
00046     'my long',
00047     'ISO 8601',
00048 );
00049 
00050 $defaultDateFormat = 'my normal';
00051 
00052 $dateFormats = array(
00053     'my normal time' => 'H:i',
00054     'my normal date' => 'j F Y',
00055     'my normal both' => ' H:i"၊" j F Y',
00056 
00057     'my long time' => 'H:i',
00058     'my long date' => 'Y "ဇန်နဝါရီ" F"လ" j "ရက်"',
00059     'my long both' => 'H:i"၊" Y "ဇန်နဝါရီ" F"လ" j "ရက်"',
00060 );
00061