summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesKs_deva.php
blob: c4ae7fcb9dd2a03c2b9a8c216864afa8ce29e2ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?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)
 * @author VibhasKS
 */

$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' => 'मदद',

# 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).
'mainpage' => 'आहम सफ़ा',

'editsectionhint' => '$1 शाबह तर तैयब दीउ',
'red-link-title' => '$1 (सफ़ा ना आसुन)',

# Recent changes
'recentchanges' => 'नवि तबदीली',

);