MediaWiki  REL1_21
MessagesKs_deva.php
Go to the documentation of this file.
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' => '०', # &#x0966;
00035         '1' => '१', # &#x0967;
00036         '2' => '२', # &#x0968;
00037         '3' => '३', # &#x0969;
00038         '4' => '४', # &#x096a;
00039         '5' => '५', # &#x096b;
00040         '6' => '६', # &#x096c;
00041         '7' => '७', # &#x096d;
00042         '8' => '८', # &#x096e;
00043         '9' => '९', # &#x096f;
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 );