MediaWiki  REL1_22
MessagesKu_arab.php
Go to the documentation of this file.
00001 <?php
00016 $fallback = 'ckb';
00017 
00018 $rtl = true;
00019 
00020 $digitTransformTable = array(
00021     '0' => '٠', # &#x0660;
00022     '1' => '١', # &#x0661;
00023     '2' => '٢', # &#x0662;
00024     '3' => '٣', # &#x0663;
00025     '4' => '٤', # &#x0664;
00026     '5' => '٥', # &#x0665;
00027     '6' => '٦', # &#x0666;
00028     '7' => '٧', # &#x0667;
00029     '8' => '٨', # &#x0668;
00030     '9' => '٩', # &#x0669;
00031     '.' => '٫', # &#x066b; wrong table ?
00032     ',' => '٬', # &#x066c;
00033 );
00034 
00035 $messages = array(
00036 'underline-never' => 'Qet na',
00037 
00038 # Dates
00039 'january' => 'کانوونی دووەم',
00040 
00041 # Categories related messages
00042 'hidden-category-category' => 'هاوپۆلە شاردراوەکان',
00043 
00044 'talkpagelinktext' => 'لێدوان',
00045 
00046 # 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).
00047 'aboutsite' => 'دەربارەی {{SITENAME}}',
00048 'mainpage'  => 'دەستپێک',
00049 
00050 'red-link-title' => '$1 (پەڕە بوونی نییە)',
00051 
00052 );