Subversion Repositories Sites.tela-botanica.org

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 david 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: ann_langue_fr.inc.php,v 1.2 2005/03/08 09:43:55 alex Exp $
23
/**
24
* Fichier de traduction en français de l'application inscription
25
*
26
* Fichier de traduction en français de l'application inscription
27
*
28
*@package vecam
29
//Auteur original :
30
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
31
//Autres auteurs :
32
*@author        Aucun
33
*@copyright     Tela-Botanica 2000-2004
34
*@version       $Revision: 1.2 $ $Date: 2005/03/08 09:43:55 $
35
// +------------------------------------------------------------------------------------------------------+
36
*/
37
 
38
define ("ANN_NOM", "Nom") ;
39
define ("ANN_PRENOM", "Pr&eacute;nom") ;
40
define ("ANN_PAYS", "Pays :") ;
41
define ("ANN_LANGUES_PARLES", "Langues parl&eacute;s :") ;
42
define ("ANN_EMAIL", "E-mail :") ;
43
define ("ANN_MOT_DE_PASSE", "Mot de passe :") ;
44
define ("ANN_REPETE_MOT_DE_PASSE", "R&eacute;p&eacute;ter le mot de passe :") ;
45
define ("ANN_RETABLIR", "Rétablir") ;
46
define ("ANN_VALIDER", "Valider") ;
47
define ("ANN_MOTS_DE_PASSE_DIFFERENTS", "Les mots de passe sont diff&eacute;rents !") ;
48
define ("ANN_EMAIL_REQUIS", "Vous devez saisir un email.") ;
49
define ("ANN_MOT_DE_PASSE_REQUIS", "Vous devez saisir un mot de passe.") ;
50
define ("ANN_MAIL_INCORRECT", "L'email doit avoir une forme correcte, utilisateur@domaine.ext") ;
51
define ("ANN_NOTE_REQUIS", "Indique les champs requis") ;
52
define ("ANN_MODIFIER_INSCRIPTION", "Modifier votre inscription") ;
53
define ("ANN_SUPPRIMER_INSCRIPTION", "Supprimer votre inscription") ;
54
define ("ANN_MESSAGE_BIENVENU", "Vous &ecirc;tes inscrit &agrave; I-Jumelage") ;
55
define ("ANN_CLIQUEZ_LETTRE", 'Cliquez sur une lettre pour voir les adh&eacute;rents.') ;
56
define ("ANN_LISTE_INSCRIT_LETTRE", "Liste des inscrits &agrave; la lettre") ;
57
define ("ANN_TITRE", 'Annuaire du réseau') ;
58
define ("ANN_TEXTE_PERDU", "Si vous avez perdu votre mot de passe, indiquer ".
59
                            "votre adresse email dans le champs login ci-dessus et cliquez sur \"Valider\"") ;
60
define ("ANN_CHECK_UNCHECK", "Cocher les cases pour s&eacute;lectionner votre destinataire ou cocher / d&eacute;cocher tout") ;
61
define ("ANN_ENVOYER_MAIL", "Envoyer un email") ;
62
define ("ANN_SUJET", "Sujet") ;
63
define ("ANN_MESSAGE", "Message") ;
64
define ("ANN_ENVOYER", "Envoyer") ;
65
define ("ANN_CLIC_CONFIRMATION", "Cliquez sur OK pour confirmer") ;
66
define ("ANN_PAS_D_INSCRIT", "Pas d'inscrit") ;
67
define ("ANN_MAIL_ENVOYER", "Votre mail a été envoyé") ;
68
define ('ANN_DATE_INS', 'Date d\'inscription') ;
69
define ('ANN_VILLE', 'Ville') ;
70
 
71
// ========================= Labels pour les mails ============================
72
 
73
define ("ANN_VERIF_MAIL_COCHE", "Veuillez cocher au moins un destinataire pour votre mail" );
74
define ("ANN_VERIF_TITRE", "Votre message doit comporter un titre <i>et</i> un corps") ;
75
define ("ANN_PIED_MESSAGE", "\n---------------------------------------------------------------------------".
76
                            "\nCe message vous est envoyé par l'intermédiaire du site Internet".
77
                            "\n(http://www.tela-botanica.org) de Tela Botanica, ".
78
                            "\nauquel vous êtes inscrit.".
79
                            "\nD'autres inscrits au réseau peuvent avoir reçu ce message.".
80
                            "\nNe répondez que si vous êtes concerné, ou si vous avez des".
81
                            "\ninformations utiles à transmettre au demandeur." ) ;
82
 
83
 
84
// ============================ Label de lannuaire Back ===========================
85
define ("AM_L_TITRE", "Chercher un adhérent") ;
86
define ("AM_L_RECHERCHER", "Rechercher") ;
87
define ("AM_L_PAYS", "Pays") ;
88
define ("AM_L_NOM", "Nom") ;
89
define ("AM_L_PRENOM", "Prénom") ;
90
define ("AM_L_VILLE", "Ville") ;
91
define ("AM_L_DEPARTEMENT", "Département") ;
92
define ("AM_L_MAIL", "Mail") ;
93
define ("AM_L_COTISANTS", "Cotisants") ;
94
define ("AM_L_GRP_RES", "Grouper les résultats") ;
95
define ("AM_L_TOUS", "Tous") ;
96
define ("AM_L_MAIL_SELECTION", "Envoyer un mail à la sélection") ;
97
/* +--Fin du code ----------------------------------------------------------------------------------------+
98
*
99
* $Log: ann_langue_fr.inc.php,v $
100
* Revision 1.2  2005/03/08 09:43:55  alex
101
* changement de label
102
*
103
* Revision 1.1.1.1  2005/01/03 17:27:49  alex
104
* Import initial
105
*
106
* Revision 1.1  2005/01/03 17:19:32  alex
107
* version initiale
108
*
109
* Revision 1.1  2004/06/18 08:54:55  alex
110
* version initiale
111
*
112
*
113
* +-- Fin du code ----------------------------------------------------------------------------------------+
114
*/
115
?>