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
59
|
<?php
/** Kashmiri (कॉशुर / کٲشُر)
*
* See MessagesQqq.php for message documentation incl. usage of parameters
* To improve a translation please visit http://translatewiki.net
*
* @ingroup Language
* @file
*
*/
$fallback = 'ks-arab';
$messages = array(
# Dates
'monday' => 'ژِنٛدٕروار',
'february' => 'فرؤری',
'april' => 'اپریٖل',
'may_long' => 'مٔی',
'june' => 'جوٗن',
'august' => 'اَگست',
'september' => 'سیٚپٹَمبَر',
'november' => 'نَوَمبَر',
'december' => 'ڈیٚسَمبَر',
'about' => 'مُتعلِق',
'help' => 'مَدَت',
'search' => 'ژھارُن',
'searchbutton' => 'ژھارُن',
'history_short' => 'توٲریٖخ',
'talkpagelinktext' => 'بَحَژ',
'talk' => 'بَحَژ',
'jumptosearch' => 'ژھارُن',
# 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).
'aboutsite' => 'مُتعلِق {{SITENAME}}',
'mainpage' => 'گَرٕ',
# Short words for each namespace, by default used in the namespace tab in monobook
'nstab-main' => 'صَفہٕ',
'nstab-category' => 'زٲژ',
# Edit pages
'summary' => 'خُلاسہٕ:',
# Recent changes
'recentchanges' => 'نَوِ تَبَدیٖلیٖ',
# Upload
'filedesc' => 'خُلاسہٕ',
'sp-contributions-talk' => 'بَحَژ',
'sp-contributions-submit' => 'ژھارُن',
# Namespace 8 related
'allmessagesname' => 'ناو',
);
|