mediawiki-extensions-Scribunto/Scribunto.namespaces.php
Niklas Laxström b5015a2d8e (bug 45550) Add Portuguese translations for Module namespaces
Bug: 45550
Change-Id: I5ab549b77443990fd6614d97d20fe0cbcbfdae99
2013-03-16 08:18:48 +00:00

80 lines
1.3 KiB
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
/**
* Internationalisation file for extension Scribunto.
*
* @file
* @ingroup Extensions
*/
$namespaceNames = array();
$namespaceNames['en'] = array(
828 => 'Module',
829 => 'Module_talk',
);
$namespaceNames['be-tarask'] = array(
828 => 'Модуль',
829 => 'Абмеркаваньнеодулю',
);
$namespaceNames['de'] = array(
828 => 'Modul',
829 => 'Modul_Diskussion',
);
$namespaceNames['dsb'] = array(
828 => 'Modul',
829 => 'Modul_diskusija',
);
$namespaceNames['eo'] = array(
828 => 'Modulo',
829 => 'Modulo-Diskuto',
);
$namespaceNames['fr'] = array(
828 => 'Module',
829 => 'Discussion_module',
);
$namespaceNames['he'] = array(
828 => 'יחידה',
829 => יחת_יחידה',
);
$namespaceNames['hsb'] = array(
828 => 'Modul',
829 => 'Modul_diskusija',
);
$namespaceNames['hu'] = array(
828 => 'Modul',
829 => 'Modulvita',
);
$namespaceNames['pt'] = array(
828 => 'Módulo',
829 => 'Módulo_Discussão',
);
$namespaceNames['pt-br'] = array(
828 => 'Módulo',
829 => 'Módulo_Discussão',
);
$namespaceNames['nl'] = array(
828 => 'Module',
829 => 'Overleg_module',
);
$namespaceNames['zh-hans'] = array(
828 => '模块',
829 => '模块讨论',
);
$namespaceNames['zh-hant'] = array(
828 => '模組',
829 => '模組討論',
);