Localisation updates for core messages from translatewiki.net (2009-07-27 18:55 UTC)
[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 */
13
14 $fallback = 'ckb-arab';
15
16 $digitTransformTable = array(
17 '0' => '٠', # &#x0660;
18 '1' => '١', # &#x0661;
19 '2' => '٢', # &#x0662;
20 '3' => '٣', # &#x0663;
21 '4' => '٤', # &#x0664;
22 '5' => '٥', # &#x0665;
23 '6' => '٦', # &#x0666;
24 '7' => '٧', # &#x0667;
25 '8' => '٨', # &#x0668;
26 '9' => '٩', # &#x0669;
27 '.' => '٫', # &#x066b; wrong table ?
28 ',' => '٬', # &#x066c;
29 );
30
31 $messages = array(
32 # Dates
33 'january' => 'کانوونی دووەم',
34
35 # Categories related messages
36 'hidden-category-category' => 'هاوپۆلە شاردراوەکان',
37
38 'talkpagelinktext' => 'قسە',
39
40 # 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).
41 'aboutsite' => 'دەربارەی {{SITENAME}}',
42 'mainpage' => 'دەستپێک',
43
44 'red-link-title' => '$1 (پەڕە بوونی نییە)',
45
46 );