Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 444 → Rev 445

/trunk/client/contact/langues/contact.langue.fr.inc.php
New file
0,0 → 1,54
<?php
/*vim: set expandtab tabstop=4 shiftwidth=4: */
// +------------------------------------------------------------------------------------------------------+
// | PHP version 4.1 |
// +------------------------------------------------------------------------------------------------------+
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
// +------------------------------------------------------------------------------------------------------+
// | This library is free software; you can redistribute it and/or |
// | modify it under the terms of the GNU Lesser General Public |
// | License as published by the Free Software Foundation; either |
// | version 2.1 of the License, or (at your option) any later version. |
// | |
// | This library is distributed in the hope that it will be useful, |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | Lesser General Public License for more details. |
// | |
// | You should have received a copy of the GNU Lesser General Public |
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: contact.langue.fr.inc.php,v 1.1 2005-09-22 13:28:50 florian Exp $
/**
* Fichier de traduction en français de l'application contact
*
*@package contact
//Auteur original :
*@author Florian SCHMITT <florian@ecole-et-nature.org>
//Autres auteurs :
*@author Aucun
*@copyright Ecole et Nature 2005
*@version $Revision: 1.1 $ $Date: 2005-09-22 13:28:50 $
// +------------------------------------------------------------------------------------------------------+
*/
define ('CON_CONTACTEZ_NOUS', 'Contactez-nous');
define ('CON_VOTRE_MESSAGE', 'Votre message');
define ('CON_A_ETE_ENVOYE', 'a bien été envoyé.');
define ('CON_EXPEDITEUR', 'Expéditeur : ') ;
define ('CON_ENTREZ_VOTRE_MAIL', 'entrez ici votre adresse mail');
define ('CON_DESTINATAIRE', 'Destinataire : ') ;
define ('CON_SUJET', 'Sujet : ') ;
define ('CON_ENTREZ_VOTRE_SUJET', 'entrez ici le sujet du message');
define ('CON_MESSAGE', 'Message : ') ;
define ('CON_ENTREZ_VOTRE_MESSAGE', 'entrez ici le message');
define ('CON_ENVOYER', 'Envoyer le message') ;
define ('CON_ENVOYER_NOUS_MAIL', 'Envoyez-nous un message électronique (courriel):');
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
?>