00001 <?php 00012 $digitTransformTable = array( 00013 '0' => '०', # ० 00014 '1' => '१', # १ 00015 '2' => '२', # २ 00016 '3' => '३', # ३ 00017 '4' => '४', # ४ 00018 '5' => '५', # ५ 00019 '6' => '६', # ६ 00020 '7' => '७', # ७ 00021 '8' => '८', # ८ 00022 '9' => '९', # ९ 00023 ); 00024 00025 $messages = array( 00026 # All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations). 00027 'mainpage' => 'पहिलका पन्ना', 00028 'mainpage-description' => 'पहिलका पन्ना', 00029 00030 );