Follow-up r108415: Localisation updates (add/remove).
[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 $digitTransformTable = array(
16 '0' => '٠', # &#x0660;
17 '1' => '١', # &#x0661;
18 '2' => '٢', # &#x0662;
19 '3' => '٣', # &#x0663;
20 '4' => '٤', # &#x0664;
21 '5' => '٥', # &#x0665;
22 '6' => '٦', # &#x0666;
23 '7' => '٧', # &#x0667;
24 '8' => '٨', # &#x0668;
25 '9' => '٩', # &#x0669;
26 );
27
28 $separatorTransformTable = array(
29 '.' => '٫', # &#x066b;
30 ',' => '٬', # &#x066c;
31 );
32
33 $messages = array(
34 # Dates
35 'monday' => 'ژِنٛدٕروار',
36 'february' => 'فرؤری',
37 'april' => 'اپریٖل',
38 'may_long' => 'مٔی',
39 'june' => 'جوٗن',
40 'august' => 'اَگست',
41 'september' => 'سیٚپٹَمبَر',
42 'november' => 'نَوَمبَر',
43 'december' => 'ڈیٚسَمبَر',
44
45 'about' => 'مُتعلِق',
46
47 'help' => 'مدد',
48 'search' => 'ژھارُن',
49 'searchbutton' => 'ژھارُن',
50 'history_short' => 'توٲریٖخ',
51 'talkpagelinktext' => 'بَحَژ',
52 'talk' => 'بَحَژ',
53 'jumptosearch' => 'ژھارُن',
54
55 # 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).
56 'aboutsite' => 'مُتعلِق {{SITENAME}}',
57 'mainpage' => 'گَرٕ',
58
59 # Short words for each namespace, by default used in the namespace tab in monobook
60 'nstab-main' => 'صَفہٕ',
61 'nstab-category' => 'زٲژ',
62
63 # Edit pages
64 'summary' => 'خُلاسہٕ:',
65
66 # Recent changes
67 'recentchanges' => 'نَوِ تبدیلی',
68
69 # Upload
70 'filedesc' => 'خُلاسہٕ',
71
72 'sp-contributions-talk' => 'بَحَژ',
73 'sp-contributions-submit' => 'ژھارُن',
74
75 # Namespace 8 related
76 'allmessagesname' => 'ناو',
77
78 );