MediaWiki
REL1_22
|
00001 <?php 00016 $fallback = 'ckb'; 00017 00018 $rtl = true; 00019 00020 $digitTransformTable = array( 00021 '0' => '٠', # ٠ 00022 '1' => '١', # ١ 00023 '2' => '٢', # ٢ 00024 '3' => '٣', # ٣ 00025 '4' => '٤', # ٤ 00026 '5' => '٥', # ٥ 00027 '6' => '٦', # ٦ 00028 '7' => '٧', # ٧ 00029 '8' => '٨', # ٨ 00030 '9' => '٩', # ٩ 00031 '.' => '٫', # ٫ wrong table ? 00032 ',' => '٬', # ٬ 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 );