X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=languages%2Fmessages%2FMessagesVmf.php;h=1a29f028e77e5693157bd8d87291f25e365db872;hb=4051e45504a0da71718bb46f51b0dab1ea65c7fe;hp=494951f0995a632bfd632abb63e276ecdafff964;hpb=24499fca789837c9d679328605088723c80568c0;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/messages/MessagesVmf.php b/languages/messages/MessagesVmf.php index 494951f099..1a29f028e7 100644 --- a/languages/messages/MessagesVmf.php +++ b/languages/messages/MessagesVmf.php @@ -15,7 +15,7 @@ $fallback = 'de'; -$namespaceNames = array( +$namespaceNames = [ NS_MEDIA => 'Media', NS_SPECIAL => 'Schbädsjaal', NS_TALK => 'Disghusjoon', @@ -32,33 +32,32 @@ $namespaceNames = array( NS_HELP_TALK => 'Hilwâdisghusjoon', NS_CATEGORY => 'Gadâgorii', NS_CATEGORY_TALK => 'Gadâgoriidisghusjoon', -); +]; -$specialPageAliases = array( - 'Allmessages' => array( 'Ôlâ_Nôôchrichdâ' ), - 'Allpages' => array( 'Ôlâ_Sajdâ' ), - 'Categories' => array( 'Gadâgoriin' ), - 'Confirmemail' => array( 'Iimäjl_bschdädigâ' ), - 'Contributions' => array( 'Bajdräächâ' ), - 'DoubleRedirects' => array( 'Dobâldâ_Wajdârlajdungân' ), - 'Emailuser' => array( 'Iimäjlâ' ), - 'Export' => array( 'Ägsbordiirn' ), - 'Import' => array( 'Imbordiirn' ), - 'Movepage' => array( 'Sajdâ_färschiibâ' ), - 'Newpages' => array( 'Nojâ_Sajdâ' ), - 'Preferences' => array( 'Ôischtälungâ' ), - 'Prefixindex' => array( 'Indägs' ), - 'Recentchanges' => array( 'Lädsdâ_Änârungâ' ), - 'Specialpages' => array( 'Schbädsjaalsajdâ' ), - 'Statistics' => array( 'Schdadisdign' ), - 'Undelete' => array( 'Wiidârhärschdälâ' ), - 'Unwatchedpages' => array( 'Unbäoobôchdâdâ_Sajdn' ), - 'Upload' => array( 'Hoochlaadâ' ), - 'Userlogin' => array( 'Ôômäldâ' ), - 'Userlogout' => array( 'Ôbmäldâ' ), - 'Watchlist' => array( 'Bäoobôchdungslisdâ' ), -); +$specialPageAliases = [ + 'Allmessages' => [ 'Ôlâ_Nôôchrichdâ' ], + 'Allpages' => [ 'Ôlâ_Sajdâ' ], + 'Categories' => [ 'Gadâgoriin' ], + 'Confirmemail' => [ 'Iimäjl_bschdädigâ' ], + 'Contributions' => [ 'Bajdräächâ' ], + 'DoubleRedirects' => [ 'Dobâldâ_Wajdârlajdungân' ], + 'Emailuser' => [ 'Iimäjlâ' ], + 'Export' => [ 'Ägsbordiirn' ], + 'Import' => [ 'Imbordiirn' ], + 'Movepage' => [ 'Sajdâ_färschiibâ' ], + 'Newpages' => [ 'Nojâ_Sajdâ' ], + 'Preferences' => [ 'Ôischtälungâ' ], + 'Prefixindex' => [ 'Indägs' ], + 'Recentchanges' => [ 'Lädsdâ_Änârungâ' ], + 'Specialpages' => [ 'Schbädsjaalsajdâ' ], + 'Statistics' => [ 'Schdadisdign' ], + 'Undelete' => [ 'Wiidârhärschdälâ' ], + 'Unwatchedpages' => [ 'Unbäoobôchdâdâ_Sajdn' ], + 'Upload' => [ 'Hoochlaadâ' ], + 'Userlogin' => [ 'Ôômäldâ' ], + 'Userlogout' => [ 'Ôbmäldâ' ], + 'Watchlist' => [ 'Bäoobôchdungslisdâ' ], +]; // Remove German aliases -$namespaceGenderAliases = array(); - +$namespaceGenderAliases = [];