]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - languages/messages/MessagesKs.php
MediaWiki 1.17.3
[autoinstallsdev/mediawiki.git] / languages / messages / MessagesKs.php
1 <?php
2 /** Kashmiri (कॉशुर - کٲشُر)
3  *
4  * See MessagesQqq.php for message documentation incl. usage of parameters
5  * To improve a translation please visit http://translatewiki.net
6  *
7  * @ingroup Language
8  * @file
9  *
10  * @author خَرگوش
11  */
12
13 # FIXME: inherit almost everything for now
14 $rtl = true;
15
16 $digitTransformTable = array(
17         '0' => '०', # &#x0966;
18         '1' => '१', # &#x0967;
19         '2' => '२', # &#x0968;
20         '3' => '३', # &#x0969;
21         '4' => '४', # &#x096a;
22         '5' => '५', # &#x096b;
23         '6' => '६', # &#x096c;
24         '7' => '७', # &#x096d;
25         '8' => '८', # &#x096e;
26         '9' => '९', # &#x096f;
27 );
28
29 $messages = array(
30 # Dates
31 'monday'    => 'ژِنٛدٕروار',
32 'february'  => 'فرؤری',
33 'april'     => 'اپریٖل',
34 'may_long'  => 'مٔی',
35 'june'      => 'جوٗن',
36 'august'    => 'اَگست',
37 'september' => 'سیٚپٹَمبَر',
38 'november'  => 'نَوَمبَر',
39 'december'  => 'ڈیٚسَمبَر',
40
41 'about' => 'مُتعلِق',
42
43 'help'             => 'مَدَت',
44 'search'           => 'ژھارُن',
45 'searchbutton'     => 'ژھارُن',
46 'history_short'    => 'توٲریٖخ',
47 'talkpagelinktext' => 'بَحَژ',
48 'talk'             => 'بَحَژ',
49 'jumptosearch'     => 'ژھارُن',
50
51 # 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).
52 'aboutsite' => 'مُتعلِق {{SITENAME}}',
53 'mainpage'  => 'گَرٕ',
54
55 # Short words for each namespace, by default used in the namespace tab in monobook
56 'nstab-main'     => 'صَفہٕ',
57 'nstab-category' => 'زٲژ',
58
59 # Edit pages
60 'summary' => 'خُلاسہٕ:',
61
62 # Recent changes
63 'recentchanges' => 'نَوِ تَبَدیٖلیٖ',
64
65 # Upload
66 'filedesc' => 'خُلاسہٕ',
67
68 'sp-contributions-talk'   => 'بَحَژ',
69 'sp-contributions-submit' => 'ژھارُن',
70
71 # Namespace 8 related
72 'allmessagesname' => 'ناو',
73
74 );