ProtectedContactPage/ContactPage.i18n.lb.php

21 lines
491 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
*/
/** Luxembourgish (Lëtzebuergesch)
* @author Robby
*/
$messages = array(
'contactpage-title' => 'Kontakt',
'contactpage-fromname' => 'Äre Numm *',
'contactpage-fromaddress' => 'Är E-mail-Adress **',
);