Subversion Repositories Applications.papyrus

Rev

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

Rev 742 Rev 745
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.6 2006-02-28 14:07:23 alexandre_tb Exp $
22
// CVS : $Id: bottin.langue_fr.inc.php,v 1.7 2006-02-28 16:26:40 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.6 $ $Date: 2006-02-28 14:07:23 $
32
*@version       $Revision: 1.7 $ $Date: 2006-02-28 16:26:40 $
33
// +------------------------------------------------------------------------------------------------------+
33
// +------------------------------------------------------------------------------------------------------+
34
*/
34
*/
Line 35... Line 35...
35
 
35
 
36
if (file_exists (INS_CHEMIN_APPLI.'langues/bottin_langue_'.INS_LANGUE_DEFAUT.'local.php')) {
36
if (file_exists (INS_CHEMIN_APPLI.'langues/bottin_langue_'.INS_LANGUE_DEFAUT.'local.php')) {
37
	include_once INS_CHEMIN_APPLI.'langues/bottin_langue_'.INS_LANGUE_DEFAUT.'local.php' ;
37
	include_once INS_CHEMIN_APPLI.'langues/bottin_langue_'.INS_LANGUE_DEFAUT.'local.php' ;
38
}
38
}
39
define ('INS_TITRE_INSCRIPTION', 'Inscription au réseau');
39
define ('INS_TITRE_INSCRIPTION', 'Inscription au r&eacute;seau');
40
define ('INS_INSCRIPTION_PERSONNE','S\'inscrire en tant que personne');
40
define ('INS_INSCRIPTION_PERSONNE','S\'inscrire en tant que personne');
41
define ('INS_INSCRIPTION_STRUCTURE', 'S\'inscrire en tant que structure');
41
define ('INS_INSCRIPTION_STRUCTURE', 'S\'inscrire en tant que structure');
42
define ('INS_AJOUT_MEMBRE', 'Ajout d\'un nouveau membre') ;
42
define ('INS_AJOUT_MEMBRE', 'Ajout d\'un nouveau membre') ;
43
define ('INS_NOM', 'Nom') ;
43
define ('INS_NOM', 'Nom') ;
Line 189... Line 189...
189
 
189
 
190
 
190
 
191
/* +--Fin du code ----------------------------------------------------------------------------------------+
191
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
192
*
-
 
193
* $Log: not supported by cvs2svn $
-
 
194
* Revision 1.6  2006/02/28 14:07:23  alexandre_tb
192
*
195
* changement de la constante de langue
193
* $Log: not supported by cvs2svn $
196
*
194
* Revision 1.5  2005/12/19 11:13:29  alexandre_tb
197
* Revision 1.5  2005/12/19 11:13:29  alexandre_tb
195
* Ajout de l'appel vers bottin_langue_fr.local.php
198
* Ajout de l'appel vers bottin_langue_fr.local.php
196
*
199
*