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

183 lines
3.9 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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' ),
);
/** Arabic (العربية)
* @author Meno25
*/
$aliases['ar'] = array(
'CategoryTree' => array( 'شجرة_تصنيف' ),
);
/** Egyptian Spoken Arabic (مصرى)
* @author Meno25
*/
$aliases['arz'] = array(
'CategoryTree' => array( 'شجرة_تصنيف' ),
);
/** Bikol Central (Bikol Central) */
$aliases['bcl'] = array(
'CategoryTree' => array( 'KahoyNinKategorya' ),
);
/** Danish (Dansk) */
$aliases['da'] = array(
'CategoryTree' => array( 'Kategoritræ' ),
);
/** German (Deutsch)
* @author Daniel Kinzler, brightbyte.de
*/
$aliases['de'] = array(
'CategoryTree' => array( 'Kategorienbaum', 'Kategoriebaum' ),
);
/** Lower Sorbian (Dolnoserbski) */
$aliases['dsb'] = array(
'CategoryTree' => array( 'Kategorijow bom' ),
);
/** Finnish (Suomi) */
$aliases['fi'] = array(
'CategoryTree' => array( 'Luokkapuu' ),
);
/** French (Français) */
$aliases['fr'] = array(
'CategoryTree' => array( 'ArbreCatégorie', 'ArbreCategorie', 'Arbre catégorie' ),
);
/** Galician (Galego) */
$aliases['gl'] = array(
'CategoryTree' => array( 'Árbore de categorías' ),
);
/** Hebrew (עברית)
* @author Rotem Liss
*/
$aliases['he'] = array(
'CategoryTree' => array( 'עץ_קטגוריות' ),
);
/** Upper Sorbian (Hornjoserbsce) */
$aliases['hsb'] = array(
'CategoryTree' => array( 'Kategorijowy štom' ),
);
/** Haitian (Kreyòl ayisyen) */
$aliases['ht'] = array(
'CategoryTree' => array( 'KategoriPlant' ),
);
/** Hungarian (Magyar) */
$aliases['hu'] = array(
'CategoryTree' => array( 'Kategóriafa' ),
);
/** Indonesian (Bahasa Indonesia) */
$aliases['id'] = array(
'CategoryTree' => array( 'Pohon kategori' ),
);
/** Khmer (ភាសាខ្មែរ) */
$aliases['km'] = array(
'CategoryTree' => array( 'មែកធាងចំនាត់ថ្នាក់ក្រុម' ),
);
/** Korean (한국어) */
$aliases['ko'] = array(
'CategoryTree' => array( '분류트리' ),
);
/** Latin (Latina) */
$aliases['la'] = array(
'CategoryTree' => array( 'Categoriarum arbor' ),
);
/** Luxembourgish (Lëtzebuergesch) */
$aliases['lb'] = array(
'CategoryTree' => array( 'Struktur vun de Kategorien' ),
);
/** Malay (Bahasa Melayu) */
$aliases['ms'] = array(
'CategoryTree' => array( 'Salasilah_kategori' ),
);
/** Maltese (Malti) */
$aliases['mt'] = array(
'CategoryTree' => array( 'SiġraKategorika' ),
);
/** Erzya (Эрзянь) */
$aliases['myv'] = array(
'CategoryTree' => array( 'КатегорияньЧувто' ),
);
/** Low German (Plattdüütsch) */
$aliases['nds'] = array(
'CategoryTree' => array( 'Kategorieboom' ),
);
/** Nedersaksisch (Nedersaksisch) */
$aliases['nds-nl'] = array(
'CategoryTree' => array( 'Kattegerieboom' ),
);
/** Dutch (Nederlands) */
$aliases['nl'] = array(
'CategoryTree' => array( 'Categorieboom' ),
);
/** Norwegian (bokmål) (Norsk (bokmål)) */
$aliases['no'] = array(
'CategoryTree' => array( 'Kategoritre' ),
);
/** Pashto (پښتو) */
$aliases['ps'] = array(
'CategoryTree' => array( 'د وېشنيزو ونه' ),
);
/** Portuguese (Português) */
$aliases['pt'] = array(
'CategoryTree' => array( 'Árvore de categorias', 'Árvore de categoria' ),
);
/** Brazilian Portuguese (Português do Brasil) */
$aliases['pt-br'] = array(
'CategoryTree' => array( 'Árvore de categorias', 'Árvore de categoria' ),
);
/** Swedish (Svenska) */
$aliases['sv'] = array(
'CategoryTree' => array( 'Kategoriträd' ),
);
/** Vèneto (Vèneto) */
$aliases['vec'] = array(
'CategoryTree' => array( 'ÀlbaroCategorie' ),
);
/** Yiddish (ייִדיש) */
$aliases['yi'] = array(
'CategoryTree' => array( 'קאטעגאריע בוים' ),
);