Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
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 |
|
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 |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: contact.langue.fr.inc.php,v 1.1 2005-09-22 13:28:50 florian Exp $
|
22 |
// CVS : $Id: contact.langue.fr.inc.php,v 1.2 2006-01-19 10:24:37 florian Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Fichier de traduction en français de l'application contact
|
24 |
* Fichier de traduction en français de l'application contact
|
25 |
*
|
25 |
*
|
26 |
*@package contact
|
26 |
*@package contact
|
27 |
//Auteur original :
|
27 |
//Auteur original :
|
28 |
*@author Florian SCHMITT <florian@ecole-et-nature.org>
|
28 |
*@author Florian SCHMITT <florian@ecole-et-nature.org>
|
29 |
//Autres auteurs :
|
29 |
//Autres auteurs :
|
30 |
*@author Aucun
|
30 |
*@author Aucun
|
31 |
*@copyright Ecole et Nature 2005
|
31 |
*@copyright Ecole et Nature 2005
|
32 |
*@version $Revision: 1.1 $ $Date: 2005-09-22 13:28:50 $
|
32 |
*@version $Revision: 1.2 $ $Date: 2006-01-19 10:24:37 $
|
33 |
// +------------------------------------------------------------------------------------------------------+
|
33 |
// +------------------------------------------------------------------------------------------------------+
|
34 |
*/
|
34 |
*/
|
35 |
define ('CON_CONTACTEZ_NOUS', 'Contactez-nous');
|
35 |
define ('CON_CONTACTEZ_NOUS', 'Contactez-nous');
|
36 |
define ('CON_VOTRE_MESSAGE', 'Votre message');
|
36 |
define ('CON_VOTRE_MESSAGE', 'Votre message');
|
37 |
define ('CON_A_ETE_ENVOYE', 'a bien été envoyé.');
|
37 |
define ('CON_A_ETE_ENVOYE', 'a bien été envoyé.');
|
38 |
define ('CON_EXPEDITEUR', 'Expéditeur : ') ;
|
38 |
define ('CON_EXPEDITEUR', 'Expéditeur (entrez ici votre adresse mail): ') ;
|
39 |
define ('CON_ENTREZ_VOTRE_MAIL', '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)');
|
40 |
define ('CON_DESTINATAIRE', 'Destinataire : ') ;
|
41 |
define ('CON_DESTINATAIRE', 'Destinataire : ') ;
|
41 |
define ('CON_SUJET', 'Sujet : ') ;
|
42 |
define ('CON_SUJET', 'Sujet : ') ;
|
42 |
define ('CON_ENTREZ_VOTRE_SUJET', 'entrez ici le sujet du message');
|
43 |
define ('CON_SUJET_REQUIS', 'veuillez saisir un sujet pour le message');
|
43 |
define ('CON_MESSAGE', 'Message : ') ;
|
44 |
define ('CON_MESSAGE', 'Message : ') ;
|
44 |
define ('CON_ENTREZ_VOTRE_MESSAGE', 'entrez ici le message');
|
45 |
define ('CON_MESSAGE_REQUIS', 'veuillez saisir le message');
|
45 |
define ('CON_ENVOYER', 'Envoyer le message') ;
|
46 |
define ('CON_ENVOYER', 'Envoyer le message') ;
|
46 |
define ('CON_ENVOYER_NOUS_MAIL', 'Envoyez-nous un message électronique (courriel):');
|
47 |
define ('CON_ENVOYER_NOUS_MAIL', 'Envoyez-nous un message électronique (courriel):');
|
- |
|
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.');
|
Line 47... |
Line 51... |
47 |
|
51 |
|
48 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
52 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
49 |
*
|
53 |
*
|
- |
|
54 |
* $Log: not supported by cvs2svn $
|
- |
|
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.
|
50 |
* $Log: not supported by cvs2svn $
|
57 |
*
|
51 |
*
|
58 |
*
|
52 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
59 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
53 |
*/
|
60 |
*/
|