Merge "Implement static public Parser::getExternalLinkRel"
[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 George Animal
13 * @author Marmzok
14 */
15
16 $fallback = 'ckb';
17
18 $rtl = true;
19
20 $digitTransformTable = array(
21 '0' => '٠', # &#x0660;
22 '1' => '١', # &#x0661;
23 '2' => '٢', # &#x0662;
24 '3' => '٣', # &#x0663;
25 '4' => '٤', # &#x0664;
26 '5' => '٥', # &#x0665;
27 '6' => '٦', # &#x0666;
28 '7' => '٧', # &#x0667;
29 '8' => '٨', # &#x0668;
30 '9' => '٩', # &#x0669;
31 '.' => '٫', # &#x066b; wrong table ?
32 ',' => '٬', # &#x066c;
33 );
34
35 $messages = array(
36 'underline-never' => 'Qet na',
37
38 # Dates
39 'january' => 'کانوونی دووەم',
40
41 # Categories related messages
42 'hidden-category-category' => 'هاوپۆلە شاردراوەکان',
43
44 'talkpagelinktext' => 'لێدوان',
45
46 # 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).
47 'aboutsite' => 'دەربارەی {{SITENAME}}',
48 'mainpage' => 'دەستپێک',
49
50 'red-link-title' => '$1 (پەڕە بوونی نییە)',
51
52 );