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.13 2006-04-19 13:51:25 alexandre_tb Exp $
|
13 |
* $Id: pro_langue_fr.inc.php,v 1.14 2006-07-04 09:33:28 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 39... |
Line 39... |
39 |
define ('PROJET_PERE', 'Projet père') ;
|
39 |
define ('PROJET_PERE', 'Projet père') ;
|
40 |
define ('PROJET_MODIFIER_PROPRIETES', 'Modifier le projet') ;
|
40 |
define ('PROJET_MODIFIER_PROPRIETES', 'Modifier le projet') ;
|
41 |
define ("PROJET_DESTRUCTION_PROJET", "Destruction d'un projet") ;
|
41 |
define ("PROJET_DESTRUCTION_PROJET", "Destruction d'un projet") ;
|
42 |
define ("PROJET_GESTION_UTILISATEUR", "Gérer les participants") ;
|
42 |
define ("PROJET_GESTION_UTILISATEUR", "Gérer les participants") ;
|
43 |
define ("PROJET_NOUVEAU_UTILISATEUR", "Nouveau participant") ;
|
43 |
define ("PROJET_NOUVEAU_UTILISATEUR", "Nouveau participant") ;
|
44 |
define ('PROJET_NOUVEAU_UTILISATEUR_LAIUS', 'Pour ajouter un utilisateur, inscrivez son adresse mail ci-contre et cliquer sur '.PROJET_NOUVEAU_UTILISATEUR) ;
|
44 |
define ('PROJET_NOUVEAU_UTILISATEUR_LAIUS', 'Pour ajouter un participant, inscrivez son adresse mail ci-contre et cliquer sur '.PROJET_NOUVEAU_UTILISATEUR) ;
|
45 |
define ("PROJET_MOD_UTILISATEUR", "Modification d'un utilisateur") ;
|
45 |
define ("PROJET_MOD_UTILISATEUR", "Modification d'un utilisateur") ;
|
46 |
define ("PROJET_DESTRUCTION_UTILISATEUR", "Suppression d'un utilisateur") ;
|
46 |
define ("PROJET_DESTRUCTION_UTILISATEUR", "Suppression d'un utilisateur") ;
|
47 |
define ("PROJET_VOIR_PROJET", "Voir le projet") ;
|
47 |
define ("PROJET_VOIR_PROJET", "Voir le projet") ;
|
48 |
define ('PROJET_S_INSCRIRE', 'S\'inscrire') ;
|
48 |
define ('PROJET_S_INSCRIRE', 'S\'inscrire') ;
|
49 |
define ('PROJET_SE_DESINSCRIRE_LISTE', 'Se désinscrire') ;
|
49 |
define ('PROJET_SE_DESINSCRIRE_LISTE', 'Se désinscrire') ;
|
Line 124... |
Line 124... |
124 |
define ('PROJET_DOMAINE_LISTE_REQUIRED', 'Le domaine est requis') ;
|
124 |
define ('PROJET_DOMAINE_LISTE_REQUIRED', 'Le domaine est requis') ;
|
125 |
define ('PROJET_MESSAGE_LISTE_DOUBLE', 'Un forum de ce nom la existe déjà') ;
|
125 |
define ('PROJET_MESSAGE_LISTE_DOUBLE', 'Un forum de ce nom la existe déjà') ;
|
126 |
define ('PROJET_PAS_DE_LISTE', 'Pas de forum') ;
|
126 |
define ('PROJET_PAS_DE_LISTE', 'Pas de forum') ;
|
127 |
define ('PROJET_FORUM', 'Forum') ;
|
127 |
define ('PROJET_FORUM', 'Forum') ;
|
128 |
if (!defined ('PROJET_PROPOSER_PROJET')) {
|
128 |
if (!defined ('PROJET_PROPOSER_PROJET')) {
|
129 |
define ('PROJET_PROPOSER_PROJET', '<h1>Proposer un projet</h1><p>' .
|
129 |
define ('PROJET_PROPOSER_PROJET', '<h1>Proposer un projet</h1><p>');
|
130 |
'Ouvrir un projet dans l?Agora, c?est créer un espace d?échange, de dialogues, d?information et de rencontres sur un projet individuel ou collectif.' .
|
- |
|
131 |
'Une fois remplis les champs ci dessous, vous pourrez bénéficier de toutes les fonctionnalités de l?AGORA.' .
|
- |
|
132 |
' A tout moment, vous pourrez, au travers du menu de droite, gérer votre projet, le modifier,' .
|
- |
|
133 |
' joindre des documents et dialoguer avec d?autres membres du réseau au travers de votre propre forum. ' .
|
- |
|
134 |
'Vous pouvez pour plus d?informations vous reporter au <a href="papyrus.php?menu=67">mode d?emploi de l?AGORA</a>.</p>');
|
- |
|
135 |
}
|
130 |
}
|
136 |
define ('PROJET_RETOUR_RESUME', 'Retour au résumé');
|
131 |
define ('PROJET_RETOUR_RESUME', 'Retour au résumé');
|
- |
|
132 |
|
- |
|
133 |
define ('PROJET_MODERE', 'Inscription modérée');
|
- |
|
134 |
define ('PROJET_NON_MODERE', 'Inscription non modérée');
|
- |
|
135 |
define ('PROJET_INSCRIPTION', 'Inscription') ;
|
- |
|
136 |
define ('PROJET_DEMANDE_INSCRIPTION', 'Demande d\'inscription au projet');
|
- |
|
137 |
define ('PROJET_EN_ATTENTE', 'en attente de validation');
|
137 |
// ========== Partie concernant l'upload de fichier =================================
|
138 |
// ========== Partie concernant l'upload de fichier =================================
|
Line 138... |
Line 139... |
138 |
|
139 |
|
139 |
define ("PROJET_DOCUMENT_DU_PROJET", "Documents du projet") ;
|
140 |
define ("PROJET_DOCUMENT_DU_PROJET", "Documents du projet") ;
|
140 |
define ('PROJET_FICHIERS_RECENTS', 'Les derniers documents du projet') ;
|
141 |
define ('PROJET_FICHIERS_RECENTS', 'Les derniers documents du projet') ;
|