MediaWiki
REL1_19
|
00001 <?php 00014 $digitTransformTable = array( 00015 '0' => '०', # ० 00016 '1' => '१', # १ 00017 '2' => '२', # २ 00018 '3' => '३', # ३ 00019 '4' => '४', # ४ 00020 '5' => '५', # ५ 00021 '6' => '६', # ६ 00022 '7' => '७', # ७ 00023 '8' => '८', # ८ 00024 '9' => '९', # ९ 00025 ); 00026 00027 $messages = array( 00028 'help' => 'मदद', 00029 00030 # 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). 00031 'mainpage' => 'आहम सफ़ा', 00032 00033 'editsectionhint' => '$1 शाबह तर तैयब दीउ', 00034 'red-link-title' => '$1 (सफ़ा ना आसुन)', 00035 00036 # Recent changes 00037 'recentchanges' => 'नवि तबदीली', 00038 00039 );