]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - languages/messages/MessagesKu_arab.php
MediaWiki 1.16.2-scripts
[autoinstallsdev/mediawiki.git] / languages / messages / MessagesKu_arab.php
1 <?php
2 /** ‫كوردي (عەرەبی)‬ (‫كوردي (عەرەبی)‬)
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 Arastein
11  * @author Asoxor
12  * @author Marmzok
13  */
14
15 $fallback = 'ckb-arab';
16
17 $digitTransformTable = array(
18         '0' => '٠', # &#x0660;
19         '1' => '١', # &#x0661;
20         '2' => '٢', # &#x0662;
21         '3' => '٣', # &#x0663;
22         '4' => '٤', # &#x0664;
23         '5' => '٥', # &#x0665;
24         '6' => '٦', # &#x0666;
25         '7' => '٧', # &#x0667;
26         '8' => '٨', # &#x0668;
27         '9' => '٩', # &#x0669;
28         '.' => '٫', # &#x066b; wrong table ?
29         ',' => '٬', # &#x066c;
30 );
31
32 $messages = array(
33 # Dates
34 'january' => 'کانوونی دووەم',
35
36 # Categories related messages
37 'hidden-category-category' => 'هاوپۆلە شاردراوەکان',
38
39 'talkpagelinktext' => 'لێدوان',
40
41 # 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).
42 'aboutsite' => 'دەربارەی {{SITENAME}}',
43 'mainpage'  => 'دەستپێک',
44
45 'red-link-title' => '$1 (پەڕە بوونی نییە)',
46
47 );