Subversion Repositories Applications.projet

Rev

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

Rev 179 Rev 249
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.15 2007-03-22 16:02:40 alexandre_tb Exp $
13
*   $Id: pro_langue_fr.inc.php,v 1.16 2007-06-25 12:15:07 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 134... Line 134...
134
define ('PROJET_MODERE', 'Inscription modérée');
134
define ('PROJET_MODERE', 'Inscription modérée');
135
define ('PROJET_NON_MODERE', 'Inscription non modérée');
135
define ('PROJET_NON_MODERE', 'Inscription non modérée');
136
define ('PROJET_INSCRIPTION', 'Inscription') ;
136
define ('PROJET_INSCRIPTION', 'Inscription') ;
137
define ('PROJET_DEMANDE_INSCRIPTION', 'Demande d\'inscription au projet');
137
define ('PROJET_DEMANDE_INSCRIPTION', 'Demande d\'inscription au projet');
138
define ('PROJET_EN_ATTENTE', 'en attente de validation');
138
define ('PROJET_EN_ATTENTE', 'en attente de validation');
-
 
139
 
-
 
140
define ('PROJET_LAIUS_INSCRIPTION_MODERE', 'Votre demande d\'inscription au projet "nom_du_projet" a &eacute;t&eacute; enregistr&eacute;e et
-
 
141
est propos&eacute;e pour acceptation au coordonnateur du projet"<br /><br />
-
 
142
Un accus&eacute; r&eacute;ception vous sera envoy&eacute; à votre courriel d\'inscription
-
 
143
confirmant l\'acception de votre inscription.<br /><br />
-
 
144
Vous pourrez alors acc&eacute;der à toutes les fonctions du projet "nom_du_projet"');
-
 
145
 
139
// ========== Partie concernant l'upload de fichier =================================
146
// ========== Partie concernant l'upload de fichier =================================
Line 140... Line 147...
140
 
147
 
141
define ("PROJET_DOCUMENT_DU_PROJET", "Documents du projet") ;
148
define ("PROJET_DOCUMENT_DU_PROJET", "Documents du projet") ;
142
define ('PROJET_FICHIERS_RECENTS', 'Les derniers documents du projet') ;
149
define ('PROJET_FICHIERS_RECENTS', 'Les derniers documents du projet') ;
Line 163... Line 170...
163
define ("PROJET_FICHIER_SUPPRIMER", "Supprimer") ;
170
define ("PROJET_FICHIER_SUPPRIMER", "Supprimer") ;
164
define ('PROJET_CHOISISSEZ_REPERTOIRE', 'Choisissez un répertoire pour ce fichier') ;
171
define ('PROJET_CHOISISSEZ_REPERTOIRE', 'Choisissez un répertoire pour ce fichier') ;
165
define ('PROJET_CHANGER_REPERTOIRE', 'CHANGER UN FICHIER DE REPERTOIRE') ;
172
define ('PROJET_CHANGER_REPERTOIRE', 'CHANGER UN FICHIER DE REPERTOIRE') ;
166
define ('PROJET_FICHIER_A_DEPLACER', 'Fichier à déplacer : ') ;
173
define ('PROJET_FICHIER_A_DEPLACER', 'Fichier à déplacer : ') ;
167
define ('PROJET_DOCUMENT', 'Documents') ;
174
define ('PROJET_DOCUMENT', 'Documents') ;
168
 
-
 
-
 
175
define ('PROJET_AFFICHAGE_ARBORESCENT', 'Affichage arborescent');
-
 
176
define ('PROJET_AFFICHAGE_CLASSIQUE', 'Affichage classique');
169
// Création de répertoire
177
// Création de répertoire
170
define ("PROJET_REP", "R&eacute;pertoire du projet") ;
178
define ("PROJET_REP", "R&eacute;pertoire du projet") ;
171
define ("PROJET_REP_CREER", "Cr&eacute;ation d'un nouveau r&eacute;pertoire") ;
179
define ("PROJET_REP_CREER", "Cr&eacute;ation d'un nouveau r&eacute;pertoire") ;
172
define ("PROJET_REP_MODIFIER", "Modification d'un r&eacute;pertoire") ;
180
define ("PROJET_REP_MODIFIER", "Modification d'un r&eacute;pertoire") ;
173
define ("PROJET_REP_SUPPRIMER", "&ecirc;tes-vous s&ucirc;r de vouloir supprimer le r&eacute;pertoire") ;
181
define ("PROJET_REP_SUPPRIMER", "&ecirc;tes-vous s&ucirc;r de vouloir supprimer le r&eacute;pertoire") ;