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