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