Subversion Repositories Applications.papyrus

Rev

Rev 1292 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1292 Rev 1298
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: annuaire.langue.fr.inc.php,v 1.4 2007-04-06 08:35:46 neiluj Exp $
22
// CVS : $Id: annuaire.langue.fr.inc.php,v 1.5 2007-04-11 08:30:12 neiluj Exp $
23
/**
23
/**
24
* Fichier de traduction en français de l'application inscription
24
* Fichier de traduction en français de l'application inscription
25
*
25
*
26
* Fichier de traduction en français de l'application inscription
26
* Fichier de traduction en français de l'application inscription
27
*
27
*
Line 29... Line 29...
29
//Auteur original :
29
//Auteur original :
30
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
30
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
31
//Autres auteurs :
31
//Autres auteurs :
32
*@author        Aucun
32
*@author        Aucun
33
*@copyright     Tela-Botanica 2000-2004
33
*@copyright     Tela-Botanica 2000-2004
34
*@version       $Revision: 1.4 $ $Date: 2007-04-06 08:35:46 $
34
*@version       $Revision: 1.5 $ $Date: 2007-04-11 08:30:12 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/  
36
*/  
37
 
-
 
38
define ("ANN_NOM", "Nom") ;
-
 
39
define ("ANN_PRENOM", "Pr&eacute;nom") ;
-
 
40
define ("ANN_VILLE", "Ville") ;
-
 
41
define ("ANN_PAYS", "Pays") ;
-
 
42
define ('ANN_PAS_D_INSCRITS', 'Pas d\'inscrits commençant par cette lettre dans l\'annuaire.');
-
 
43
define ("ANN_LANGUES_PARLES", "Langues parl&eacute;s :") ;
-
 
44
define ("ANN_EMAIL", "Courriel :") ;
-
 
45
define ("ANN_MOT_DE_PASSE", "Mot de passe :") ;
-
 
46
define ("ANN_REPETE_MOT_DE_PASSE", "R&eacute;p&eacute;ter le mot de passe :") ;
-
 
47
define ("ANN_RETABLIR", "Rétablir") ;
-
 
48
define ("ANN_VALIDER", "Valider") ;
-
 
49
define ("ANN_MESSAGE_BIENVENU", "Vous &ecirc;tes inscrit au Réseau") ;
-
 
50
define ("ANN_CLIQUEZ_LETTRE", 'Cliquez sur une lettre pour voir les membres du réseau.') ;
-
 
51
define ("ANN_LISTE_INSCRIT_LETTRE", "Liste des inscrits &agrave; la lettre") ;
-
 
52
define ("ANN_TITRE", 'Annuaire du réseau') ;
-
 
53
define ("ANN_CHECK_UNCHECK", "Cocher les cases pour s&eacute;lectionner votre destinataire ou cocher / d&eacute;cocher tout") ;
-
 
54
define ("ANN_ENVOYER_MAIL", "Envoyer un message aux personnes cochées") ;
-
 
55
define ("ANN_SUJET", "Sujet") ;
-
 
56
define ("ANN_MESSAGE", "Message") ;
-
 
57
define ("ANN_ENVOYER", "Envoyer") ;
-
 
58
define ("ANN_CLIC_CONFIRMATION", "Cliquez sur OK pour confirmer") ;
-
 
59
define ("ANN_PAS_D_INSCRIT", "Pas d'inscrit") ;
-
 
60
define ('ANN_DATE','Date d\'inscription');
-
 
61
// ========================= Labels pour les mails ============================
-
 
62
 
-
 
63
define ("ANN_VERIF_MAIL_COCHE", "Veuillez cocher au moins un destinataire pour votre mail" );
-
 
64
define ("ANN_VERIF_TITRE", "Votre message doit comporter un titre <i>et</i> un corps") ;
-
 
65
define ("ANN_PIED_MESSAGE", "\n---------------------------------------------------------------------------".
-
 
66
                            "\nCe message vous est envoyé par l'intermédiaire du site Internet".
-
 
67
                            "\n(http://www.domaine.org) du réseau , ".
-
 
68
                            "\nauquel vous êtes inscrit. ".
-
 
69
                            "\nNe répondez pas à ce message." ) ;
-
 
70
                            
-
 
71
define ('ANN_LOGUEZ_VOUS', 'Vous devez être inscrit au réseau pour accéder à l\'annuaire'); 
-
 
72
 
-
 
73
/* +--Fin du code ----------------------------------------------------------------------------------------+
37
/* +--Fin du code ----------------------------------------------------------------------------------------+
74
*
38
*
75
* $Log: not supported by cvs2svn $
39
* $Log: not supported by cvs2svn $
-
 
40
* Revision 1.3  2006/04/04 12:23:05  florian
-
 
41
* modifs affichage fiches, généricité de la carto, modification totale de l'appli annuaire
-
 
42
*
76
* Revision 1.2  2005/10/03 09:37:56  alexandre_tb
43
* Revision 1.2  2005/10/03 09:37:56  alexandre_tb
77
* ajout d'un label
44
* ajout d'un label
78
*
45
*
79
* Revision 1.1  2005/09/22 14:02:49  ddelon
46
* Revision 1.1  2005/09/22 14:02:49  ddelon
80
* nettoyage annuaire et php5
47
* nettoyage annuaire et php5