mediawiki-extensions-Catego.../CategoryTreePage.i18n.alias.php

26 lines
566 B
PHP
Raw Normal View History

2008-07-04 22:58:28 +00:00
<?php
/**
* Aliases for Special:CategoryTree
*
* @addtogroup Extensions
* @author Daniel Kinzler, brightbyte.de
* @copyright © 2006-2008 Daniel Kinzler and others
* @license GNU General Public Licence 2.0 or later
*/
$aliases = array();
/** English
* @author Daniel Kinzler, brightbyte.de
*/
$aliases['en'] = array(
'CategoryTree' => array('CategoryTree', 'Categorytree')
);
/** German
* @author Daniel Kinzler, brightbyte.de
*/
$aliases['de'] = array(
'CategoryTree' => array('Kategorienbaum', 'Kategoriebaum')
);