MediaWiki  REL1_19
MessagesKs_arab.php
Go to the documentation of this file.
00001 <?php
00015 $rtl = true;
00016 
00017 $digitTransformTable = array(
00018         '0' => '٠', # &#x0660;
00019         '1' => '١', # &#x0661;
00020         '2' => '٢', # &#x0662;
00021         '3' => '٣', # &#x0663;
00022         '4' => '٤', # &#x0664;
00023         '5' => '٥', # &#x0665;
00024         '6' => '٦', # &#x0666;
00025         '7' => '٧', # &#x0667;
00026         '8' => '٨', # &#x0668;
00027         '9' => '٩', # &#x0669;
00028 );
00029 
00030 $separatorTransformTable = array(
00031         '.' => '٫', # &#x066b;
00032         ',' => '٬', # &#x066c;
00033 );
00034 
00035 $messages = array(
00036 # Dates
00037 'monday'    => 'ژِنٛدٕروار',
00038 'january'   => 'جنوری',
00039 'february'  => 'فرؤری',
00040 'march'     => 'مارچ',
00041 'april'     => 'اپریٖل',
00042 'may_long'  => 'مٔی',
00043 'june'      => 'جوٗن',
00044 'july'      => 'جولائی',
00045 'august'    => 'اَگست',
00046 'september' => 'سیٚپٹَمبَر',
00047 'october'   => 'اکتوبر',
00048 'november'  => 'نَوَمبَر',
00049 'december'  => 'ڈیٚسَمبَر',
00050 'jan'       => 'جنوری',
00051 
00052 'about' => 'مُتعلِق',
00053 
00054 # Vector skin
00055 'vector-view-edit' => 'تَرتیٖب دِیُن',
00056 'vector-view-view' => 'پَرُن',
00057 
00058 'help'             => 'مدد',
00059 'search'           => 'ژھارُن',
00060 'searchbutton'     => 'ژھارُن',
00061 'history_short'    => 'توٲریٖخ',
00062 'talkpagelinktext' => 'بَحَژ',
00063 'talk'             => 'بَحَژ',
00064 'toolbox'          => 'اَوزار',
00065 'otherlanguages'   => 'باقیَن زَبانَن منٛز',
00066 'jumptosearch'     => 'ژھارُن',
00067 
00068 # 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).
00069 'aboutsite'            => 'مُتعلِق {{SITENAME}}',
00070 'mainpage'             => 'گَرٕ',
00071 'mainpage-description' => 'اہم صَفہٕ',
00072 
00073 # Short words for each namespace, by default used in the namespace tab in monobook
00074 'nstab-main'     => 'صَفہٕ',
00075 'nstab-category' => 'زٲژ',
00076 
00077 # Edit pages
00078 'summary' => 'خُلاسہٕ:',
00079 
00080 # Recent changes
00081 'recentchanges' => 'نَوِ تبدیلی',
00082 
00083 # Upload
00084 'filedesc' => 'خُلاسہٕ',
00085 
00086 'sp-contributions-talk'   => 'بَحَژ',
00087 'sp-contributions-submit' => 'ژھارُن',
00088 
00089 # Namespace 8 related
00090 'allmessagesname' => 'ناو',
00091 
00092 );