Subversion Repositories Applications.projet

Rev

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

Rev 126 Rev 179
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.14 2006-07-04 09:33:28 alexandre_tb Exp $
13
*   $Id: pro_langue_fr.inc.php,v 1.15 2007-03-22 16:02:40 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 23... Line 23...
23
define ('PROJET_TEXTE_PARTICIPANT_NON_IDENTIFIE', 'Vous n\'êtes pas identifié. Identifiez-vous pour accéder à la liste des participants') ;
23
define ('PROJET_TEXTE_PARTICIPANT_NON_IDENTIFIE', 'Vous n\'êtes pas identifié. Identifiez-vous pour accéder à la liste des participants') ;
Line 24... Line 24...
24
 
24
 
Line 25... Line 25...
25
// ========== Partie concernant la description su projet =================================
25
// ========== Partie concernant la description su projet =================================
-
 
26
 
26
 
27
define ('PROJET_PROJET', 'Projet') ;
27
define ('PROJET_PROJET', 'Projet') ;
28
define ('PROJET_PAS_DE_PROJET', 'Il n\'y a aucun projet pour le moment.');
28
define ("PROJET_ALERTE_TITRE", "Le champs titre ne doit pas &ecirc;tre vide") ;
29
define ("PROJET_ALERTE_TITRE", "Le champs titre ne doit pas &ecirc;tre vide") ;
29
define ("PROJET_TITRE", "Titre") ;
30
define ("PROJET_TITRE", "Titre") ;
30
if (!defined ('PROJET_RESUME')) {
31
if (!defined ('PROJET_RESUME')) {