Merge "Fix the incorrect nesting"
[lhc/web/wiklou.git] / languages / messages / MessagesKs_arab.php
index c37e944..4cd9339 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/** Kashmiri (Perso-Arabic) (كشميري)
+/** Kashmiri (Arabic script) (کٲشُر)
  *
  * See MessagesQqq.php for message documentation incl. usage of parameters
  * To improve a translation please visit http://translatewiki.net
@@ -7,9 +7,9 @@
  * @ingroup Language
  * @file
  *
+ * @author Rk_kaul (on ks.wikipedia.org)
  */
 
-# @todo FIXME: Inherit almost everything for now
 $rtl = true;
 
 $digitTransformTable = array(
@@ -23,11 +23,62 @@ $digitTransformTable = array(
        '7' => '٧', # &#x0667;
        '8' => '٨', # &#x0668;
        '9' => '٩', # &#x0669;
-       '.' => '٫', # &#x066b; wrong table ?
+);
+
+$separatorTransformTable = array(
+       '.' => '٫', # &#x066b;
        ',' => '٬', # &#x066c;
 );
 
 $messages = array(
+# Dates
+'monday'    => 'ژِنٛدٕروار',
+'february'  => 'فرؤری',
+'april'     => 'اپریٖل',
+'may_long'  => 'مٔی',
+'june'      => 'جوٗن',
+'august'    => 'اَگست',
+'september' => 'سیٚپٹَمبَر',
+'november'  => 'نَوَمبَر',
+'december'  => 'ڈیٚسَمبَر',
+
+'about' => 'مُتعلِق',
+
+# Vector skin
+'vector-view-edit' => 'تَرتیٖب دِیُن',
+'vector-view-view' => 'پَرُن',
+
+'help'             => 'مدد',
+'search'           => 'ژھارُن',
+'searchbutton'     => 'ژھارُن',
+'history_short'    => 'توٲریٖخ',
+'talkpagelinktext' => 'بَحَژ',
+'talk'             => 'بَحَژ',
+'toolbox'          => 'اَوزار',
+'otherlanguages'   => 'باقیَن زَبانَن منٛز',
+'jumptosearch'     => 'ژھارُن',
+
+# 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).
+'aboutsite' => 'مُتعلِق {{SITENAME}}',
+'mainpage'  => 'گَرٕ',
+
+# Short words for each namespace, by default used in the namespace tab in monobook
+'nstab-main'     => 'صَفہٕ',
+'nstab-category' => 'زٲژ',
+
+# Edit pages
+'summary' => 'خُلاسہٕ:',
+
 # Recent changes
 'recentchanges' => 'نَوِ تبدیلی',
-);
\ No newline at end of file
+
+# Upload
+'filedesc' => 'خُلاسہٕ',
+
+'sp-contributions-talk'   => 'بَحَژ',
+'sp-contributions-submit' => 'ژھارُن',
+
+# Namespace 8 related
+'allmessagesname' => 'ناو',
+
+);