Merge "Add 'mw-anonuserlink' class for anonymous users"
[lhc/web/wiklou.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 Bonevarluri
13 * @author George Animal
14 * @author Marmzok
15 * @author Muhammed taha
16 */
17
18 $fallback = 'ckb';
19
20 $rtl = true;
21
22 $digitTransformTable = array(
23 '0' => '٠', # &#x0660;
24 '1' => '١', # &#x0661;
25 '2' => '٢', # &#x0662;
26 '3' => '٣', # &#x0663;
27 '4' => '٤', # &#x0664;
28 '5' => '٥', # &#x0665;
29 '6' => '٦', # &#x0666;
30 '7' => '٧', # &#x0667;
31 '8' => '٨', # &#x0668;
32 '9' => '٩', # &#x0669;
33 '.' => '٫', # &#x066b; wrong table ?
34 ',' => '٬', # &#x066c;
35 );
36