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