Subversion Repositories Applications.projet

Rev

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

Rev 249 Rev 280
Line 8... Line 8...
8
*   | propriétés des documents...                                           |
8
*   | propriétés des documents...                                           |
9
*   +-----------------------------------------------------------------------+
9
*   +-----------------------------------------------------------------------+
10
*   | Auteur : Alexandre Granier <alexandre@tela-botanica.org> 		        |
10
*   | Auteur : Alexandre Granier <alexandre@tela-botanica.org> 		        |
11
*   +-----------------------------------------------------------------------+
11
*   +-----------------------------------------------------------------------+
Line 12... Line 12...
12
 
12
 
13
*   $Id: pro_langue_fr.inc.php,v 1.16 2007-06-25 12:15:07 alexandre_tb Exp $
13
*   $Id: pro_langue_fr.inc.php,v 1.17 2008-02-08 09:05:21 alexandre_tb Exp $
Line 14... Line 14...
14
*/
14
*/
15
 
15
 
16
if (file_exists(PROJET_CHEMIN_APPLI.'langues/pro_langue_fr.local.php')) {
16
if (file_exists(PROJET_CHEMIN_APPLI.'langues/pro_langue_fr.local.php')) {
Line 17... Line 17...
17
	include_once PROJET_CHEMIN_APPLI.'langues/pro_langue_fr.local.php' ;
17
	include_once PROJET_CHEMIN_APPLI.'langues/pro_langue_fr.local.php' ;
Line 18... Line 18...
18
}
18
}
19
 
19
 
Line 20... Line 20...
20
// LA liste des projet
20
// LA liste des projet
Line 21... Line 21...
21
 
21
 
Line 220... Line 220...
220
// ========== Labels pour projet_liste ===========================================
220
// ========== Labels pour projet_liste ===========================================
Line 221... Line 221...
221
 
221
 
222
define ("PROJET_LISTE", "Liste des projets") ;
222
define ("PROJET_LISTE", "Liste des projets") ;
223
define ('PROJET_TOUS_LES_PROJETS', 'Les autres projets du réseau') ;
223
define ('PROJET_TOUS_LES_PROJETS', 'Les autres projets du réseau') ;
224
define ("PROJET_NOMBRE_EN_COURS" ,"Nombre de projets en cours") ;
224
define ("PROJET_NOMBRE_EN_COURS" ,"Nombre de projets en cours") ;
225
define ('PROJET_INSCRIT_AUCUN_PROJET', 'Vous n\'êtes inscrit à aucun projet<br />
-
 
226
- <a href="http://testv4.tela-botanica.org/papyrus.php?menu=158">Qu\'est-ce qu\'un projet ?</a><br />
-
 
227
Le réseau Tela Botanica est organisé autour de projets, discussions ou
-
 
228
échanges liés à  la botanique. Vous pouvez y participer en vous
-
 
229
inscrivant.') ;
225
define ('PROJET_INSCRIT_AUCUN_PROJET', 'Vous n\'êtes inscrit à aucun projet<br />') ;
230
define ('PROJET_CREATION_LISTE', 'Création d\'un forum de discussion') ;
226
define ('PROJET_CREATION_LISTE', 'Création d\'un forum de discussion') ;
231
define ('PROJET_LISTES_EXTERNES_ASSOCIEES', 'Forum associé du projet') ;
227
define ('PROJET_LISTES_EXTERNES_ASSOCIEES', 'Forum associé du projet') ;
Line 232... Line 228...
232
define ('PROJET_REFERENCER_LISTE', 'Référencer un forum externe') ;
228
define ('PROJET_REFERENCER_LISTE', 'Référencer un forum externe') ;