Merge "Drop index oi_name_archive_name on table oldimage"
[lhc/web/wiklou.git] / languages / messages / MessagesKs_arab.php
index dae8ab6..27ac9f1 100644 (file)
@@ -1,8 +1,7 @@
 <?php
 /** Kashmiri (Arabic script) (کٲشُر)
  *
- * See MessagesQqq.php for message documentation incl. usage of parameters
- * To improve a translation please visit http://translatewiki.net
+ * To improve a translation please visit https://translatewiki.net
  *
  * @ingroup Language
  * @file
 
 $rtl = true;
 
-$namespaceNames = array(
+$namespaceNames = [
        NS_MEDIA            => 'میڈیا',
        NS_SPECIAL          => 'خاص',
-       NS_MAIN             => '',
        NS_TALK             => 'بَحَژ',
        NS_USER             => 'رُکُن',
        NS_USER_TALK        => 'رُکُن_بَحَژ',
@@ -32,9 +30,9 @@ $namespaceNames = array(
        NS_HELP_TALK        => 'پَلزُن_بَحَژ',
        NS_CATEGORY         => 'زٲژ',
        NS_CATEGORY_TALK    => 'زٲژ_بَحَژ',
-);
+];
 
-$digitTransformTable = array(
+$digitTransformTable = [
        '0' => '٠', # &#x0660;
        '1' => '١', # &#x0661;
        '2' => '٢', # &#x0662;
@@ -45,10 +43,9 @@ $digitTransformTable = array(
        '7' => '٧', # &#x0667;
        '8' => '٨', # &#x0668;
        '9' => '٩', # &#x0669;
-);
+];
 
-$separatorTransformTable = array(
+$separatorTransformTable = [
        '.' => '٫', # &#x066b;
        ',' => '٬', # &#x066c;
-);
-
+];