MediaWiki
REL1_21
|
00001 <?php 00014 $namespaceNames = array( 00015 NS_MEDIA => 'मीडिया', 00016 NS_SPECIAL => 'खास', 00017 NS_TALK => 'बहज़', 00018 NS_USER => 'रुक्न', 00019 NS_USER_TALK => 'रुक्न_बहज़', 00020 NS_PROJECT_TALK => '$1_बहज़', 00021 NS_FILE => 'फ़ाइल', 00022 NS_FILE_TALK => 'फ़ाइल_बहज़', 00023 NS_MEDIAWIKI => 'मीडियाविकि', 00024 NS_MEDIAWIKI_TALK => 'मीडियाविकि_बहज़', 00025 NS_TEMPLATE => 'नमॆना', 00026 NS_TEMPLATE_TALK => 'नमॆना_बहज़', 00027 NS_HELP => 'म॒दत', 00028 NS_HELP_TALK => 'म॒दत_बहज़', 00029 NS_CATEGORY => 'ज़ॉज़', 00030 NS_CATEGORY_TALK => 'ज़ॉज़_बहज़', 00031 ); 00032 00033 $digitTransformTable = array( 00034 '0' => '०', # ० 00035 '1' => '१', # १ 00036 '2' => '२', # २ 00037 '3' => '३', # ३ 00038 '4' => '४', # ४ 00039 '5' => '५', # ५ 00040 '6' => '६', # ६ 00041 '7' => '७', # ७ 00042 '8' => '८', # ८ 00043 '9' => '९', # ९ 00044 ); 00045 00046 $messages = array( 00047 'help' => 'मदद', 00048 00049 # 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). 00050 'mainpage' => 'आहम सफ़ा', 00051 00052 'editsectionhint' => '$1 शाबह तर तैयब दीउ', 00053 'red-link-title' => '$1 (सफ़ा ना आसुन)', 00054 00055 # Recent changes 00056 'recentchanges' => 'नवि तबदीली', 00057 00058 );