Subversion Repositories Applications.papyrus

Rev

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

Rev 669 Rev 742
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.5 2005-12-19 11:13:29 alexandre_tb Exp $
22
// CVS : $Id: bottin.langue_fr.inc.php,v 1.6 2006-02-28 14:07:23 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.5 $ $Date: 2005-12-19 11:13:29 $
32
*@version       $Revision: 1.6 $ $Date: 2006-02-28 14:07:23 $
33
// +------------------------------------------------------------------------------------------------------+
33
// +------------------------------------------------------------------------------------------------------+
34
*/
34
*/
Line 35... Line 35...
35
 
35
 
36
if (file_exists (INS_CHEMIN_APPLI.'langues/bottin_langue_'.$GLOBALS['lang'].'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_'.$GLOBALS['lang'].'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é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');
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.5  2005/12/19 11:13:29  alexandre_tb
192
*
195
* Ajout de l'appel vers bottin_langue_fr.local.php
193
* $Log: not supported by cvs2svn $
196
*
194
* Revision 1.4  2005/12/02 13:50:52  florian
197
* Revision 1.4  2005/12/02 13:50:52  florian
195
* ajout gestion erreur javascript
198
* ajout gestion erreur javascript
196
*
199
*