Subversion Repositories Applications.projet

Rev

Rev 384 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 ddelon 1
<?php
2
/*  +-----------------------------------------------------------------------+
384 gduche 3
*   |pro_langue_fr.inc.php			    							            |
2 ddelon 4
*   +-----------------------------------------------------------------------+
384 gduche 5
*   | Copyright (c) 2001 - 2003	Tela Botanica   					        |
2 ddelon 6
*   +-----------------------------------------------------------------------+
431 mathias 7
*   | Module projet, permet la cr�ation de projet, avec une gestion de la   |
8
*   | propri�t�s des documents...                                           |
2 ddelon 9
*   +-----------------------------------------------------------------------+
384 gduche 10
*   | Auteur : Alexandre Granier <alexandre@tela-botanica.org> 		        |
2 ddelon 11
*   +-----------------------------------------------------------------------+
12
 
384 gduche 13
*   $Id: pro_langue_fr.inc.php,v 1.17 2008-02-08 09:05:21 alexandre_tb Exp $
2 ddelon 14
*/
15
 
16
 
384 gduche 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
 
431 mathias 102
// ========== Synth�se ===============================
384 gduche 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') ;
109
define ('PROJET_FICHIERS_RECENTS', 'Last uploaded files') ;
110
define ('PROJET_PAS_DE_DOCUMENTS', 'No associated documents') ;
111
 
2 ddelon 112
// ========== Partie concernant la description su projet =================================
113
define ("PROJET_ALERTE_TITRE", "The title field must be filled in") ;
114
define ("PROJET_DECONNEXION", "Sign off") ;
115
define ("PROJET_ADMINISTRATION", "Administration") ;
116
define ("PROJET_ADMINISTRATEUR", "Administrator") ;
117
define ("PROJET_NOUVEAU_PROJET", "New project") ;
118
define ("PROJET_DESTRUCTION_PROJET", "Cancel a project") ;
119
define ("PROJET_GESTION_UTILISATEUR", "Users administration") ;
120
define ("PROJET_NOUVEAU_UTILISATEUR", "New user") ;
121
define ("PROJET_MOD_UTILISATEUR", "User modification") ;
122
define ("PROJET_DESTRUCTION_UTILISATEUR", "Delete a user") ;
123
define ("PROJET_GERER", "Administrate") ;
124
define ("PROJET_GERER_FICHIER", "Files administration") ;
125
define ("PROJET_VOIR_PROJET", "To see the project") ;
126
define ("PROJET_VOIR_FICHIER", "See files") ;
127
define ("PROJET_PRENOM", "First name") ;
128
define ("PROJET_MAIL", "E-mail") ;
129
define ("PROJET_LABEL_PAYS", "Country") ;
130
define ("PROJET_DATE_INSCRIPTION", "Registration date") ;
131
define ("PROJET_STATUT", "Status") ;
132
define ("PROJET_CHEF", "Coordinator") ;
133
define ("PROJET_PAS_D_INSCRIT", "No registered user") ;
134
define ("PROJET_PARTICIPER", "Projects you are participating in") ;
135
define ("PROJET_VOUS_PARTICIPEZ", "you are participating in") ;
136
define ("PROJET_TOUS", "all projects.") ;
137
define ("PROJET_PROJETS", "projects") ;
138
define ("PROJET_VOTRE_STATUT", "Your status") ;
139
define ("PROJET_ACTION", "Action") ;
140
define ("PROJET_DESTRUCTION_LAIUS", "The cancellation of a project implies the end of all the rights of its".
141
		"users, as well as the links with other projects.") ;
