Subversion Repositories Applications.papyrus

Rev

Rev 445 | Go to most recent revision | Details | Compare with Previous | 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
// +------------------------------------------------------------------------------------------------------+
707 florian 22
// CVS : $Id: contact.langue.fr.inc.php,v 1.2 2006-01-19 10:24:37 florian Exp $
445 florian 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
707 florian 32
*@version       $Revision: 1.2 $ $Date: 2006-01-19 10:24:37 $
445 florian 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é.');
707 florian 38
define ('CON_EXPEDITEUR', 'Expéditeur (entrez ici votre adresse mail): ') ;
39
define ('CON_EMAIL_REQUIS','veuillez saisir votre adresse mail pour que l\'on puisse vous répondre');
40
define ('CON_EMAIL_INCORRECT','adresse mail incorrecte (elle doit etre de la forme nom@domaine.ext)');
445 florian 41
define ('CON_DESTINATAIRE', 'Destinataire : ') ;
42
define ('CON_SUJET', 'Sujet : ') ;
707 florian 43
define ('CON_SUJET_REQUIS', 'veuillez saisir un sujet pour le message');
445 florian 44
define ('CON_MESSAGE', 'Message : ') ;
707 florian 45
define ('CON_MESSAGE_REQUIS', 'veuillez saisir le message');
445 florian 46
define ('CON_ENVOYER', 'Envoyer le message') ;
47
define ('CON_ENVOYER_NOUS_MAIL', 'Envoyez-nous un message électronique (courriel):');
707 florian 48
define ('CON_CHAMPS_REQUIS','champs obligatoires');
49
define ('CON_ERREUR_SAISIE','Erreur de saisie des champs:');
50
define ('CON_VEUILLEZ_CORRIGER','Veuillez corriger, SVP.');
445 florian 51
 
52
/* +--Fin du code ----------------------------------------------------------------------------------------+
53
*
54
* $Log: not supported by cvs2svn $
707 florian 55
* Revision 1.1  2005/09/22 13:28:50  florian
56
* Application de contact, pour envoyer des mails. Reste a faire: configuration pour choisir les destinataires dans l'annuaire.
445 florian 57
*
707 florian 58
*
445 florian 59
* +-- Fin du code ----------------------------------------------------------------------------------------+
60
*/
61
?>