2012-01-28 16:22:18 +00:00
|
|
|
|
<?php
|
2013-02-28 07:01:13 +00:00
|
|
|
|
/**
|
|
|
|
|
* Internationalisation file for extension Scribunto.
|
|
|
|
|
*
|
|
|
|
|
* @file
|
|
|
|
|
* @ingroup Extensions
|
|
|
|
|
*/
|
2012-01-28 16:22:18 +00:00
|
|
|
|
|
|
|
|
|
$namespaceNames = array();
|
|
|
|
|
|
|
|
|
|
$namespaceNames['en'] = array(
|
2012-08-15 00:57:30 +00:00
|
|
|
|
828 => 'Module',
|
|
|
|
|
829 => 'Module_talk',
|
2012-01-28 16:22:18 +00:00
|
|
|
|
);
|
2012-08-15 08:49:37 +00:00
|
|
|
|
|
(bug 46082) import namespace names translations from Meta
https://meta.wikimedia.org/wiki/Lua_deployments/Localization_of_Module
Four languages (ka, ms, zh, zh-yue) are missing the translation for
Module talk, as there wasn't one on the Meta page.
Full list of newly added languages (including the ones with partial
translations): an, ar, ast, ba, bn, ca, crh, da, dv, es, et, eu, fa,
gl, id, it, ja, ka, ko, min, ms, nn, no, pl, ru, sk, sl, uk, zh,
zh-yue.
Change-Id: I504ce98a2a430aa98f116186051331fbbfcc57d5
2013-04-08 17:01:09 +00:00
|
|
|
|
$namespaceNames['an'] = array(
|
|
|
|
|
828 => 'Modulo',
|
|
|
|
|
829 => 'Descusión_modulo',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$namespaceNames['ar'] = array(
|
|
|
|
|
828 => 'وحدة',
|
|
|
|
|
829 => 'نقاش_الوحدة',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$namespaceNames['ast'] = array(
|
|
|
|
|
828 => 'Módulu',
|
|
|
|
|
829 => 'Alderique_módulu',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$namespaceNames['ba'] = array(
|
|
|
|
|
828 => 'Модуль',
|
|
|
|
|
829 => 'Модуль_буйынса_фекерләшеү',
|
|
|
|
|
);
|
|
|
|
|
|
2013-02-28 14:23:16 +00:00
|
|
|
|
$namespaceNames['be-tarask'] = array(
|
|
|
|
|
828 => 'Модуль',
|
|
|
|
|
829 => 'Абмеркаваньне_модулю',
|
|
|
|
|
);
|
|
|
|
|
|
(bug 46082) import namespace names translations from Meta
https://meta.wikimedia.org/wiki/Lua_deployments/Localization_of_Module
Four languages (ka, ms, zh, zh-yue) are missing the translation for
Module talk, as there wasn't one on the Meta page.
Full list of newly added languages (including the ones with partial
translations): an, ar, ast, ba, bn, ca, crh, da, dv, es, et, eu, fa,
gl, id, it, ja, ka, ko, min, ms, nn, no, pl, ru, sk, sl, uk, zh,
zh-yue.
Change-Id: I504ce98a2a430aa98f116186051331fbbfcc57d5
2013-04-08 17:01:09 +00:00
|
|
|
|
$namespaceNames['bn'] = array(
|
|
|
|
|
828 => 'মডিউল',
|
|
|
|
|
829 => 'মডিউল_আলাপ',
|
|
|
|
|
);
|
|
|
|
|
|
2013-03-21 08:23:04 +00:00
|
|
|
|
$namespaceNames['bs'] = array(
|
|
|
|
|
828 => 'Modul',
|
|
|
|
|
829 => 'Razgovor_o_modulu',
|
|
|
|
|
);
|
|
|
|
|
|
(bug 46082) import namespace names translations from Meta
https://meta.wikimedia.org/wiki/Lua_deployments/Localization_of_Module
Four languages (ka, ms, zh, zh-yue) are missing the translation for
Module talk, as there wasn't one on the Meta page.
Full list of newly added languages (including the ones with partial
translations): an, ar, ast, ba, bn, ca, crh, da, dv, es, et, eu, fa,
gl, id, it, ja, ka, ko, min, ms, nn, no, pl, ru, sk, sl, uk, zh,
zh-yue.
Change-Id: I504ce98a2a430aa98f116186051331fbbfcc57d5
2013-04-08 17:01:09 +00:00
|
|
|
|
$namespaceNames['ca'] = array(
|
|
|
|
|
828 => 'Mòdul',
|
|
|
|
|
829 => 'Mòdul_Discussió',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$namespaceNames['crh'] = array(
|
|
|
|
|
828 => 'Modul',
|
|
|
|
|
829 => 'Modul_muzakeresi',
|
|
|
|
|
);
|
|
|
|
|
|
2013-03-15 14:12:46 +00:00
|
|
|
|
$namespaceNames['cs'] = array(
|
|
|
|
|
828 => 'Modul',
|
|
|
|
|
829 => 'Diskuse_k_modulu',
|
|
|
|
|
);
|
|
|
|
|
|
2013-04-03 07:15:51 +00:00
|
|
|
|
$namespaceNames['cy'] = array(
|
|
|
|
|
828 => 'Modiwl',
|
|
|
|
|
829 => 'Sgwrs_modiwl',
|
|
|
|
|
);
|
|
|
|
|
|
(bug 46082) import namespace names translations from Meta
https://meta.wikimedia.org/wiki/Lua_deployments/Localization_of_Module
Four languages (ka, ms, zh, zh-yue) are missing the translation for
Module talk, as there wasn't one on the Meta page.
Full list of newly added languages (including the ones with partial
translations): an, ar, ast, ba, bn, ca, crh, da, dv, es, et, eu, fa,
gl, id, it, ja, ka, ko, min, ms, nn, no, pl, ru, sk, sl, uk, zh,
zh-yue.
Change-Id: I504ce98a2a430aa98f116186051331fbbfcc57d5
2013-04-08 17:01:09 +00:00
|
|
|
|
$namespaceNames['da'] = array(
|
|
|
|
|
828 => 'Modul',
|
|
|
|
|
829 => 'Moduldiskussion',
|
|
|
|
|
);
|
|
|
|
|
|
2013-02-27 20:07:16 +00:00
|
|
|
|
$namespaceNames['de'] = array(
|
|
|
|
|
828 => 'Modul',
|
|
|
|
|
829 => 'Modul_Diskussion',
|
|
|
|
|
);
|
|
|
|
|
|
2013-03-06 16:07:17 +00:00
|
|
|
|
$namespaceNames['dsb'] = array(
|
|
|
|
|
828 => 'Modul',
|
|
|
|
|
829 => 'Modul_diskusija',
|
|
|
|
|
);
|
|
|
|
|
|
(bug 46082) import namespace names translations from Meta
https://meta.wikimedia.org/wiki/Lua_deployments/Localization_of_Module
Four languages (ka, ms, zh, zh-yue) are missing the translation for
Module talk, as there wasn't one on the Meta page.
Full list of newly added languages (including the ones with partial
translations): an, ar, ast, ba, bn, ca, crh, da, dv, es, et, eu, fa,
gl, id, it, ja, ka, ko, min, ms, nn, no, pl, ru, sk, sl, uk, zh,
zh-yue.
Change-Id: I504ce98a2a430aa98f116186051331fbbfcc57d5
2013-04-08 17:01:09 +00:00
|
|
|
|
$namespaceNames['dv'] = array(
|
|
|
|
|
828 => 'މޮޑިއުލް',
|
|
|
|
|
829 => 'މޮޑިއުލް_ޚިޔާލު',
|
|
|
|
|
);
|
|
|
|
|
|
2013-03-06 16:07:17 +00:00
|
|
|
|
$namespaceNames['eo'] = array(
|
|
|
|
|
828 => 'Modulo',
|
|
|
|
|
829 => 'Modulo-Diskuto',
|
|
|
|
|
);
|
|
|
|
|
|
(bug 46082) import namespace names translations from Meta
https://meta.wikimedia.org/wiki/Lua_deployments/Localization_of_Module
Four languages (ka, ms, zh, zh-yue) are missing the translation for
Module talk, as there wasn't one on the Meta page.
Full list of newly added languages (including the ones with partial
translations): an, ar, ast, ba, bn, ca, crh, da, dv, es, et, eu, fa,
gl, id, it, ja, ka, ko, min, ms, nn, no, pl, ru, sk, sl, uk, zh,
zh-yue.
Change-Id: I504ce98a2a430aa98f116186051331fbbfcc57d5
2013-04-08 17:01:09 +00:00
|
|
|
|
$namespaceNames['es'] = array(
|
|
|
|
|
828 => 'Módulo',
|
|
|
|
|
829 => 'Módulo_discusión',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$namespaceNames['et'] = array(
|
|
|
|
|
828 => 'Moodul',
|
|
|
|
|
829 => 'Mooduli_arutelu',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$namespaceNames['eu'] = array(
|
|
|
|
|
828 => 'Modulu',
|
|
|
|
|
829 => 'Modulu_eztabaida',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$namespaceNames['fa'] = array(
|
|
|
|
|
828 => 'پودمان',
|
|
|
|
|
829 => 'بحث_پودمان',
|
|
|
|
|
);
|
|
|
|
|
|
2013-02-19 13:37:21 +00:00
|
|
|
|
$namespaceNames['fr'] = array(
|
|
|
|
|
828 => 'Module',
|
|
|
|
|
829 => 'Discussion_module',
|
|
|
|
|
);
|
|
|
|
|
|
(bug 46082) import namespace names translations from Meta
https://meta.wikimedia.org/wiki/Lua_deployments/Localization_of_Module
Four languages (ka, ms, zh, zh-yue) are missing the translation for
Module talk, as there wasn't one on the Meta page.
Full list of newly added languages (including the ones with partial
translations): an, ar, ast, ba, bn, ca, crh, da, dv, es, et, eu, fa,
gl, id, it, ja, ka, ko, min, ms, nn, no, pl, ru, sk, sl, uk, zh,
zh-yue.
Change-Id: I504ce98a2a430aa98f116186051331fbbfcc57d5
2013-04-08 17:01:09 +00:00
|
|
|
|
$namespaceNames['gl'] = array(
|
|
|
|
|
828 => 'Módulo',
|
|
|
|
|
829 => 'Conversa_módulo',
|
|
|
|
|
);
|
|
|
|
|
|
2012-08-15 08:49:37 +00:00
|
|
|
|
$namespaceNames['he'] = array(
|
|
|
|
|
828 => 'יחידה',
|
|
|
|
|
829 => 'שיחת_יחידה',
|
|
|
|
|
);
|
2013-02-28 06:50:33 +00:00
|
|
|
|
|
2013-03-06 16:07:17 +00:00
|
|
|
|
$namespaceNames['hsb'] = array(
|
|
|
|
|
828 => 'Modul',
|
|
|
|
|
829 => 'Modul_diskusija',
|
|
|
|
|
);
|
|
|
|
|
|
2013-03-03 21:25:51 +00:00
|
|
|
|
$namespaceNames['hu'] = array(
|
|
|
|
|
828 => 'Modul',
|
|
|
|
|
829 => 'Modulvita',
|
|
|
|
|
);
|
|
|
|
|
|
(bug 46082) import namespace names translations from Meta
https://meta.wikimedia.org/wiki/Lua_deployments/Localization_of_Module
Four languages (ka, ms, zh, zh-yue) are missing the translation for
Module talk, as there wasn't one on the Meta page.
Full list of newly added languages (including the ones with partial
translations): an, ar, ast, ba, bn, ca, crh, da, dv, es, et, eu, fa,
gl, id, it, ja, ka, ko, min, ms, nn, no, pl, ru, sk, sl, uk, zh,
zh-yue.
Change-Id: I504ce98a2a430aa98f116186051331fbbfcc57d5
2013-04-08 17:01:09 +00:00
|
|
|
|
$namespaceNames['id'] = array(
|
|
|
|
|
828 => 'Modul',
|
|
|
|
|
829 => 'Pembicaraan_Modul',
|
|
|
|
|
);
|
|
|
|
|
|
2013-03-27 10:17:26 +00:00
|
|
|
|
$namespaceNames['ilo'] = array(
|
|
|
|
|
828 => 'Modulo',
|
|
|
|
|
829 => 'Modulo_tungtungan',
|
|
|
|
|
);
|
|
|
|
|
|
(bug 46082) import namespace names translations from Meta
https://meta.wikimedia.org/wiki/Lua_deployments/Localization_of_Module
Four languages (ka, ms, zh, zh-yue) are missing the translation for
Module talk, as there wasn't one on the Meta page.
Full list of newly added languages (including the ones with partial
translations): an, ar, ast, ba, bn, ca, crh, da, dv, es, et, eu, fa,
gl, id, it, ja, ka, ko, min, ms, nn, no, pl, ru, sk, sl, uk, zh,
zh-yue.
Change-Id: I504ce98a2a430aa98f116186051331fbbfcc57d5
2013-04-08 17:01:09 +00:00
|
|
|
|
$namespaceNames['it'] = array(
|
|
|
|
|
828 => 'Modulo',
|
|
|
|
|
829 => 'Discussioni_modulo',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$namespaceNames['ja'] = array(
|
|
|
|
|
828 => 'モジュール',
|
|
|
|
|
829 => 'モジュール・トーク',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$namespaceNames['ka'] = array(
|
|
|
|
|
828 => 'მოდული',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$namespaceNames['ko'] = array(
|
|
|
|
|
828 => '모듈',
|
|
|
|
|
829 => '모듈토론',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$namespaceNames['min'] = array(
|
|
|
|
|
828 => 'Modul',
|
|
|
|
|
829 => 'Rundiang_Modul',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$namespaceNames['ms'] = array(
|
|
|
|
|
828 => 'Modul',
|
|
|
|
|
);
|
|
|
|
|
|
2013-03-27 10:17:26 +00:00
|
|
|
|
$namespaceNames['nl'] = array(
|
|
|
|
|
828 => 'Module',
|
|
|
|
|
829 => 'Overleg_module',
|
|
|
|
|
);
|
|
|
|
|
|
(bug 46082) import namespace names translations from Meta
https://meta.wikimedia.org/wiki/Lua_deployments/Localization_of_Module
Four languages (ka, ms, zh, zh-yue) are missing the translation for
Module talk, as there wasn't one on the Meta page.
Full list of newly added languages (including the ones with partial
translations): an, ar, ast, ba, bn, ca, crh, da, dv, es, et, eu, fa,
gl, id, it, ja, ka, ko, min, ms, nn, no, pl, ru, sk, sl, uk, zh,
zh-yue.
Change-Id: I504ce98a2a430aa98f116186051331fbbfcc57d5
2013-04-08 17:01:09 +00:00
|
|
|
|
$namespaceNames['nn'] = array(
|
|
|
|
|
828 => 'Modul',
|
|
|
|
|
829 => 'Moduldiskusjon',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$namespaceNames['no'] = array(
|
|
|
|
|
828 => 'Modul',
|
|
|
|
|
829 => 'Moduldiskusjon',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$namespaceNames['pl'] = array(
|
|
|
|
|
828 => 'Moduł',
|
|
|
|
|
829 => 'Dyskusja_modułu',
|
|
|
|
|
);
|
|
|
|
|
|
2013-03-16 08:18:05 +00:00
|
|
|
|
$namespaceNames['pt'] = array(
|
|
|
|
|
828 => 'Módulo',
|
|
|
|
|
829 => 'Módulo_Discussão',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$namespaceNames['pt-br'] = array(
|
|
|
|
|
828 => 'Módulo',
|
|
|
|
|
829 => 'Módulo_Discussão',
|
|
|
|
|
);
|
|
|
|
|
|
(bug 46082) import namespace names translations from Meta
https://meta.wikimedia.org/wiki/Lua_deployments/Localization_of_Module
Four languages (ka, ms, zh, zh-yue) are missing the translation for
Module talk, as there wasn't one on the Meta page.
Full list of newly added languages (including the ones with partial
translations): an, ar, ast, ba, bn, ca, crh, da, dv, es, et, eu, fa,
gl, id, it, ja, ka, ko, min, ms, nn, no, pl, ru, sk, sl, uk, zh,
zh-yue.
Change-Id: I504ce98a2a430aa98f116186051331fbbfcc57d5
2013-04-08 17:01:09 +00:00
|
|
|
|
$namespaceNames['ru'] = array(
|
|
|
|
|
828 => 'Модуль',
|
|
|
|
|
829 => 'Обсуждение_модуля',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$namespaceNames['sk'] = array(
|
|
|
|
|
828 => 'Modul',
|
|
|
|
|
829 => 'Diskusia_k_modulu',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$namespaceNames['sl'] = array(
|
|
|
|
|
828 => 'Modul',
|
|
|
|
|
829 => 'Pogovor_o_modulu',
|
|
|
|
|
);
|
|
|
|
|
|
2013-03-23 09:26:42 +00:00
|
|
|
|
$namespaceNames['sv'] = array(
|
|
|
|
|
828 => 'Modul',
|
|
|
|
|
829 => 'Moduldiskussion',
|
|
|
|
|
);
|
|
|
|
|
|
2013-03-22 10:33:03 +00:00
|
|
|
|
$namespaceNames['tr'] = array(
|
|
|
|
|
828 => 'Modül',
|
|
|
|
|
829 => 'Modül_tartışma',
|
|
|
|
|
);
|
|
|
|
|
|
(bug 46082) import namespace names translations from Meta
https://meta.wikimedia.org/wiki/Lua_deployments/Localization_of_Module
Four languages (ka, ms, zh, zh-yue) are missing the translation for
Module talk, as there wasn't one on the Meta page.
Full list of newly added languages (including the ones with partial
translations): an, ar, ast, ba, bn, ca, crh, da, dv, es, et, eu, fa,
gl, id, it, ja, ka, ko, min, ms, nn, no, pl, ru, sk, sl, uk, zh,
zh-yue.
Change-Id: I504ce98a2a430aa98f116186051331fbbfcc57d5
2013-04-08 17:01:09 +00:00
|
|
|
|
$namespaceNames['uk'] = array(
|
|
|
|
|
828 => 'Модуль',
|
|
|
|
|
829 => 'Обговорення_модуля',
|
|
|
|
|
);
|
|
|
|
|
|
2013-03-16 13:30:01 +00:00
|
|
|
|
$namespaceNames['vi'] = array(
|
|
|
|
|
828 => 'Mô_đun',
|
|
|
|
|
829 => 'Thảo_luận_Mô_đun',
|
|
|
|
|
);
|
|
|
|
|
|
(bug 46082) import namespace names translations from Meta
https://meta.wikimedia.org/wiki/Lua_deployments/Localization_of_Module
Four languages (ka, ms, zh, zh-yue) are missing the translation for
Module talk, as there wasn't one on the Meta page.
Full list of newly added languages (including the ones with partial
translations): an, ar, ast, ba, bn, ca, crh, da, dv, es, et, eu, fa,
gl, id, it, ja, ka, ko, min, ms, nn, no, pl, ru, sk, sl, uk, zh,
zh-yue.
Change-Id: I504ce98a2a430aa98f116186051331fbbfcc57d5
2013-04-08 17:01:09 +00:00
|
|
|
|
$namespaceNames['zh'] = array(
|
|
|
|
|
828 => '模組',
|
|
|
|
|
);
|
|
|
|
|
|
2013-02-28 06:50:33 +00:00
|
|
|
|
$namespaceNames['zh-hans'] = array(
|
|
|
|
|
828 => '模块',
|
|
|
|
|
829 => '模块讨论',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$namespaceNames['zh-hant'] = array(
|
|
|
|
|
828 => '模組',
|
|
|
|
|
829 => '模組討論',
|
|
|
|
|
);
|
(bug 46082) import namespace names translations from Meta
https://meta.wikimedia.org/wiki/Lua_deployments/Localization_of_Module
Four languages (ka, ms, zh, zh-yue) are missing the translation for
Module talk, as there wasn't one on the Meta page.
Full list of newly added languages (including the ones with partial
translations): an, ar, ast, ba, bn, ca, crh, da, dv, es, et, eu, fa,
gl, id, it, ja, ka, ko, min, ms, nn, no, pl, ru, sk, sl, uk, zh,
zh-yue.
Change-Id: I504ce98a2a430aa98f116186051331fbbfcc57d5
2013-04-08 17:01:09 +00:00
|
|
|
|
|
|
|
|
|
$namespaceNames['zh-yue'] = array(
|
|
|
|
|
828 => '模組',
|
|
|
|
|
);
|