142
define ("PROJET_DESTRUCTION_EFFECTUEE", "Cancellation done") ;
143
define ("PROJET_GESTION_PROJET", "Project administration") ;
144
define ("PROJET_EN_TANT_QUE", "As") ;
145
define ("PROJET_INTERVENIR", "You can take part in the following items") ;
146
define ("PROJET_PROPRIETES", "Project ownership") ;
147
define ("PROJET_SELECTIONNER", "Select a target directory") ;
148
define ("PROJET_PB_COPIE", "A problem has been encountered while copying") ;
149
define ("PROJET_RETABLISSEMENT", "Restoration of the data base") ;
150
define ("PROJET_RETBLISSEMENT_EFFECTUE", "Restoration done. You can try again.") ;
151
define ("PROJET_METTRE_FICHIER", "Publish a file on line") ;
152
define ("PROJET_CREER_REP", "Create a directory") ;
153
define ("PROJET_FICHIERS_ASSOCIES", "Files associated to this project") ;
154
define ("PROJET_FICHIERS_NOM", "Name") ;
155
define ("PROJET_FICHIERS_CREE_LE", "Created on the") ;
156
define ("PROJET_FICHIERS_PAR", "By") ;
157
define ("PROJET_FICHIERS_TAILLE", "Size") ;
158
define ("PROJET_RACINE", "Usenet hierarchy") ;
159
define ("PROJET_FICHIERS_VISIBILITE", "Visibility") ;
160
define ("PROJET_FICHIERS_ACTION", "Action") ;
161
define ("PROJET_LEGENDE", "Legend") ;
162
define ("PROJET_LEGENDE_DEPLACE", "Move a file") ;
163
define ("PROJET_LEGENDE_MODIFIE", "Modify the informations of a document") ;
164
define ("PROJET_LEGENDE_SUPPR", "Delete a file") ;
165
 
166
define ("PROJET_EMAIL", "E-mail") ;
167
define ("PROJET_MOT_DE_PASSE", "Password") ;
168
define ("PROJET_TEXTE_PERDU", "If you forgot your password, enter your e-mail address in the Login ".
169
		"field below and click on Validate");
170
 
171
// ========== Partie concernant l'upload de fichier =================================
172
 
173
define ("PROJET_DOCUMENT_DU_PROJET", "Project document") ;
174
define ("PROJET_FICHIER_MISE_EN_LIGNE", "Publish a file online, step 1") ;
175
define ("PROJET_FICHIER_NOM_DOCUMENT", "Name of the document") ;
176
define ("PROJET_FICHIER_NOM_DOCUMENT_EXPLICATION", "Enter an explicit name since it will correspond to the text giving ".
177
						"access to the file with a click.") ;
178
define ("PROJET_FICHIER_DESCRIPTION", "Description") ;
179
define ("PROJET_FICHIER_PUBLIC", "All type of users") ;
180
define ("PROJET_FICHIER_PRIVEE", "Project only") ;
181
define ("PROJET_FICHIER_LE_FICHIER", "The file") ;
182
define ("PROJET_FICHIER_CONTINUER", "Continue") ;
183
define ("PROJET_FICHIER_MISE_EN_LIGNE_2", "Publish a file online, step 2") ;
184
define ("PROJET_FICHIER_LABEL", "Label") ;
185
define ("PROJET_FICHIER_TYPE", "Type") ;
186
define ("PROJET_FICHIER_TRANSFERT_T", "File transfer done...") ;
187
define ("PROJET_FICHIER_VALIDER", "Validate") ;
384 gduche 188
define ("PROJET_FICHIER_MODIFIER", "Edit") ;
2 ddelon 189
define ("PROJET_FICHIER_COLLER", "PASTE") ;
190
define ("", "CANCEL") ;
191
 
192
// Directory creation
193
define ("PROJET_REP", "Project directory") ;
194
define ("PROJET_REP_CREER", "Creation of a new directory") ;
195
define ("PROJET_REP_MODIFIER", "Modification of a directory") ;
196
define ("PROJET_REP_SUPPRIMER", "Are you sure you want to delete this directory.") ;
197
 
198
// ========== Partie concernant les wikini ===========================================
199
 
