2009-04-17 10:54:51 +00:00
< ? php
2009-04-24 22:00:31 +00:00
/** كوردي ( عەرەبی ) ( كوردي ( عەرەبی ) )
2009-04-17 10:54:51 +00:00
*
* See MessagesQqq . php for message documentation incl . usage of parameters
* To improve a translation please visit http :// translatewiki . net
*
* @ ingroup Language
* @ file
*
2009-04-24 22:00:31 +00:00
* @ author Arastein
2009-07-27 19:10:00 +00:00
* @ author Asoxor
2009-04-17 10:54:51 +00:00
*/
$fallback = 'ckb-arab' ;
$digitTransformTable = array (
'0' => '٠ ' , # ٠
'1' => '١ ' , # ١
'2' => '٢' , # ٢
'3' => '٣' , # ٣
'4' => '٤' , # ٤
'5' => '٥ ' , # ٥
'6' => '٦' , # ٦
'7' => '٧ ' , # ٧
'8' => '٨' , # ٨
'9' => '٩' , # ٩
'.' => '٫ ' , # ٫ wrong table ?
',' => '٬' , # ٬
);
2009-04-24 22:00:31 +00:00
$messages = array (
# Dates
'january' => 'کانوونی دووەم' ,
# Categories related messages
'hidden-category-category' => 'هاوپۆلە شاردراوەکان' ,
2009-07-27 19:10:00 +00:00
'talkpagelinktext' => 'قسە' ,
2009-04-24 22:00:31 +00:00
# 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 (پەڕە بوونی نییە)' ,
);