16 lines
318 B
PHP
16 lines
318 B
PHP
<?php
|
|
|
|
/**
|
|
* Internationalisation file for the ContactPage extension
|
|
*
|
|
* @package MediaWiki
|
|
* @subpackage Extensions
|
|
* @author Daniel Kinzler, brightbyte.de
|
|
* @copyright © 2007 Daniel Kinzler, Betawiki users
|
|
* @licence GNU General Public Licence 2.0 or later
|
|
*/
|
|
|
|
$messages = array(
|
|
'contact' => 'Kontakt',
|
|
);
|