Merge "jquery.tablesorter.test: Re-organise variables"
[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
37 $messages = array(
38 'underline-never' => 'Qet na',
39
40 # Dates
41 'january' => 'کانوونی دووەم',
42 'january-gen' => 'کانوونی دووەم',
43
44 # Categories related messages
45 'hidden-category-category' => 'هاوپۆلە شاردراوەکان',
46
47 'talkpagelinktext' => 'لێدوان',
48
49 # 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).
50 'aboutsite' => 'دەربارەی {{SITENAME}}',
51 'mainpage' => 'دەستپێک',
52 'mainpage-description' => 'دەستپێک',
53
54 'youhavenewmessagesmulti' => 'شما یه گل پیغوم تازه د $1 داریتو',
55 'red-link-title' => '$1 (پەڕە بوونی نییە)',
56
57 );