Line 1... |
Line 1... |
1 |
<?php
|
1 |
<?php
|
2 |
/* +-----------------------------------------------------------------------+
|
2 |
/* +-----------------------------------------------------------------------+
|
3 |
* |pro_langue_en.inc.php |
|
3 |
* |pro_langue_fr.inc.php |
|
4 |
* +-----------------------------------------------------------------------+
|
4 |
* +-----------------------------------------------------------------------+
|
5 |
* | Copyright (c) 2001 - 2004 Tela Botanica |
|
5 |
* | Copyright (c) 2001 - 2003 Tela Botanica |
|
6 |
* +-----------------------------------------------------------------------+
|
6 |
* +-----------------------------------------------------------------------+
|
7 |
* | Module projet, permet la création de projet, avec une gestion de la |
|
7 |
* | Module projet, permet la création de projet, avec une gestion de la |
|
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_en.inc.php,v 1.3 2005-09-28 16:29:39 ddelon Exp $
|
13 |
* $Id: pro_langue_fr.inc.php,v 1.17 2008-02-08 09:05:21 alexandre_tb Exp $
|
Line -... |
Line 14... |
- |
|
14 |
*/
|
- |
|
15 |
|
- |
|
16 |
|
- |
|
17 |
// LA liste des projet
|
- |
|
18 |
|
- |
|
19 |
define ('PROJET_TEXTE_NON_IDENTIFIE', 'You are not logged in. Log in to access your projects or to subscribe projects') ;
|
- |
|
20 |
define ('PROJET_TEXTE_PARTICIPANT_NON_IDENTIFIE', 'You are not logged in. Log in to access the participant list.') ;
|
- |
|
21 |
define ('PROJET_S_INSCRIRE', 'Subscribe') ;
|
- |
|
22 |
define ('PROJET_S_INSCRIRE_AU_PROJET', 'Subscribe to this project') ;
|
- |
|
23 |
define ('PROJET_MESSAGE_LISTE_PRIVEE', 'This list is private. You have to be logged in to access.') ;
|
- |
|
24 |
define ('PROJET_VOUS_ETES', 'You are ') ;
|
- |
|
25 |
define ('PROJET_VOUS_N_ETES_PAS_INSCRIT', 'You are not member of this project') ;
|
- |
|
26 |
define ('PROJET_VOUS_ETES_PARTICIPANT', 'You are a member of this project') ;
|
- |
|
27 |
define ('PROJET_CONTRIBUTEUR', 'Participants') ;
|
- |
|
28 |
define ('PROJET_INSCRIPTION_PROJET', 'Project subscription') ;
|
- |
|
29 |
define ('PROJET_MESSAGE_LISTE', 'Forum messages') ;
|
- |
|
30 |
define ('PROJET_INSCRIPTION_LISTE_NORMAL', 'I want a copy of each message in my email box') ;
|
- |
|
31 |
define ('PROJET_INSCRIPTION_PAS_DE_MAIL', 'I don\'t want to receive email. I will consult messages via the Forum tab.') ;
|
- |
|
32 |
define ("PROJET_FICHIER_ANNULER", "Cancel") ;
|
- |
|
33 |
define ('PROJET_LAIUS_INSCRIPTION_MODERE', 'Your subscription demand has been transfered to project manager. A confirmation email will be sent to you as soon as you subription will be accepted. Then you will have access to every function');
|
- |
|
34 |
define ('PROJET_FERMER_FENETRE', 'Close window');
|
- |
|
35 |
|
- |
|
36 |
define ('PROJET_EN_ATTENTE', 'Waiting validation by project manager');
|
- |
|
37 |
define ('PROJET_MODERE', 'Moderate subscription');
|
- |
|
38 |
define ('PROJET_NON_MODERE', 'Free subscription');
|
- |
|
39 |
define ('PROJET_INSCRIPTION', 'Inscription') ;
|
- |
|
40 |
define ("PROJET_NOUVEAU_UTILISATEUR", "New user") ;
|
- |
|
41 |
|
- |
|
42 |
define ('PROJET_NOM', 'First name');
|
- |
|
43 |
define ('PROJET_PRENOM', 'Last name');
|
- |
|
44 |
define ('PROJET_MAIL', 'Email');
|
- |
|
45 |
define ('PROJET_DATE_INSCRIPTION', 'Subscription date');
|
- |
|
46 |
define ('PROJET_STATUT', 'Status');
|
- |
|
47 |
define ('PROJET_LISTE_DE_DISCUSSION', 'Forum');
|
- |
|
48 |
define ('PROJET_FICHIER_SUPPRIMER', 'Delete');
|
- |
|
49 |
|
- |
|
50 |
define('PROJET_INSCRIT', 'Registered');
|
- |
|
51 |
define('PROJET_NON_INSCRIT', 'Non registered');
|
- |
|
52 |
define ('PROJET_SE_DESINSCRIRE', 'Unsubscribe project') ;
|
- |
|
53 |
define ('PROJET_DOCUMENT', 'Documents') ;
|
- |
|
54 |
define ('PROJET_FORUM', 'Forum') ;
|
- |
|
55 |
|
- |
|
56 |
define ('PROJET_ADRESSE_ECRIRE', 'Email adress to write to forum') ;
|
- |
|
57 |
define ('PROJET_TOUS_LES_MESSAGES', 'All the messages') ;
|
- |
|
58 |
|
- |
|
59 |
define ("PROJET_ECRIRE_LISTE", "Send a message") ;
|
- |
|
60 |
define ('PROJET_NE_PAS_RECEVOIR_MESSAGES', 'Do not receive messages by mail') ;
|
- |
|
61 |
define ('PROJET_CREER_LISTE', 'Create a Forum') ;
|
- |
|
62 |
define ('PROJET_LISTE_DE_DISCUSSION', 'Forum') ;
|
- |
|
63 |
define ('PROJET_SUPPRIMER_LISTE', 'Delete Forum') ;
|
- |
|
64 |
define ('PROJET_SUPPRIMER_LISTE_CONFIRMATION', 'Delete forum ?') ;
|
- |
|
65 |
define ('PROJET_NOM_DE_LA_LISTE', 'Forum name') ;
|
- |
|
66 |
define ('PROJET_NOM_DE_LA_LISTE_REQUIRED', 'Forum name is required') ;
|
- |
|
67 |
define ('PROJET_DOMAINE_DE_LA_LISTE', 'Forum domain') ;
|
- |
|
68 |
define ('PROJET_DOMAINE_LISTE_REQUIRED', 'Domain is required') ;
|
- |
|
69 |
define ('PROJET_MESSAGE_LISTE_DOUBLE', 'Forum already exists') ;
|
- |
|
70 |
define ('PROJET_PAS_DE_LISTE', 'No forum') ;
|
- |
|
71 |
define ('PROJET_FORUM', 'Forum') ;
|
- |
|
72 |
if (!defined ('PROJET_PROPOSER_PROJET')) {
|
- |
|
73 |
define ('PROJET_PROPOSER_PROJET', '<h1>Propose a project</h1><p>');
|
- |
|
74 |
}
|
- |
|
75 |
define ('PROJET_RETOUR_RESUME', 'Back to summary');
|
- |
|
76 |
define ('PROJET_REFERENCER_LISTE', 'Associate an external forum') ;
|
- |
|
77 |
define ('PROJET_MODIFIER_PROPRIETES', 'Edit project') ;
|
- |
|
78 |
define ('PROJET_SUPPRIMER_LE_PROJET', 'Delete project') ;
|
- |
|
79 |
define ('PROJET_SUPPRIMER_PROJET_CONFIRMATION', 'Delete project ?') ;
|
- |
|
80 |
define ('PROJET_CREER_WIKI', 'Manage wikinis') ;
|
- |
|
81 |
define ('PROJET_ASSOCIER_WIKI', 'Associate a Wikini');
|
- |
|
82 |
|
- |
|
83 |
define ('PROJET_NOUVEAU_UTILISATEUR_LAIUS', 'For adding one new participant, fill-in the mail field and click on '.PROJET_NOUVEAU_UTILISATEUR) ;
|
- |
|
84 |
define ("PROJET_FICHIER_COUPER", "Move") ;
|
- |
|
85 |
|
- |
|
86 |
define ("PROJET_CHAMPS_REQUIS", "Required fields") ;
|
- |
|
87 |
|
- |
|
88 |
define ("PROJET_MAIL_TITRE", "Title") ;
|
- |
|
89 |
define ("PROJET_MAIL_TITRE_REQUIS", "Title is required") ;
|
- |
|
90 |
define ("PROJET_MAIL_CORPS", "Body") ;
|
- |
|
91 |
|
- |
|
92 |
define ('PROJET_LISTES_ASSOCIEES', 'Forum associated to project') ;
|
- |
|
93 |
define ('PROJET_RECEVOIR_MESSAGES', 'Receive forum message by mail') ;
|
- |
|
94 |
define ("PROJET_TITRE", "Title") ;
|
- |
|
95 |
|
- |
|
96 |
|
- |
|
97 |
// ========== Onglets ===============================
|
- |
|
98 |
define ('PROJET_SYNTHESE', 'Summary') ;
|
- |
|
99 |
define ('PROJET_DESCRIPTION', 'Description') ;
|
- |
|
100 |
define ('PROJET_WIKINI', 'Wikini') ;
|
- |
|
101 |
|
- |
|
102 |
// ========== Synthèse ===============================
|
- |
|
103 |
define ('PROJET_RESUME', 'Summary') ;
|
- |
|
104 |
define ('PROJET_WIKI_ASSOCIE', 'Linked wiki') ;
|
- |
|
105 |
define ('PROJET_ALLER_SUR_WIKINI', 'Go to wiki') ;
|
- |
|
106 |
define ('PROJET_ESPACE_INTERNET', 'Home page') ;
|
- |
|
107 |
define ('PROJET_PAS_DE_SITE', 'No external website') ;
|
- |
|
108 |
define ('PROJET_DERNIERS_MESSAGES', 'Last message in the discussion list') ;
|
14 |
*/
|
109 |
define ('PROJET_FICHIERS_RECENTS', 'Last uploaded files') ;
|
15 |
|
110 |
define ('PROJET_PAS_DE_DOCUMENTS', 'No associated documents') ;
|
16 |
|
111 |
|
17 |
// ========== Partie concernant la description su projet =================================
|
112 |
// ========== Partie concernant la description su projet =================================
|
18 |
define ("PROJET_ALERTE_TITRE", "The title field must be filled in") ;
|
113 |
define ("PROJET_ALERTE_TITRE", "The title field must be filled in") ;
|
Line 71... |
Line 166... |
71 |
define ("PROJET_EMAIL", "E-mail") ;
|
166 |
define ("PROJET_EMAIL", "E-mail") ;
|
72 |
define ("PROJET_MOT_DE_PASSE", "Password") ;
|
167 |
define ("PROJET_MOT_DE_PASSE", "Password") ;
|
73 |
define ("PROJET_TEXTE_PERDU", "If you forgot your password, enter your e-mail address in the Login ".
|
168 |
define ("PROJET_TEXTE_PERDU", "If you forgot your password, enter your e-mail address in the Login ".
|
74 |
"field below and click on Validate");
|
169 |
"field below and click on Validate");
|
Line 75... |
Line -... |
75 |
|
- |
|
76 |
|
170 |
|
Line 77... |
Line 171... |
77 |
// ========== Partie concernant l'upload de fichier =================================
|
171 |
// ========== Partie concernant l'upload de fichier =================================
|
78 |
|
172 |
|
79 |
define ("PROJET_DOCUMENT_DU_PROJET", "Project document") ;
|
173 |
define ("PROJET_DOCUMENT_DU_PROJET", "Project document") ;
|
Line 89... |
Line 183... |
89 |
define ("PROJET_FICHIER_MISE_EN_LIGNE_2", "Publish a file online, step 2") ;
|
183 |
define ("PROJET_FICHIER_MISE_EN_LIGNE_2", "Publish a file online, step 2") ;
|
90 |
define ("PROJET_FICHIER_LABEL", "Label") ;
|
184 |
define ("PROJET_FICHIER_LABEL", "Label") ;
|
91 |
define ("PROJET_FICHIER_TYPE", "Type") ;
|
185 |
define ("PROJET_FICHIER_TYPE", "Type") ;
|
92 |
define ("PROJET_FICHIER_TRANSFERT_T", "File transfer done...") ;
|
186 |
define ("PROJET_FICHIER_TRANSFERT_T", "File transfer done...") ;
|
93 |
define ("PROJET_FICHIER_VALIDER", "Validate") ;
|
187 |
define ("PROJET_FICHIER_VALIDER", "Validate") ;
|
94 |
define ("PROJET_FICHIER_MODIFIER", "MODIFY-") ;
|
188 |
define ("PROJET_FICHIER_MODIFIER", "Edit") ;
|
95 |
define ("PROJET_FICHIER_COLLER", "PASTE") ;
|
189 |
define ("PROJET_FICHIER_COLLER", "PASTE") ;
|
96 |
define ("", "CANCEL") ;
|
190 |
define ("", "CANCEL") ;
|
Line 97... |
Line 191... |
97 |
|
191 |
|
98 |
// Directory creation
|
192 |
// Directory creation
|
Line 145... |
Line 239... |
145 |
define ("BAZ_MAIL_DEMANDE_INSCRIPTION_CORPS_1", "La personne avec le mail suivant :\n") ;
|
239 |
define ("BAZ_MAIL_DEMANDE_INSCRIPTION_CORPS_1", "La personne avec le mail suivant :\n") ;
|
146 |
define ("BAZ_MAIL_DEMANDE_INSCRIPTION_CORPS_2", "\nsouhaite s'inscrire au projet : \n") ;
|
240 |
define ("BAZ_MAIL_DEMANDE_INSCRIPTION_CORPS_2", "\nsouhaite s'inscrire au projet : \n") ;
|
147 |
define ("BAZ_MAIL_DEMANDE_INSCRIPTION_CORPS_3", "\nEn tant que coordinateur, vous devez modérer cette inscription.") ;
|
241 |
define ("BAZ_MAIL_DEMANDE_INSCRIPTION_CORPS_3", "\nEn tant que coordinateur, vous devez modérer cette inscription.") ;
|
148 |
define ("BAZ_DEMANDE_INSCRIPTION_PRISE_EN_COMPTE", "Votre demande d'inscription a ét;é transmise aux coordinateurs du projet") ;
|
242 |
define ("BAZ_DEMANDE_INSCRIPTION_PRISE_EN_COMPTE", "Votre demande d'inscription a ét;é transmise aux coordinateurs du projet") ;
|
149 |
?>
|
243 |
?>
|
150 |
|
- |
|