ProtectedContactPage/ContactPage.i18n.fr.php

26 lines
741 B
PHP
Raw Normal View History

<?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(
'contact' => 'Pour nous contacter',
'contactpage' => 'Contact',
'contactpage-pagetext' => 'Veuillez utiliser le formulaire ci-dessous pour nous contacter.',
'contactpage-defsubject' => 'Message',
'contactpage-subject-and-sender' => '$1 (de $2)',
'contactpage-fromname' => 'Votre nom*',
'contactpage-fromaddress' => 'Votre adresse e-mail**',
'contactpage-formfootnotes' => '
* optionel<br/>
** optionel mais requis si vous désirez une réponse
',
);