408 |
alex |
1 |
<?php
|
|
|
2 |
/* +-----------------------------------------------------------------------+
|
|
|
3 |
* |pro_langue_fr.inc.php |
|
|
|
4 |
* +-----------------------------------------------------------------------+
|
|
|
5 |
* | Copyright (c) 2001 - 2003 Tela Botanica |
|
|
|
6 |
* +-----------------------------------------------------------------------+
|
|
|
7 |
* | Module projet, permet la création de projet, avec une gestion de la |
|
|
|
8 |
* | propriétés des documents... |
|
|
|
9 |
* +-----------------------------------------------------------------------+
|
|
|
10 |
* | Auteur : Alexandre Granier <alexandre@tela-botanica.org> |
|
|
|
11 |
* +-----------------------------------------------------------------------+
|
|
|
12 |
|
|
|
13 |
* $Id: pro_langue_fr.inc.php,v 1.8 2005/11/14 10:14:30 ddelon Exp $
|
|
|
14 |
*/
|
|
|
15 |
|
|
|
16 |
define ('PROJET_INSCRIT_AUCUN_PROJET', 'Vous n\'êtes inscrit à aucun projet<br />
|
|
|
17 |
- <a href="http://www.tela-botanica.org/page:aide_projet">Qu\'est-ce qu\'un projet ?</a><br />
|
|
|
18 |
Le réseau Tela Botanica est organié autour de projets, discussions ou
|
|
|
19 |
échanges lés à la botanique. Vous pouvez y participer en vous
|
|
|
20 |
inscrivant.') ;
|
|
|
21 |
?>
|