mediawiki-extensions-Scribunto/Scribunto.namespaces.php
umherirrender c8163a5fe7 Add german namespace aliases
Change-Id: Ife87f6959d25b6ed5749cb4c58c75a17a5a2d542
2013-02-27 21:07:16 +01:00

24 lines
360 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
$namespaceNames = array();
$namespaceNames['en'] = array(
828 => 'Module',
829 => 'Module_talk',
);
$namespaceNames['de'] = array(
828 => 'Modul',
829 => 'Modul_Diskussion',
);
$namespaceNames['fr'] = array(
828 => 'Module',
829 => 'Discussion_module',
);
$namespaceNames['he'] = array(
828 => 'יחידה',
829 => יחת_יחידה',
);