16 lines
370 B
PHP
16 lines
370 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* Internationalisation file for the ContactPage extension
|
||
|
*
|
||
|
* @package MediaWiki
|
||
|
* @subpackage Extensions
|
||
|
* @author Daniel Kinzler, brightbyte.de
|
||
|
* @translator Shinjiman
|
||
|
* @copyright c 2007 Daniel Kinzler
|
||
|
* @licence GNU General Public Licence 2.0 or later
|
||
|
*/
|
||
|
|
||
|
/* Inherit zh-Hans localisation messages */
|
||
|
require_once('ContactPage.i18n.zh-hans.php');
|