Add Dutch namespace names

Also add a standard header.

Change-Id: Ib2bc381e859ef527e03da9680a462755bcc35a4d
This commit is contained in:
Siebrand Mazeland 2013-02-28 08:01:13 +01:00
parent cb09e3e20c
commit e982ecc472

View file

@ -1,4 +1,10 @@
<?php
/**
* Internationalisation file for extension Scribunto.
*
* @file
* @ingroup Extensions
*/
$namespaceNames = array();
@ -22,6 +28,11 @@ $namespaceNames['he'] = array(
829 => יחת_יחידה',
);
$namespaceNames['nl'] = array(
828 => 'Module',
829 => 'Overleg_module',
);
$namespaceNames['zh-hans'] = array(
828 => '模块',
829 => '模块讨论',