ProtectedContactPage/ContactPage.i18n.ext.php

18 lines
437 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(
'contactpage-subject-and-sender' => '$1 (endi $2)',
'contactpage-fromname' => 'el tu nombri *',
'contactpage-fromaddress' => 'el tu email **',
);