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

49 lines
945 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' ),
);
/** German
* @author Daniel Kinzler, brightbyte.de
*/
$aliases['de'] = array(
'CategoryTree' => array( 'Kategorienbaum', 'Kategoriebaum' ),
);
$aliases['fi'] = array(
'CategoryTree' => array( 'Luokkapuu' ),
);
/** Hebrew (עברית)
* @author Rotem Liss
*/
$aliases['he'] = array(
'CategoryTree' => array( 'עץ_קטגוריות' ),
);
$aliases['hu'] = array(
'CategoryTree' => array( 'Kategóriafa' ),
);
$aliases['la'] = array(
'CategoryTree' => array( 'Categoriarum arbor' ),
);
$aliases['nl'] = array(
'CategoryTree' => array( 'Categorieboom' ),
);