Localisation updates for extensions from Betawiki (2007-12-23 11:21 CET)
This commit is contained in:
parent
05df964010
commit
b3e797d0fd
|
@ -0,0 +1,20 @@
|
|||
<?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
|
||||
*/
|
||||
|
||||
/** Luxembourgish (Lëtzebuergesch)
|
||||
* @author Robby
|
||||
*/
|
||||
$messages = array(
|
||||
'contactpage-title' => 'Kontakt',
|
||||
'contactpage-fromname' => 'Äre Numm *',
|
||||
'contactpage-fromaddress' => 'Är E-mail-Adress **',
|
||||
);
|
Loading…
Reference in New Issue