mediawiki-extensions-Catego.../CategoryTree.i18n.magic.php
Siebrand Mazeland cd5deee70b * Babel, CategoryTree, MagicNoNumberedHeadings, RegexFunctions and SmoothGallery: new style magic words
* MagicNoNumberedHeadings: add extension description in i18n file, reindent
* bump versions where applicable
2009-08-14 11:25:54 +00:00

16 lines
337 B
PHP

<?php
/**
* Internationalisation file for extension CategoryTree.
*
* @addtogroup Extensions
* @author Daniel Kinzler, brightbyte.de
* @copyright © 2006-2008 Daniel Kinzler
* @license GNU General Public Licence 2.0 or later
*/
$magicWords = array();
$magicWords['en'] = array(
'categorytree' => array( 0, 'categorytree' ),
);