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.11 2006-07-04 09:36:16 alexandre_tb Exp $
|
22 |
// CVS : $Id: bottin.langue_fr.inc.php,v 1.12 2006-07-17 10:01:08 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.11 $ $Date: 2006-07-04 09:36:16 $
|
32 |
*@version $Revision: 1.12 $ $Date: 2006-07-17 10:01:08 $
|
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é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 250... |
Line 250... |
250 |
//
|
250 |
//
|
Line 251... |
Line 251... |
251 |
|
251 |
|
252 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
252 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
253 |
*
|
253 |
*
|
- |
|
254 |
* $Log: not supported by cvs2svn $
|
- |
|
255 |
* Revision 1.11 2006/07/04 09:36:16 alexandre_tb
|
- |
|
256 |
* modification d'un label
|
254 |
* $Log: not supported by cvs2svn $
|
257 |
*
|
255 |
* Revision 1.10 2006/04/11 08:39:19 alexandre_tb
|
258 |
* Revision 1.10 2006/04/11 08:39:19 alexandre_tb
|
256 |
* modification d'un label
|
259 |
* modification d'un label
|
257 |
*
|
260 |
*
|
258 |
* Revision 1.9 2006/04/10 14:01:36 florian
|
261 |
* Revision 1.9 2006/04/10 14:01:36 florian
|