Localisation updates for extensions from Betawiki (2007-12-23 11:21 CET)

This commit is contained in:
Siebrand Mazeland 2007-12-23 11:21:34 +00:00
parent 05df964010
commit b3e797d0fd
1 changed files with 20 additions and 0 deletions

20
ContactPage.i18n.lb.php Normal file
View File

@ -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 **',
);