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 été enregistrée et
|
- |
|
141 |
est proposée pour acceptation au coordonnateur du projet"<br /><br />
|
- |
|
142 |
Un accusé réception vous sera envoyé à votre courriel d\'inscription
|
- |
|
143 |
confirmant l\'acception de votre inscription.<br /><br />
|
- |
|
144 |
Vous pourrez alors accé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épertoire du projet") ;
|
178 |
define ("PROJET_REP", "Répertoire du projet") ;
|
171 |
define ("PROJET_REP_CREER", "Création d'un nouveau répertoire") ;
|
179 |
define ("PROJET_REP_CREER", "Création d'un nouveau répertoire") ;
|
172 |
define ("PROJET_REP_MODIFIER", "Modification d'un répertoire") ;
|
180 |
define ("PROJET_REP_MODIFIER", "Modification d'un répertoire") ;
|
173 |
define ("PROJET_REP_SUPPRIMER", "êtes-vous sûr de vouloir supprimer le répertoire") ;
|
181 |
define ("PROJET_REP_SUPPRIMER", "êtes-vous sûr de vouloir supprimer le répertoire") ;
|