X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=languages%2Fmessages%2FMessagesNso.php;h=2cdc6f0afe8902465ccb69f170a6ff90782621ea;hb=8ae056613d8fcf9f1d34c0c3241d0731a7ec0f5e;hp=b041b389c97b94f565517f4e54c169ecc7033233;hpb=a08177050075e9e13fe78490a6c4d0d887f5d448;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/messages/MessagesNso.php b/languages/messages/MessagesNso.php index b041b389c9..2cdc6f0afe 100644 --- a/languages/messages/MessagesNso.php +++ b/languages/messages/MessagesNso.php @@ -1,8 +1,7 @@ 'Media', NS_SPECIAL => 'Special', NS_TALK => 'Bolediša', @@ -29,16 +28,16 @@ $namespaceNames = array( NS_HELP_TALK => 'Poledišano_ya_Thušo', NS_CATEGORY => 'Setensele', NS_CATEGORY_TALK => 'Poledišano_ya_Setensele', -); +]; -$magicWords = array( - 'currentmonth' => array( '1', 'KGWEDI_BJALE', 'CURRENTMONTH', 'CURRENTMONTH2' ), - 'currentmonthname' => array( '1', 'LEINA_KGWEDI_BJALE', 'CURRENTMONTHNAME' ), - 'currentday' => array( '1', 'LEHONO_LETSATSI', 'CURRENTDAY' ), - 'currentday2' => array( '1', 'LEHONO_LETSATSI2', 'CURRENTDAY2' ), - 'currentdayname' => array( '1', 'LEHONO_LETSATSILEINA', 'CURRENTDAYNAME' ), - 'currentyear' => array( '1', 'NGWAGA_BJALE', 'CURRENTYEAR' ), - 'currenttime' => array( '1', 'NAKO_BJALE', 'CURRENTTIME' ), - 'currenthour' => array( '1', 'IRI_BJALE', 'CURRENTHOUR' ), -); +$magicWords = [ + 'currentmonth' => [ '1', 'KGWEDI_BJALE', 'CURRENTMONTH', 'CURRENTMONTH2' ], + 'currentmonthname' => [ '1', 'LEINA_KGWEDI_BJALE', 'CURRENTMONTHNAME' ], + 'currentday' => [ '1', 'LEHONO_LETSATSI', 'CURRENTDAY' ], + 'currentday2' => [ '1', 'LEHONO_LETSATSI2', 'CURRENTDAY2' ], + 'currentdayname' => [ '1', 'LEHONO_LETSATSILEINA', 'CURRENTDAYNAME' ], + 'currentyear' => [ '1', 'NGWAGA_BJALE', 'CURRENTYEAR' ], + 'currenttime' => [ '1', 'NAKO_BJALE', 'CURRENTTIME' ], + 'currenthour' => [ '1', 'IRI_BJALE', 'CURRENTHOUR' ], +];