mediawiki-extensions-Scribunto/Scribunto.namespaces.php
Pavel Selitskas f25b5771c5 Added be-tarask NS translations
Change-Id: I7479e33655b1993c39a4761ff2e5366c45e23f26
2013-02-28 17:24:52 +03:00

50 lines
817 B
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['fr'] = array(
828 => 'Module',
829 => 'Discussion_module',
);
$namespaceNames['he'] = array(
828 => 'יחידה',
829 => יחת_יחידה',
);
$namespaceNames['nl'] = array(
828 => 'Module',
829 => 'Overleg_module',
);
$namespaceNames['zh-hans'] = array(
828 => '模块',
829 => '模块讨论',
);
$namespaceNames['zh-hant'] = array(
828 => '模組',
829 => '模組討論',
);