2008-07-09 22:17:33 +00:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Aliases for Special:Interwiki
|
|
|
|
*
|
2009-08-27 13:02:57 +00:00
|
|
|
* @file
|
|
|
|
* @ingroup Extensions
|
2008-07-09 22:17:33 +00:00
|
|
|
*/
|
|
|
|
|
2010-09-19 09:13:18 +00:00
|
|
|
$specialPageAliases = array();
|
|
|
|
|
2011-05-14 00:11:22 +00:00
|
|
|
/** English (English) */
|
2010-09-19 07:41:39 +00:00
|
|
|
$specialPageAliases['en'] = array(
|
2009-08-27 13:02:57 +00:00
|
|
|
'Interwiki' => array( 'Interwiki' ),
|
2008-07-09 22:17:33 +00:00
|
|
|
);
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
/** Arabic (العربية) */
|
|
|
|
$specialPageAliases['ar'] = array(
|
|
|
|
'Interwiki' => array( 'إنترويكي' ),
|
|
|
|
);
|
|
|
|
|
|
|
|
/** Egyptian Spoken Arabic (مصرى) */
|
|
|
|
$specialPageAliases['arz'] = array(
|
|
|
|
'Interwiki' => array( 'إنترويكى' ),
|
2010-08-24 14:06:50 +00:00
|
|
|
);
|
|
|
|
|
2012-06-30 11:35:31 +00:00
|
|
|
/** Assamese (অসমীয়া) */
|
|
|
|
$specialPageAliases['as'] = array(
|
|
|
|
'Interwiki' => array( 'আন্তঃৱিকি' ),
|
|
|
|
);
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
/** Bulgarian (български) */
|
2010-09-19 07:41:39 +00:00
|
|
|
$specialPageAliases['bg'] = array(
|
|
|
|
'Interwiki' => array( 'Междууикита' ),
|
2008-08-08 09:37:07 +00:00
|
|
|
);
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
/** Breton (brezhoneg) */
|
2010-09-19 07:41:39 +00:00
|
|
|
$specialPageAliases['br'] = array(
|
|
|
|
'Interwiki' => array( 'Etrewiki' ),
|
2008-11-14 10:10:09 +00:00
|
|
|
);
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
/** Bosnian (bosanski) */
|
2010-09-19 07:41:39 +00:00
|
|
|
$specialPageAliases['bs'] = array(
|
|
|
|
'Interwiki' => array( 'Medjuwiki' ),
|
2008-11-16 15:54:19 +00:00
|
|
|
);
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
/** German (Deutsch) */
|
|
|
|
$specialPageAliases['de'] = array(
|
|
|
|
'Interwiki' => array( 'Interwikitabelle', 'Interwiki-Tabelle' ),
|
|
|
|
);
|
|
|
|
|
2012-05-23 19:17:43 +00:00
|
|
|
/** Zazaki (Zazaki) */
|
|
|
|
$specialPageAliases['diq'] = array(
|
|
|
|
'Interwiki' => array( 'İnterwiki' ),
|
|
|
|
);
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
/** Esperanto (Esperanto) */
|
|
|
|
$specialPageAliases['eo'] = array(
|
|
|
|
'Interwiki' => array( 'Intervikia_ligilo' ),
|
2010-05-17 18:29:36 +00:00
|
|
|
);
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
/** Spanish (español) */
|
2010-09-19 07:41:39 +00:00
|
|
|
$specialPageAliases['es'] = array(
|
|
|
|
'Interwiki' => array( 'Enlaces_interligüísticos' ),
|
2010-05-17 18:29:36 +00:00
|
|
|
);
|
|
|
|
|
2012-07-23 13:41:49 +00:00
|
|
|
/** Estonian (eesti) */
|
|
|
|
$specialPageAliases['et'] = array(
|
|
|
|
'Interwiki' => array( 'Interviki' ),
|
|
|
|
);
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
/** Persian (فارسی) */
|
|
|
|
$specialPageAliases['fa'] = array(
|
|
|
|
'Interwiki' => array( 'میانویکی' ),
|
2009-01-06 21:40:11 +00:00
|
|
|
);
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
/** Franco-Provençal (arpetan) */
|
2010-09-19 07:41:39 +00:00
|
|
|
$specialPageAliases['frp'] = array(
|
|
|
|
'Interwiki' => array( 'Entèrvouiqui' ),
|
2008-10-20 15:56:01 +00:00
|
|
|
);
|
|
|
|
|
2011-05-14 00:11:22 +00:00
|
|
|
/** Gagauz (Gagauz) */
|
|
|
|
$specialPageAliases['gag'] = array(
|
|
|
|
'Interwiki' => array( 'İnterviki' ),
|
|
|
|
);
|
|
|
|
|
2012-06-30 11:35:31 +00:00
|
|
|
/** Galician (galego) */
|
2011-12-25 22:19:29 +00:00
|
|
|
$specialPageAliases['gl'] = array(
|
|
|
|
'Interwiki' => array( 'Interwikis' ),
|
|
|
|
);
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
/** Hebrew (עברית) */
|
|
|
|
$specialPageAliases['he'] = array(
|
|
|
|
'Interwiki' => array( 'בינוויקי' ),
|
2008-12-10 14:27:36 +00:00
|
|
|
);
|
|
|
|
|
2011-05-14 00:11:22 +00:00
|
|
|
/** Haitian (Kreyòl ayisyen) */
|
|
|
|
$specialPageAliases['ht'] = array(
|
|
|
|
'Interwiki' => array( 'Entèwiki' ),
|
|
|
|
);
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
/** Hungarian (magyar) */
|
2010-09-19 07:41:39 +00:00
|
|
|
$specialPageAliases['hu'] = array(
|
|
|
|
'Interwiki' => array( 'Wikiközi_hivatkozások' ),
|
2008-10-02 17:59:56 +00:00
|
|
|
);
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
/** Indonesian (Bahasa Indonesia) */
|
|
|
|
$specialPageAliases['id'] = array(
|
|
|
|
'Interwiki' => array( 'Interwiki' ),
|
2008-12-29 00:03:59 +00:00
|
|
|
);
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
/** Japanese (日本語) */
|
|
|
|
$specialPageAliases['ja'] = array(
|
|
|
|
'Interwiki' => array( 'インターウィキ' ),
|
2008-12-01 08:47:02 +00:00
|
|
|
);
|
|
|
|
|
2011-05-14 00:11:22 +00:00
|
|
|
/** Georgian (ქართული) */
|
|
|
|
$specialPageAliases['ka'] = array(
|
|
|
|
'Interwiki' => array( 'ინტერვიკი' ),
|
|
|
|
);
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
/** Khmer (ភាសាខ្មែរ) */
|
|
|
|
$specialPageAliases['km'] = array(
|
|
|
|
'Interwiki' => array( 'អន្តរវិគី' ),
|
2008-08-30 10:45:38 +00:00
|
|
|
);
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
/** Korean (한국어) */
|
|
|
|
$specialPageAliases['ko'] = array(
|
|
|
|
'Interwiki' => array( '인터위키' ),
|
2008-08-14 00:17:02 +00:00
|
|
|
);
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
/** Colognian (Ripoarisch) */
|
|
|
|
$specialPageAliases['ksh'] = array(
|
|
|
|
'Interwiki' => array( 'EngerWiki', 'Engerwiki' ),
|
2009-05-23 08:38:56 +00:00
|
|
|
);
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
/** Latin (Latina) */
|
|
|
|
$specialPageAliases['la'] = array(
|
|
|
|
'Interwiki' => array( 'Intervici' ),
|
2010-08-24 14:06:50 +00:00
|
|
|
);
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
/** Ladino (Ladino) */
|
|
|
|
$specialPageAliases['lad'] = array(
|
|
|
|
'Interwiki' => array( 'Interviki' ),
|
2008-08-26 12:51:59 +00:00
|
|
|
);
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
/** Macedonian (македонски) */
|
2010-09-19 07:41:39 +00:00
|
|
|
$specialPageAliases['mk'] = array(
|
2012-05-23 19:17:43 +00:00
|
|
|
'Interwiki' => array( 'Меѓувики' ),
|
2008-12-23 16:12:09 +00:00
|
|
|
);
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
/** Malayalam (മലയാളം) */
|
|
|
|
$specialPageAliases['ml'] = array(
|
|
|
|
'Interwiki' => array( 'അന്തർവിക്കി' ),
|
2009-07-03 23:41:53 +00:00
|
|
|
);
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
/** Marathi (मराठी) */
|
|
|
|
$specialPageAliases['mr'] = array(
|
|
|
|
'Interwiki' => array( 'आंतरविकि' ),
|
2009-01-05 09:02:00 +00:00
|
|
|
);
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
/** Portuguese (português) */
|
2010-09-19 07:41:39 +00:00
|
|
|
$specialPageAliases['pt'] = array(
|
|
|
|
'Interwiki' => array( 'Interwikis' ),
|
2008-08-12 21:31:52 +00:00
|
|
|
);
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
/** Russian (русский) */
|
|
|
|
$specialPageAliases['ru'] = array(
|
|
|
|
'Interwiki' => array( 'Интервики' ),
|
|
|
|
);
|
|
|
|
|
2011-12-25 22:19:29 +00:00
|
|
|
/** Sanskrit (संस्कृतम्) */
|
2010-09-19 07:41:39 +00:00
|
|
|
$specialPageAliases['sa'] = array(
|
|
|
|
'Interwiki' => array( 'आंन्तरविकि' ),
|
2009-01-18 00:01:41 +00:00
|
|
|
);
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
/** Swahili (Kiswahili) */
|
|
|
|
$specialPageAliases['sw'] = array(
|
|
|
|
'Interwiki' => array( 'Viungovyawiki' ),
|
2010-08-24 14:06:50 +00:00
|
|
|
);
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
/** Telugu (తెలుగు) */
|
|
|
|
$specialPageAliases['te'] = array(
|
|
|
|
'Interwiki' => array( 'అంతర్వికీ' ),
|
2008-11-27 23:00:16 +00:00
|
|
|
);
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
/** Tagalog (Tagalog) */
|
|
|
|
$specialPageAliases['tl'] = array(
|
|
|
|
'Interwiki' => array( 'Kawing-wiki' ),
|
2010-02-17 20:52:27 +00:00
|
|
|
);
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
/** Turkish (Türkçe) */
|
|
|
|
$specialPageAliases['tr'] = array(
|
|
|
|
'Interwiki' => array( 'İnterviki' ),
|
2009-02-15 19:02:29 +00:00
|
|
|
);
|
2010-05-18 20:00:55 +00:00
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
/** Tatar (Cyrillic script) (татарча) */
|
2011-09-13 13:33:40 +00:00
|
|
|
$specialPageAliases['tt-cyrl'] = array(
|
|
|
|
'Interwiki' => array( 'Интервики' ),
|
|
|
|
);
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
/** Ukrainian (українська) */
|
|
|
|
$specialPageAliases['uk'] = array(
|
|
|
|
'Interwiki' => array( 'Інтервікі' ),
|
|
|
|
);
|
|
|
|
|
2011-05-14 00:11:22 +00:00
|
|
|
/** Vietnamese (Tiếng Việt) */
|
|
|
|
$specialPageAliases['vi'] = array(
|
|
|
|
'Interwiki' => array( 'Liên_wiki' ),
|
|
|
|
);
|
|
|
|
|
2011-09-13 13:33:40 +00:00
|
|
|
/** Cantonese (粵語) */
|
|
|
|
$specialPageAliases['yue'] = array(
|
|
|
|
'Interwiki' => array( '其他維基連接' ),
|
|
|
|
);
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
/** Simplified Chinese (中文(简体)) */
|
2012-05-23 19:17:43 +00:00
|
|
|
$specialPageAliases['zh-hans'] = array(
|
|
|
|
'Interwiki' => array( '跨维基' ),
|
|
|
|
);
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
/** Traditional Chinese (中文(繁體)) */
|
2010-09-19 07:41:39 +00:00
|
|
|
$specialPageAliases['zh-hant'] = array(
|
|
|
|
'Interwiki' => array( '跨維基連結' ),
|
2011-12-25 22:19:29 +00:00
|
|
|
);
|