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
|
|
|
|
*/
|
|
|
|
|
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases = [];
|
2010-09-19 09:13:18 +00:00
|
|
|
|
|
2011-05-14 00:11:22 +00:00
|
|
|
|
/** English (English) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['en'] = [
|
|
|
|
|
'Interwiki' => [ 'Interwiki' ],
|
|
|
|
|
];
|
2008-07-09 22:17:33 +00:00
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
|
/** Arabic (العربية) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['ar'] = [
|
|
|
|
|
'Interwiki' => [ 'إنترويكي' ],
|
|
|
|
|
];
|
2010-09-19 07:41:39 +00:00
|
|
|
|
|
2015-05-12 20:19:46 +00:00
|
|
|
|
/** Egyptian Arabic (مصرى) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['arz'] = [
|
|
|
|
|
'Interwiki' => [ 'إنترويكى' ],
|
|
|
|
|
];
|
2010-08-24 14:06:50 +00:00
|
|
|
|
|
2013-04-09 20:32:13 +00:00
|
|
|
|
/** Assamese (অসমীয়া) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['as'] = [
|
|
|
|
|
'Interwiki' => [ 'আন্তঃৱিকি' ],
|
|
|
|
|
];
|
2012-06-30 11:35:31 +00:00
|
|
|
|
|
2015-01-23 21:27:39 +00:00
|
|
|
|
/** Avaric (авар) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['av'] = [
|
|
|
|
|
'Interwiki' => [ 'Интервики' ],
|
|
|
|
|
];
|
2015-01-23 21:27:39 +00:00
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
|
/** Bulgarian (български) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['bg'] = [
|
|
|
|
|
'Interwiki' => [ 'Междууикита' ],
|
|
|
|
|
];
|
2008-08-08 09:37:07 +00:00
|
|
|
|
|
2015-04-07 20:16:26 +00:00
|
|
|
|
/** Western Balochi (بلوچی رخشانی) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['bgn'] = [
|
|
|
|
|
'Interwiki' => [ 'مانجین_ویکی' ],
|
|
|
|
|
];
|
2015-04-07 20:16:26 +00:00
|
|
|
|
|
2016-11-30 17:29:05 +00:00
|
|
|
|
/** Bengali (বাংলা) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['bn'] = [
|
|
|
|
|
'Interwiki' => [ 'আন্তঃউইকি' ],
|
|
|
|
|
];
|
2016-11-30 17:29:05 +00:00
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
|
/** Breton (brezhoneg) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['br'] = [
|
|
|
|
|
'Interwiki' => [ 'Etrewiki' ],
|
|
|
|
|
];
|
2008-11-14 10:10:09 +00:00
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
|
/** Bosnian (bosanski) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['bs'] = [
|
|
|
|
|
'Interwiki' => [ 'Medjuwiki' ],
|
|
|
|
|
];
|
2008-11-16 15:54:19 +00:00
|
|
|
|
|
2013-08-11 19:39:46 +00:00
|
|
|
|
/** Min Dong Chinese (Mìng-dĕ̤ng-ngṳ̄) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['cdo'] = [
|
|
|
|
|
'Interwiki' => [ '跨維基' ],
|
|
|
|
|
];
|
2013-08-11 19:39:46 +00:00
|
|
|
|
|
2013-07-23 18:39:32 +00:00
|
|
|
|
/** Chechen (нохчийн) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['ce'] = [
|
|
|
|
|
'Interwiki' => [ 'Юкъарвикаш' ],
|
|
|
|
|
];
|
2013-07-23 18:39:32 +00:00
|
|
|
|
|
2015-05-15 19:43:10 +00:00
|
|
|
|
/** Central Kurdish (کوردیی ناوەندی) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['ckb'] = [
|
|
|
|
|
'Interwiki' => [ 'نێوانویکی' ],
|
|
|
|
|
];
|
2014-04-08 20:05:05 +00:00
|
|
|
|
|
2019-04-19 19:01:58 +00:00
|
|
|
|
/** Czech (čeština) */
|
|
|
|
|
$specialPageAliases['cs'] = [
|
|
|
|
|
'Interwiki' => [ 'Mezijazykové_odkazy' ],
|
|
|
|
|
];
|
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
|
/** German (Deutsch) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['de'] = [
|
|
|
|
|
'Interwiki' => [ 'Interwikitabelle', 'Interwiki-Tabelle' ],
|
|
|
|
|
];
|
2012-06-11 14:26:03 +00:00
|
|
|
|
|
2012-05-23 19:17:43 +00:00
|
|
|
|
/** Zazaki (Zazaki) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['diq'] = [
|
|
|
|
|
'Interwiki' => [ 'İnterwiki' ],
|
|
|
|
|
];
|
2012-05-23 19:17:43 +00:00
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
|
/** Esperanto (Esperanto) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['eo'] = [
|
|
|
|
|
'Interwiki' => [ 'Intervikia_ligilo' ],
|
|
|
|
|
];
|
2010-05-17 18:29:36 +00:00
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
|
/** Spanish (español) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['es'] = [
|
2020-12-22 05:23:02 +00:00
|
|
|
|
'Interwiki' => [ 'Enlaces_interlingüísticos' ],
|
2017-06-17 22:03:00 +00:00
|
|
|
|
];
|
2010-05-17 18:29:36 +00:00
|
|
|
|
|
2012-07-23 13:41:49 +00:00
|
|
|
|
/** Estonian (eesti) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['et'] = [
|
|
|
|
|
'Interwiki' => [ 'Interviki' ],
|
|
|
|
|
];
|
2012-07-23 13:41:49 +00:00
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
|
/** Persian (فارسی) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['fa'] = [
|
|
|
|
|
'Interwiki' => [ 'میانویکی' ],
|
|
|
|
|
];
|
2009-01-06 21:40:11 +00:00
|
|
|
|
|
2015-05-12 20:19:46 +00:00
|
|
|
|
/** Arpitan (arpetan) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['frp'] = [
|
|
|
|
|
'Interwiki' => [ 'Entèrvouiqui' ],
|
|
|
|
|
];
|
2008-10-20 15:56:01 +00:00
|
|
|
|
|
2011-05-14 00:11:22 +00:00
|
|
|
|
/** Gagauz (Gagauz) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['gag'] = [
|
|
|
|
|
'Interwiki' => [ 'İnterviki' ],
|
|
|
|
|
];
|
2011-05-14 00:11:22 +00:00
|
|
|
|
|
2012-06-30 11:35:31 +00:00
|
|
|
|
/** Galician (galego) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['gl'] = [
|
|
|
|
|
'Interwiki' => [ 'Interwikis' ],
|
|
|
|
|
];
|
2011-12-25 22:19:29 +00:00
|
|
|
|
|
2014-04-09 19:38:40 +00:00
|
|
|
|
/** Hawaiian (Hawai`i) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['haw'] = [
|
|
|
|
|
'Interwiki' => [ 'Waenawiki' ],
|
|
|
|
|
];
|
2014-04-09 19:38:40 +00:00
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
|
/** Hebrew (עברית) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['he'] = [
|
|
|
|
|
'Interwiki' => [ 'בינוויקי' ],
|
|
|
|
|
];
|
2008-12-10 14:27:36 +00:00
|
|
|
|
|
2011-05-14 00:11:22 +00:00
|
|
|
|
/** Haitian (Kreyòl ayisyen) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['ht'] = [
|
|
|
|
|
'Interwiki' => [ 'Entèwiki' ],
|
|
|
|
|
];
|
2011-05-14 00:11:22 +00:00
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
|
/** Hungarian (magyar) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['hu'] = [
|
|
|
|
|
'Interwiki' => [ 'Wikiközi_hivatkozások' ],
|
|
|
|
|
];
|
2008-10-02 17:59:56 +00:00
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
|
/** Indonesian (Bahasa Indonesia) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['id'] = [
|
|
|
|
|
'Interwiki' => [ 'Interwiki' ],
|
|
|
|
|
];
|
2008-12-29 00:03:59 +00:00
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
|
/** Japanese (日本語) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['ja'] = [
|
|
|
|
|
'Interwiki' => [ 'インターウィキ' ],
|
|
|
|
|
];
|
2008-12-01 08:47:02 +00:00
|
|
|
|
|
2011-05-14 00:11:22 +00:00
|
|
|
|
/** Georgian (ქართული) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['ka'] = [
|
|
|
|
|
'Interwiki' => [ 'ინტერვიკი' ],
|
|
|
|
|
];
|
2011-05-14 00:11:22 +00:00
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
|
/** Khmer (ភាសាខ្មែរ) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['km'] = [
|
|
|
|
|
'Interwiki' => [ 'អន្តរវិគី' ],
|
|
|
|
|
];
|
2008-08-30 10:45:38 +00:00
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
|
/** Korean (한국어) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['ko'] = [
|
|
|
|
|
'Interwiki' => [ '인터위키' ],
|
|
|
|
|
];
|
2008-08-14 00:17:02 +00:00
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
|
/** Colognian (Ripoarisch) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['ksh'] = [
|
|
|
|
|
'Interwiki' => [ 'EngerWiki', 'Engerwiki' ],
|
|
|
|
|
];
|
2009-05-23 08:38:56 +00:00
|
|
|
|
|
2012-12-02 20:42:32 +00:00
|
|
|
|
/** Cornish (kernowek) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['kw'] = [
|
|
|
|
|
'Interwiki' => [ 'Yntrawiki' ],
|
|
|
|
|
];
|
2012-12-02 20:42:32 +00:00
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
|
/** Latin (Latina) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['la'] = [
|
|
|
|
|
'Interwiki' => [ 'Intervici' ],
|
|
|
|
|
];
|
2010-08-24 14:06:50 +00:00
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
|
/** Ladino (Ladino) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['lad'] = [
|
|
|
|
|
'Interwiki' => [ 'Interviki' ],
|
|
|
|
|
];
|
2008-08-26 12:51:59 +00:00
|
|
|
|
|
2015-06-14 19:07:41 +00:00
|
|
|
|
/** Northern Luri (لۊری شومالی) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['lrc'] = [
|
|
|
|
|
'Interwiki' => [ 'مینجا_ڤیکی' ],
|
|
|
|
|
];
|
2015-04-03 19:20:48 +00:00
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
|
/** Macedonian (македонски) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['mk'] = [
|
|
|
|
|
'Interwiki' => [ 'Меѓувики' ],
|
|
|
|
|
];
|
2008-12-23 16:12:09 +00:00
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
|
/** Malayalam (മലയാളം) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['ml'] = [
|
|
|
|
|
'Interwiki' => [ 'അന്തർവിക്കി' ],
|
|
|
|
|
];
|
2009-07-03 23:41:53 +00:00
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
|
/** Marathi (मराठी) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['mr'] = [
|
|
|
|
|
'Interwiki' => [ 'आंतरविकि' ],
|
|
|
|
|
];
|
2009-01-05 09:02:00 +00:00
|
|
|
|
|
2012-11-25 20:50:58 +00:00
|
|
|
|
/** Punjabi (ਪੰਜਾਬੀ) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['pa'] = [
|
|
|
|
|
'Interwiki' => [ 'ਇੰਟਰਵਿਕੀ' ],
|
|
|
|
|
];
|
2012-11-25 20:50:58 +00:00
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
|
/** Portuguese (português) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['pt'] = [
|
|
|
|
|
'Interwiki' => [ 'Interwikis' ],
|
|
|
|
|
];
|
2008-08-12 21:31:52 +00:00
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
|
/** Russian (русский) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['ru'] = [
|
|
|
|
|
'Interwiki' => [ 'Интервики' ],
|
|
|
|
|
];
|
2012-06-11 14:26:03 +00:00
|
|
|
|
|
2011-12-25 22:19:29 +00:00
|
|
|
|
/** Sanskrit (संस्कृतम्) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['sa'] = [
|
|
|
|
|
'Interwiki' => [ 'आंन्तरविकि' ],
|
|
|
|
|
];
|
2009-01-18 00:01:41 +00:00
|
|
|
|
|
2018-08-15 19:09:18 +00:00
|
|
|
|
/** Serbian (Cyrillic script) (српски (ћирилица)) */
|
|
|
|
|
$specialPageAliases['sr-ec'] = [
|
|
|
|
|
'Interwiki' => [ 'Међувики' ],
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
/** Serbian (Latin script) (srpski (latinica)) */
|
|
|
|
|
$specialPageAliases['sr-el'] = [
|
|
|
|
|
'Interwiki' => [ 'Međuviki' ],
|
|
|
|
|
];
|
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
|
/** Swahili (Kiswahili) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['sw'] = [
|
|
|
|
|
'Interwiki' => [ 'Viungovyawiki' ],
|
|
|
|
|
];
|
2010-08-24 14:06:50 +00:00
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
|
/** Telugu (తెలుగు) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['te'] = [
|
|
|
|
|
'Interwiki' => [ 'అంతర్వికీ' ],
|
|
|
|
|
];
|
2008-11-27 23:00:16 +00:00
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
|
/** Tagalog (Tagalog) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['tl'] = [
|
|
|
|
|
'Interwiki' => [ 'Kawing-wiki' ],
|
|
|
|
|
];
|
2010-02-17 20:52:27 +00:00
|
|
|
|
|
2010-09-19 07:41:39 +00:00
|
|
|
|
/** Turkish (Türkçe) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['tr'] = [
|
|
|
|
|
'Interwiki' => [ 'İnterviki' ],
|
|
|
|
|
];
|
2010-05-18 20:00:55 +00:00
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
|
/** Tatar (Cyrillic script) (татарча) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['tt-cyrl'] = [
|
|
|
|
|
'Interwiki' => [ 'Интервики' ],
|
|
|
|
|
];
|
2011-09-13 13:33:40 +00:00
|
|
|
|
|
2012-06-11 14:26:03 +00:00
|
|
|
|
/** Ukrainian (українська) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['uk'] = [
|
|
|
|
|
'Interwiki' => [ 'Інтервікі', 'Интервики' ],
|
|
|
|
|
];
|
2012-06-11 14:26:03 +00:00
|
|
|
|
|
2013-02-16 23:18:08 +00:00
|
|
|
|
/** Urdu (اردو) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['ur'] = [
|
|
|
|
|
'Interwiki' => [ 'بین_الویکی' ],
|
|
|
|
|
];
|
2013-02-16 23:18:08 +00:00
|
|
|
|
|
2011-05-14 00:11:22 +00:00
|
|
|
|
/** Vietnamese (Tiếng Việt) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['vi'] = [
|
|
|
|
|
'Interwiki' => [ 'Liên_wiki' ],
|
|
|
|
|
];
|
2011-05-14 00:11:22 +00:00
|
|
|
|
|
2013-05-23 05:41:19 +00:00
|
|
|
|
/** Yiddish (ייִדיש) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['yi'] = [
|
|
|
|
|
'Interwiki' => [ 'אינטערוויקי' ],
|
|
|
|
|
];
|
2013-05-23 05:41:19 +00:00
|
|
|
|
|
2011-09-13 13:33:40 +00:00
|
|
|
|
/** Cantonese (粵語) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['yue'] = [
|
|
|
|
|
'Interwiki' => [ '其他維基連接' ],
|
|
|
|
|
];
|
2011-09-13 13:33:40 +00:00
|
|
|
|
|
2012-09-25 19:45:05 +00:00
|
|
|
|
/** Simplified Chinese (中文(简体)) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['zh-hans'] = [
|
|
|
|
|
'Interwiki' => [ '跨wiki', '跨维基' ],
|
|
|
|
|
];
|
2012-05-23 19:17:43 +00:00
|
|
|
|
|
2012-09-25 19:45:05 +00:00
|
|
|
|
/** Traditional Chinese (中文(繁體)) */
|
2017-06-17 22:03:00 +00:00
|
|
|
|
$specialPageAliases['zh-hant'] = [
|
|
|
|
|
'Interwiki' => [ '跨Wiki', '跨維基' ],
|
|
|
|
|
];
|