Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
445 florian 1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.1                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
8
// | This library is free software; you can redistribute it and/or                                        |
9
// | modify it under the terms of the GNU Lesser General Public                                           |
10
// | License as published by the Free Software Foundation; either                                         |
11
// | version 2.1 of the License, or (at your option) any later version.                                   |
12
// |                                                                                                      |
13
// | This library is distributed in the hope that it will be useful,                                      |
14
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
15
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU                                    |
16
// | Lesser General Public License for more details.                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: contact.langue.fr.inc.php,v 1.1 2005-09-22 13:28:50 florian Exp $
23
/**
24
* Fichier de traduction en français de l'application contact
25
*
26
*@package contact
27
//Auteur original :
28
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
29
//Autres auteurs :
30
*@author        Aucun
31
*@copyright     Ecole et Nature 2005
32
*@version       $Revision: 1.1 $ $Date: 2005-09-22 13:28:50 $
33
// +------------------------------------------------------------------------------------------------------+
34
*/
35
define ('CON_CONTACTEZ_NOUS', 'Contactez-nous');
36
define ('CON_VOTRE_MESSAGE', 'Votre message');
37
define ('CON_A_ETE_ENVOYE', 'a bien été envoyé.');
38
define ('CON_EXPEDITEUR', 'Expéditeur : ') ;
39
define ('CON_ENTREZ_VOTRE_MAIL', 'entrez ici votre adresse mail');
40
define ('CON_DESTINATAIRE', 'Destinataire : ') ;
41
define ('CON_SUJET', 'Sujet : ') ;
42
define ('CON_ENTREZ_VOTRE_SUJET', 'entrez ici le sujet du message');
43
define ('CON_MESSAGE', 'Message : ') ;
44
define ('CON_ENTREZ_VOTRE_MESSAGE', 'entrez ici le message');
45
define ('CON_ENVOYER', 'Envoyer le message') ;
46
define ('CON_ENVOYER_NOUS_MAIL', 'Envoyez-nous un message électronique (courriel):');
47
 
48
/* +--Fin du code ----------------------------------------------------------------------------------------+
49
*
50
* $Log: not supported by cvs2svn $
51
*
52
* +-- Fin du code ----------------------------------------------------------------------------------------+
53
*/
54
?>