Localisation updates for extension magic words from translatewiki.net

This commit is contained in:
Siebrand Mazeland 2009-08-14 14:19:47 +00:00
parent cd5deee70b
commit 138e1ae4a3

View file

@ -13,3 +13,11 @@ $magicWords = array();
$magicWords['en'] = array(
'categorytree' => array( 0, 'categorytree' ),
);
$magicWords['ar'] = array(
'categorytree' => array( '0', 'شجرة_تصنيف', 'categorytree' ),
);
$magicWords['nl'] = array(
'categorytree' => array( '0', 'categorieboom', 'categorytree' ),
);