Localisation updates for extension messages from Betawiki (2008-01-05 11:56 CET)
This commit is contained in:
parent
a835f0ca03
commit
fd004abc37
|
@ -0,0 +1,19 @@
|
|||
<?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
|
||||
*/
|
||||
|
||||
/** Low German (Plattdüütsch)
|
||||
* @author Slomox
|
||||
*/
|
||||
$messages = array(
|
||||
'contactpage-title' => 'Kontakt',
|
||||
'contactpage-fromname' => 'Dien Naam *',
|
||||
);
|
Loading…
Reference in New Issue