Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
235 alex 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.1.1.1 2005-01-03 17:27:49 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.1.1.1 $ $Date: 2005-01-03 17:27:49 $
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 de I-Jumelage') ;
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
 
68
// ========================= Labels pour les mails ============================
69
 
70
define ("ANN_VERIF_MAIL_COCHE", "Veuillez cocher au moins un destinataire pour votre mail" );
71
define ("ANN_VERIF_TITRE", "Votre message doit comporter un titre <i>et</i> un corps") ;
72
define ("ANN_PIED_MESSAGE", "\n---------------------------------------------------------------------------".
73
                            "\nCe message vous est envoyé par l'intermédiaire du site Internet".
74
                            "\n(http://www.vecam.org) de VECAM, ".
75
                            "\nauquel vous êtes inscrit.".
76
                            "\nD'autres inscrits au réseau peuvent avoir reçu ce message.".
77
                            "\nNe répondez que si vous êtes concerné, ou si vous avez des".
78
                            "\ninformations utiles à transmettre au demandeur." ) ;
79
 
80
/* +--Fin du code ----------------------------------------------------------------------------------------+
81
*
82
* $Log: not supported by cvs2svn $
83
* Revision 1.1  2005/01/03 17:19:32  alex
84
* version initiale
85
*
86
* Revision 1.1  2004/06/18 08:54:55  alex
87
* version initiale
88
*
89
*
90
* +-- Fin du code ----------------------------------------------------------------------------------------+
91
*/
92
?>