Subversion Repositories Applications.papyrus

Rev

Rev 634 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 634 Rev 669
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: bottin.langue_fr.inc.php,v 1.4 2005-12-02 13:50:52 florian Exp $
22
// CVS : $Id: bottin.langue_fr.inc.php,v 1.5 2005-12-19 11:13:29 alexandre_tb Exp $
23
/**
23
/**
24
* Fichier de traduction en français de l'application ins_annuaire
24
* Fichier de traduction en français de l'application ins_annuaire
25
*
25
*
26
*@package inscription
26
*@package inscription
27
//Auteur original :
27
//Auteur original :
28
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
28
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
29
//Autres auteurs :
29
//Autres auteurs :
30
*@author        Aucun
30
*@author        Aucun
31
*@copyright     Tela-Botanica 2000-2004
31
*@copyright     Tela-Botanica 2000-2004
32
*@version       $Revision: 1.4 $ $Date: 2005-12-02 13:50:52 $
32
*@version       $Revision: 1.5 $ $Date: 2005-12-19 11:13:29 $
33
// +------------------------------------------------------------------------------------------------------+
33
// +------------------------------------------------------------------------------------------------------+
34
*/
34
*/
-
 
35
 
-
 
36
if (file_exists (INS_CHEMIN_APPLI.'langues/bottin_langue_'.$GLOBALS['lang'].'local.php')) {
-
 
37
	include_once INS_CHEMIN_APPLI.'langues/bottin_langue_'.$GLOBALS['lang'].'local.php' ;
-
 
38
}
35
define ('INS_TITRE_INSCRIPTION', 'Inscription au réseau');
39
define ('INS_TITRE_INSCRIPTION', 'Inscription au réseau');
36
define ('INS_INSCRIPTION_PERSONNE','S\'inscrire en tant que personne');
40
define ('INS_INSCRIPTION_PERSONNE','S\'inscrire en tant que personne');
37
define ('INS_INSCRIPTION_STRUCTURE', 'S\'inscrire en tant que structure');
41
define ('INS_INSCRIPTION_STRUCTURE', 'S\'inscrire en tant que structure');
38
define ('INS_AJOUT_MEMBRE', 'Ajout d\'un nouveau membre') ;
42
define ('INS_AJOUT_MEMBRE', 'Ajout d\'un nouveau membre') ;
39
define ('INS_NOM', 'Nom') ;
43
define ('INS_NOM', 'Nom') ;
Line 134... Line 138...
134
				 'Merci de bien vouloir vous réinscrire, en répondant rapidement au mail de confirmation.<br /><br />'.
138
				 'Merci de bien vouloir vous réinscrire, en répondant rapidement au mail de confirmation.<br /><br />'.
135
				 'En vous remerciant de votre compréhension, à tout de suite!');
139
				 'En vous remerciant de votre compréhension, à tout de suite!');
136
define ('INS_MESSAGE_VALIDER_INSCRIPTION','Validation de votre inscription sur le réseau :'.'\n'.
140
define ('INS_MESSAGE_VALIDER_INSCRIPTION','Validation de votre inscription sur le réseau :'.'\n'.
137
					  'Merci de vous être inscrit(e), soyez bienvenu(e)!'.'\n'.
141
					  'Merci de vous être inscrit(e), soyez bienvenu(e)!'.'\n'.
138
					  'Veuillez cliquer sur le lien ci-dessous pour finaliser votre inscription:'.'\n');
142
					  'Veuillez cliquer sur le lien ci-dessous pour finaliser votre inscription:'.'\n');
139
define ('INS_MESSAGE_DEBUT_MAIL_INSCRIPTION', 'Bonjour,'.'\n\n'.
143
define ('INS_MESSAGE_DEBUT_MAIL_INSCRIPTION', 'Bonjour,'."\n\n".
140
                                        'Nous avons reçu une demande d\'inscription pour cette adresse mail.'.'\n'.
144
                                        'Nous avons reçu une demande d\'inscription pour cette adresse mail.'."\n".
141
                                        'Pour confirmer, cliquer sur le lien ci-dessous.'.'\n\n' ) ;
145
                                        'Pour confirmer, cliquer sur le lien ci-dessous.'."\n\n" ) ;
142
define ('INS_MESSAGE_FIN_MAIL_INSCRIPTION', '\n\n'.'L\'équipe de Vivreurope  ') ;
146
define ('INS_MESSAGE_FIN_MAIL_INSCRIPTION', "\n\n".'L\'équipe de Vivreurope  ') ;
143
// Envoir d'un mail à la coordination
147
// Envoir d'un mail à la coordination
144
define ('INS_MAIL_COORD_SUJET', 'Un nouvel inscrit au réseau ') ;
148
define ('INS_MAIL_COORD_SUJET', 'Un nouvel inscrit au réseau ') ;
145
define ('INS_MAIL_COORD_CORPS', 'Une nouvelle inscription a été effectuée sur le site.') ;
149
define ('INS_MAIL_COORD_CORPS', 'Une nouvelle inscription a été effectuée sur le site.') ;
146
define ('INS_CHAMPS_REQUIS', 'Champs requis') ;
150
define ('INS_CHAMPS_REQUIS', 'Champs requis') ;
Line 185... Line 189...
185
 
189
 
186
 
190
 
187
/* +--Fin du code ----------------------------------------------------------------------------------------+
191
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
192
*
-
 
193
* $Log: not supported by cvs2svn $
-
 
194
* Revision 1.4  2005/12/02 13:50:52  florian
188
*
195
* ajout gestion erreur javascript
189
* $Log: not supported by cvs2svn $
196
*
190
* Revision 1.3  2005/11/24 16:17:52  florian
197
* Revision 1.3  2005/11/24 16:17:52  florian
191
* changement template inscription + modifs carto
198
* changement template inscription + modifs carto
192
*
199
*