Localisation updates from http://translatewiki.net.
[lhc/web/wiklou.git] / languages / messages / MessagesKs_arab.php
1 <?php
2 /** Kashmiri (Arabic script) (کٲشُر)
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 Rk_kaul (on ks.wikipedia.org)
11 */
12
13 $rtl = true;
14
15 $namespaceNames = array(
16 NS_MEDIA => 'میڈیا',
17 NS_SPECIAL => 'خاص',
18 NS_MAIN => '',
19 NS_TALK => 'بَحَژ',
20 NS_USER => 'رُکُن',
21 NS_USER_TALK => 'رُکُن_بَحَژ',
22 NS_PROJECT_TALK => '$1_بَحَژ',
23 NS_FILE => 'فَیِل',
24 NS_FILE_TALK => 'فَیِل_بَحَژ',
25 NS_MEDIAWIKI => 'میڈیاوکی',
26 NS_MEDIAWIKI_TALK => 'میڈیاوکی_بَحَژ',
27 NS_HELP => 'پَلزُن',
28 NS_HELP_TALK => 'پَلزُن_بَحَژ',
29 NS_CATEGORY => 'زٲژ',
30 NS_CATEGORY_TALK => 'زٲژ_بَحَژ',
31 );
32
33 $digitTransformTable = array(
34 '0' => '٠', # &#x0660;
35 '1' => '١', # &#x0661;
36 '2' => '٢', # &#x0662;
37 '3' => '٣', # &#x0663;
38 '4' => '٤', # &#x0664;
39 '5' => '٥', # &#x0665;
40 '6' => '٦', # &#x0666;
41 '7' => '٧', # &#x0667;
42 '8' => '٨', # &#x0668;
43 '9' => '٩', # &#x0669;
44 );
45
46 $separatorTransformTable = array(
47 '.' => '٫', # &#x066b;
48 ',' => '٬', # &#x066c;
49 );
50
51 $messages = array(
52 # Dates
53 'monday' => 'ژِنٛدٕروار',
54 'february' => 'فرؤری',
55 'april' => 'اپریٖل',
56 'may_long' => 'مٔی',
57 'june' => 'جوٗن',
58 'august' => 'اَگست',
59 'september' => 'سیٚپٹَمبَر',
60 'november' => 'نَوَمبَر',
61 'december' => 'ڈیٚسَمبَر',
62
63 'about' => 'مُتعلِق',
64
65 # Vector skin
66 'vector-view-edit' => 'تَرتیٖب دِیُن',
67 'vector-view-view' => 'پَرُن',
68
69 'help' => 'مدد',
70 'search' => 'ژھارُن',
71 'searchbutton' => 'ژھارُن',
72 'history_short' => 'توٲریٖخ',
73 'talkpagelinktext' => 'بَحَژ',
74 'talk' => 'بَحَژ',
75 'toolbox' => 'اَوزار',
76 'otherlanguages' => 'باقیَن زَبانَن منٛز',
77 'jumptosearch' => 'ژھارُن',
78
79 # 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).
80 'aboutsite' => 'مُتعلِق {{SITENAME}}',
81 'mainpage' => 'گَرٕ',
82
83 # Short words for each namespace, by default used in the namespace tab in monobook
84 'nstab-main' => 'صَفہٕ',
85 'nstab-category' => 'زٲژ',
86
87 # Edit pages
88 'summary' => 'خُلاسہٕ:',
89
90 # Recent changes
91 'recentchanges' => 'نَوِ تبدیلی',
92
93 # Upload
94 'filedesc' => 'خُلاسہٕ',
95
96 'sp-contributions-talk' => 'بَحَژ',
97 'sp-contributions-submit' => 'ژھارُن',
98
99 # Namespace 8 related
100 'allmessagesname' => 'ناو',
101
102 );