15 ddelon 200
define ('PROJET_ASSOCIER_WIKI', 'Associer un wikini') ;
2 ddelon 201
define ("PROJET_WIKINI_POSSEDE", "This project has a wiki site") ;
202
define ("PROJET_WIKINI_ALLER", "Go on the wiki site") ;
203
define ("PROJET_WIKINI_SUPPRIMER", "Supress wiki ") ;
204
define ("PROJET_WIKINI_CHOISIR_NOM", "Choose a name for the wiki") ;
205
define ("PROJET_WIKINI_NOM_EXPLICATION", "The name has to be in wiki format, this means without accents, without ".
206
					"spaces and with at least two capital letters. ex MyProject.") ;
207
define ("PROJET_WIKINI_NOM_INVALIDE", "This is not a valid wiki name") ;
208
define ("PROJET_WIKINI_NOM_EXISTE", "This wiki name already exists!") ;
209
define ("PROJET_LISTE_PARTICIPANT", "Participants list") ;
210
define ("PROJET_LISTE_PARTICIPANT_LAIUS", "As project manager you are allowed to modify the status of the ".
211
					"participants or unsubscribe them if necessary.<br />  ".
212
					"Attention! this action can have some consequences...<br /> ".
213
					"As project manager, you cannot modify your own status. If you wish to ".
214
					"leave this function, ask the system administrator. &nbsp;&nbsp; ");
215
define ("PROJET_DESINSCRIRE_SUR", "Are you sure you want to unsubscribe?") ;
216
 
217
// ========== Labels pour projet_liste ===========================================
218
 
219
define ("PROJET_LISTE", "Projects list") ;
220
define ("PROJET_NOMBRE_EN_COURS", "Number of projects in progress") ;
221
 
222
// ========== Labels pour projet_inscription ===========================================
223
define ("PROJET_PROJET", "Project") ;
224
define ("PROJET_VOTRE_STATUT", "Your status") ;
225
define ("BAZ_EST_INSCRIT_COMME", "is registered as") ;
226
define ("BAZ_PAS_INSCRIT", "is not registered for this project") ;
227
define ("BAZ_JE_SOUHAITE", "I want to be a member of the project's team") ;
228
define ("BAZ_INSCRIT_CONTRIBUTEUR", "I want to be an active member in this project") ;
229
define ("BAZ_INSCRIT_OBSERVATEUR", "I want to be an observer in this project") ;
230
define ("BAZ_LAIUS_CONTRIBUTEUR", "Active members work in collaboration with the project manager and with members of the team. They appear as co-author of resulting achievements.") ;
231
define ("BAZ_LAIUS_OBSERVATEUR", "If you do not have the opportunity or skills to be an active member, you can still register as an observer in order to bring your own personal remarks throughout the steps of the project. However you will not be considered as co-author.") ;
232
define ("BAZ_INSCRIT_SUPPRIMER", "I don't want to be part of the project team") ;
233
define ("BAZ_LAIUS_DESINSCRIPTION", "You do not wish to be part of the project team. You can still register in the future.") ;
234
define ("BAZ_VALIDER", "Update changes") ;
235
define ("BAZ_ANNULER", "Cancel") ;
236
define ("BAZ_RETOUR_LISTE", "Back to project list") ;
237
 
431 mathias 238
define ("BAZ_MAIL_DEMANDE_INSCRIPTION_SUJET", "I-Jumelage : une personne souhaite s'inscrire � un projet ") ;
2 ddelon 239
define ("BAZ_MAIL_DEMANDE_INSCRIPTION_CORPS_1", "La personne avec le mail suivant :\n") ;
240
define ("BAZ_MAIL_DEMANDE_INSCRIPTION_CORPS_2", "\nsouhaite s'inscrire au projet : \n") ;
431 mathias 241
define ("BAZ_MAIL_DEMANDE_INSCRIPTION_CORPS_3", "\nEn tant que coordinateur, vous devez mod�rer cette inscription.") ;
2 ddelon 242
define ("BAZ_DEMANDE_INSCRIPTION_PRISE_EN_COMPTE", "Votre demande d'inscription a &eacute;t;&eacute; transmise aux coordinateurs du projet") ;
243
?>