Merge "Handle missing namespace prefix in XML dumps more gracefully"
[lhc/web/wiklou.git] / languages / messages / MessagesWo.php
index 87c8d4b..7722884 100644 (file)
@@ -1,8 +1,7 @@
 <?php
 /** Wolof (Wolof)
  *
- * 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
@@ -17,7 +16,7 @@
 
 $fallback = 'fr';
 
-$namespaceNames = array(
+$namespaceNames = [
        NS_MEDIA            => 'Xibaarukaay',
        NS_SPECIAL          => 'Jagleel',
        NS_TALK             => 'Waxtaan',
@@ -34,9 +33,9 @@ $namespaceNames = array(
        NS_HELP_TALK        => 'Waxtaani_ndimbal',
        NS_CATEGORY         => 'Wàll',
        NS_CATEGORY_TALK    => 'Waxtaani_wàll',
-);
+];
 
-$namespaceAliases = array(
+$namespaceAliases = [
        'Discuter' => NS_TALK,
        'Utilisateur' => NS_USER,
        'Discussion_Utilisateur' => NS_USER_TALK,
@@ -49,36 +48,35 @@ $namespaceAliases = array(
        'Discussion_Aide' => NS_HELP_TALK,
        'Catégorie' => NS_CATEGORY,
        'Discussion_Catégorie' => NS_CATEGORY_TALK,
-);
+];
 
 // Remove French aliases
-$namespaceGenderAliases = array();
-
-$specialPageAliases = array(
-       'CreateAccount'             => array( 'Sos am sàq' ),
-       'Listfiles'                 => array( 'Limu nataal yi' ),
-       'Listgrouprights'           => array( 'Limu mboolooy jëfandikukat' ),
-       'Listusers'                 => array( 'Limu jëfandikukat yi' ),
-       'Lonelypages'               => array( 'Xëtu jirim' ),
-       'Mycontributions'           => array( 'Samay cëru' ),
-       'Mypage'                    => array( 'Sama xët' ),
-       'Mytalk'                    => array( 'Samay waxtaan' ),
-       'Newimages'                 => array( 'Nataal bu bees' ),
-       'Preferences'               => array( 'Tànneef' ),
-       'Randompage'                => array( 'Xët cig mbetteel' ),
-       'Recentchanges'             => array( 'Coppite yu mujj' ),
-       'Search'                    => array( 'Ceet' ),
-       'Uncategorizedcategories'   => array( 'Wàll yi amul wàll' ),
-       'Uncategorizedimages'       => array( 'Nataal yi amul wàll' ),
-       'Uncategorizedpages'        => array( 'Xët yi amul wàll' ),
-       'Uncategorizedtemplates'    => array( 'Royuwaay yi amul wàll' ),
-       'Unusedcategories'          => array( 'Royuwaay yiñ jëfandikuwul' ),
-       'Unusedimages'              => array( 'Nataal yiñ jëfandikuwul' ),
-       'Upload'                    => array( 'Yeb' ),
-       'Userlogin'                 => array( 'Lonku' ),
-       'Userlogout'                => array( 'Lonkiku' ),
-       'Wantedcategories'          => array( 'Wàll yiñ laaj' ),
-       'Wantedpages'               => array( 'Xët yiñ laaj' ),
-       'Watchlist'                 => array( 'Limu toppte' ),
-);
+$namespaceGenderAliases = [];
 
+$specialPageAliases = [
+       'CreateAccount'             => [ 'Sos am sàq' ],
+       'Listfiles'                 => [ 'Limu nataal yi' ],
+       'Listgrouprights'           => [ 'Limu mboolooy jëfandikukat' ],
+       'Listusers'                 => [ 'Limu jëfandikukat yi' ],
+       'Lonelypages'               => [ 'Xëtu jirim' ],
+       'Mycontributions'           => [ 'Samay cëru' ],
+       'Mypage'                    => [ 'Sama xët' ],
+       'Mytalk'                    => [ 'Samay waxtaan' ],
+       'Newimages'                 => [ 'Nataal bu bees' ],
+       'Preferences'               => [ 'Tànneef' ],
+       'Randompage'                => [ 'Xët cig mbetteel' ],
+       'Recentchanges'             => [ 'Coppite yu mujj' ],
+       'Search'                    => [ 'Ceet' ],
+       'Uncategorizedcategories'   => [ 'Wàll yi amul wàll' ],
+       'Uncategorizedimages'       => [ 'Nataal yi amul wàll' ],
+       'Uncategorizedpages'        => [ 'Xët yi amul wàll' ],
+       'Uncategorizedtemplates'    => [ 'Royuwaay yi amul wàll' ],
+       'Unusedcategories'          => [ 'Royuwaay yiñ jëfandikuwul' ],
+       'Unusedimages'              => [ 'Nataal yiñ jëfandikuwul' ],
+       'Upload'                    => [ 'Yeb' ],
+       'Userlogin'                 => [ 'Lonku' ],
+       'Userlogout'                => [ 'Lonkiku' ],
+       'Wantedcategories'          => [ 'Wàll yiñ laaj' ],
+       'Wantedpages'               => [ 'Xët yiñ laaj' ],
+       'Watchlist'                 => [ 'Limu toppte' ],
+];