1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00
mediawiki_ynh/sources/mediawiki/languages/messages/MessagesKs_deva.php

51 lines
1.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/** Kashmiri (Devanagari script) (कॉशुर)
*
* See MessagesQqq.php for message documentation incl. usage of parameters
* To improve a translation please visit http://translatewiki.net
*
* @ingroup Language
* @file
*
* @author Rk_kaul (on ks.wikipedia.org)
*/
$namespaceNames = array(
NS_MEDIA => 'मीडिया',
NS_SPECIAL => 'खास',
NS_TALK => 'बहज़',
NS_USER => 'रुक्न',
NS_USER_TALK => 'रुक्न_बहज़',
NS_PROJECT_TALK => '$1_बहज़',
NS_FILE => 'फ़ाइल',
NS_FILE_TALK => 'फ़ाइल_बहज़',
NS_MEDIAWIKI => 'मीडियाविकि',
NS_MEDIAWIKI_TALK => 'मीडियाविकि_बहज़',
NS_TEMPLATE => 'नमॆना',
NS_TEMPLATE_TALK => 'नमॆना_बहज़',
NS_HELP => 'म॒दत',
NS_HELP_TALK => 'म॒दत_बहज़',
NS_CATEGORY => 'ज़ॉज़',
NS_CATEGORY_TALK => 'ज़ॉज़_बहज़',
);
$digitTransformTable = array(
'0' => '', # &#x0966;
'1' => '१', # &#x0967;
'2' => '२', # &#x0968;
'3' => '३', # &#x0969;
'4' => '४', # &#x096a;
'5' => '५', # &#x096b;
'6' => '६', # &#x096c;
'7' => '७', # &#x096d;
'8' => '८', # &#x096e;
'9' => '९', # &#x096f;
);
$messages = array(
'help' => 'मदद',
# Recent changes
'recentchanges' => 'नवि तबदीली',
);