summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesKu_arab.php
blob: a17741faf5561a4d509e2e87f34ae46b9dfbcb92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?php
/** ‫كوردي (عەرەبی)(‫كوردي (عەرەبی))
 *
 * See MessagesQqq.php for message documentation incl. usage of parameters
 * To improve a translation please visit http://translatewiki.net
 *
 * @ingroup Language
 * @file
 *
 * @author Arastein
 * @author Asoxor
 * @author George Animal
 * @author Marmzok
 */

$rtl = true;

$fallback = 'ckb';

$digitTransformTable = array(
	'0' => '٠', # &#x0660;
	'1' => '١', # &#x0661;
	'2' => '٢', # &#x0662;
	'3' => '٣', # &#x0663;
	'4' => '٤', # &#x0664;
	'5' => '٥', # &#x0665;
	'6' => '٦', # &#x0666;
	'7' => '٧', # &#x0667;
	'8' => '٨', # &#x0668;
	'9' => '٩', # &#x0669;
	'.' => '٫', # &#x066b; wrong table ?
	',' => '٬', # &#x066c;
);

$messages = array(
'underline-never' => 'Qet na',

# Dates
'january' => 'کانوونی دووەم',

# Categories related messages
'hidden-category-category' => 'هاوپۆلە شاردراوەکان',

'talkpagelinktext' => 'لێدوان',

# 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).
'aboutsite' => 'دەربارەی {{SITENAME}}',
'mainpage'  => 'دەستپێک',

'red-link-title' => '$1 (پەڕە بوونی نییە)',

);