MediaWiki  master
MessagesKs_deva.php
Go to the documentation of this file.
00001 <?php
00013 $digitTransformTable = array(
00014         '0' => '०', # &#x0966;
00015         '1' => '१', # &#x0967;
00016         '2' => '२', # &#x0968;
00017         '3' => '३', # &#x0969;
00018         '4' => '४', # &#x096a;
00019         '5' => '५', # &#x096b;
00020         '6' => '६', # &#x096c;
00021         '7' => '७', # &#x096d;
00022         '8' => '८', # &#x096e;
00023         '9' => '९', # &#x096f;
00024 );
00025 
00026 $messages = array(
00027 'help' => 'मदद',
00028 
00029 # Recent changes
00030 'recentchanges' => 'नवि तबदीली',
00031 
00032 );