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