Subversion Repositories eFlore/Applications.coel

Rev

Rev 932 | Rev 961 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 932 Rev 954
1
package org.tela_botanica.client.i18n;
1
package org.tela_botanica.client.i18n;
2
 
2
 
3
import com.google.gwt.i18n.client.ConstantsWithLookup;
3
import com.google.gwt.i18n.client.ConstantsWithLookup;
4
 
4
 
5
public interface Constantes extends ConstantsWithLookup{
5
public interface Constantes extends ConstantsWithLookup{
6
	// Application
6
	// Application
7
	String appliNom();
7
	String appliNom();
8
	String appliCode();
8
	String appliCode();
9
	String appliVersionNumero();
9
	String appliVersionNumero();
10
	String appliVersionCode();
10
	String appliVersionCode();
11
	
11
	
12
	// Identification
12
	// Identification
13
	String modeAnonyme();
13
	String modeAnonyme();
14
	String licence();
14
	String licence();
15
	
15
	
16
	// Général
16
	// Général
17
	String id();
17
	String id();
18
	String chargement();
18
	String chargement();
19
	String oui();
19
	String oui();
20
	String non();
20
	String non();
21
	String ok();
21
	String ok();
22
	String autres();
22
	String autres();
23
	String nom();
23
	String nom();
24
	String date();
24
	String date();
25
	String lieu();
25
	String lieu();
26
	String informationTitreGenerique();
26
	String informationTitreGenerique();
-
 
27
	String total();
27
 
28
 
28
	// Boutons
29
	// Boutons
29
	String ajouter();
30
	String ajouter();
30
	String modifier();
31
	String modifier();
31
	String supprimer();
32
	String supprimer();
32
	String rafraichir();
33
	String rafraichir();
33
	String reinitialiser();
34
	String reinitialiser();
34
	String appliquer();
35
	String appliquer();
35
	String annuler();
36
	String annuler();
36
	String valider();
37
	String valider();
37
	
38
	
38
	// Formulaire
39
	// Formulaire
39
	String champObligatoire();
40
	String champObligatoire();
40
	String champNumerique();
41
	String champNumerique();
41
	String projetChamp();
42
	String projetChamp();
42
	String erreurSaisieTitre();
43
	String erreurSaisieTitre();
43
	String demanderValeur();
44
	String demanderValeur();
44
	String valeurDejaPresente();
45
	String valeurDejaPresente();
45
	
46
	
46
	// Téléphone
47
	// Téléphone
47
	String FIX();
48
	String FIX();
48
	String GSM();
49
	String GSM();
49
	String FAX();
50
	String FAX();
50
	String PORT1();
51
	String PORT1();
51
	String PORT2();
52
	String PORT2();
52
	
53
	
53
	// Menu
54
	// Menu
54
	String titreMenu();
55
	String titreMenu();
55
	String txtListeProjetDefaut();
56
	String txtListeProjetDefaut();
56
	String menuAccueil();
57
	String menuAccueil();
57
	String menuProjet();
58
	String menuProjet();
58
	String menuStructure();
59
	String menuStructure();
59
	String menuCollection();
60
	String menuCollection();
60
	String menuPersonne();
61
	String menuPersonne();
61
	String menuPublication();
62
	String menuPublication();
62
	
63
	
63
	// Accueil
64
	// Accueil
64
	String accueilEnregistrement();
65
	String accueilEnregistrement();
65
	String accueilEnregistrementSucces();
66
	String accueilEnregistrementSucces();
66
	
67
	
67
	// Structure : titres
68
	// Structure : titres
68
	String titreStructureListe();
69
	String titreStructureListe();
69
	String titreAjoutFormStructurePanneau();
70
	String titreAjoutFormStructurePanneau();
70
	String titreModifFormStructurePanneau();
71
	String titreModifFormStructurePanneau();
71
	
72
	
72
	// Structure : actions
73
	// Structure : actions
73
	String suppressionStructure();
74
	String suppressionStructure();
74
	String suppressionStructureAPersonne();
75
	String suppressionStructureAPersonne();
75
		
76
		
76
	// Structure : identification
77
	// Structure : identification
77
	String structureInfoGeneral();
78
	String structureInfoGeneral();
78
	String titreCommunication();
79
	String titreCommunication();
79
	String titreAdministratif();
80
	String titreAdministratif();
80
	String acronyme();
81
	String acronyme();
81
	String acces();
82
	String acces();
82
	String dateFondation();
83
	String dateFondation();
83
	String nbrePersonnel();
84
	String nbrePersonnel();
84
	String description();
85
	String description();
85
	String adresse();
86
	String adresse();
86
	String codePostal();
87
	String codePostal();
87
	String ville();
88
	String ville();
88
	String region();
89
	String region();
89
	String pays();
90
	String pays();
90
	String telephone();
91
	String telephone();
91
	String courriel();
92
	String courriel();
92
	String siteWeb();
93
	String siteWeb();
93
	
94
	
94
	// Structure : personnel
95
	// Structure : personnel
95
	String structureInfoPersonnel();
96
	String structureInfoPersonnel();
96
	String titrePersonnel();
97
	String titrePersonnel();
97
	String titreMembre();
98
	String titreMembre();
98
	String nbrePersonnelCollection();
99
	String nbrePersonnelCollection();
99
	String fonction();
100
	String fonction();
100
	String courrielPrincipal();
101
	String courrielPrincipal();
101
	String statut();
102
	String statut();
102
	String tpsTravail();
103
	String tpsTravail();
103
	String specialite();
104
	String specialite();
104
	String boolContact();
105
	String boolContact();
105
 
106
 
106
	// Structure : conservation
107
	// Structure : conservation
107
	String structureInfoConservation();
108
	String structureInfoConservation();
108
	String titreLocal();
109
	String titreLocal();
109
	String localSpecifique();
110
	String localSpecifique();
110
	String titreConservationPersonnel();
111
	String titreConservationPersonnel();
111
	String formation();
112
	String formation();
112
	String formationInteret();
113
	String formationInteret();
113
	String meubleSpecifique();
114
	String meubleSpecifique();
114
	String localParametre();
115
	String localParametre();
115
	String conservationEnCommun();
116
	String conservationEnCommun();
116
	String accesControle();
117
	String accesControle();
117
	String titreOperation();
118
	String titreOperation();
118
	String restauration();
119
	String restauration();
119
	String materielConservation();
120
	String materielConservation();
120
	String traitement();
121
	String traitement();
121
	String titreAcquisition();
122
	String titreAcquisition();
122
	String acquisitionCollection();
123
	String acquisitionCollection();
123
	String acquisitionEchantillon();
124
	String acquisitionEchantillon();
124
	String acquisitionTraitement();
125
	String acquisitionTraitement();
125
	String acquisitionTraitementInsecte();
126
	String acquisitionTraitementInsecte();
126
	String acquisitionTraitementPoison();
127
	String acquisitionTraitementPoison();
127
 
128
 
128
	// Structure : valorisation
129
	// Structure : valorisation
129
	String structureInfoValorisation();
130
	String structureInfoValorisation();
130
	String titreActionValorisation();
131
	String titreActionValorisation();
131
	String titreRechercherScientifique();
132
	String titreRechercherScientifique();
132
	String titreAccesUsage();
133
	String titreAccesUsage();
133
	String action();
134
	String action();
134
	String actionPublication();
135
	String actionPublication();
135
	String collectionAutre();
136
	String collectionAutre();
136
	String actionFuture();
137
	String actionFuture();
137
	String recherche();
138
	String recherche();
138
	String rechercheProvenance();
139
	String rechercheProvenance();
139
	String rechercheType();
140
	String rechercheType();
140
	String visite();
141
	String visite();
141
	
142
	
142
	// Collection : liste
143
	// Collection : liste
143
	String collectionListeTitre();
144
	String collectionListeTitre();
144
	String structure();
145
	String structure();
145
	String suppressionCollection();
146
	String suppressionCollection();
146
	
147
	
147
	// Collection : détail
148
	// Collection : détail
148
	String collectionGeneral();
149
	String collectionGeneral();
149
	String collectionGeneralTitre();
150
	String collectionGeneralTitre();
150
	String code();
151
	String code();
151
	String cote();
152
	String cote();
152
	String nomAlternatif();
153
	String nomAlternatif();
153
	String collectionMere();
154
	String collectionMere();
154
	String descriptionSpecialiste();
155
	String descriptionSpecialiste();
155
	String historique();
156
	String historique();
156
	String groupementPrincipe();
157
	String groupementPrincipe();
157
	String groupementBut();
158
	String groupementBut();
158
	String typeCollectionNcd();
159
	String typeCollectionNcd();
159
	String typeCollectionBotanique();
-
 
160
	String typeDepot();
160
	String typeDepot();
161
	String nbreEchantillon();
-
 
162
	String lieuCouvertureCollection();
161
	String lieuCouvertureCollection();
163
	String specimenTypeCollection();
162
	String specimenTypeCollection();
164
	String specimenTypeCollectionInfo();
163
	String specimenTypeCollectionInfo();
165
	String nbreSpecimenTypeCollection();
164
	String nbreSpecimenTypeCollection();
166
	String precisionNbreSpecimenTypeCollectionChpVide();
165
	String precisionNbreSpecimenTypeCollectionChpVide();
167
	String classementSpecimenTypeCollection();
166
	String classementSpecimenTypeCollection();
-
 
167
	
-
 
168
	// Collection : form
-
 
169
	String liaisonTitreCollection();
-
 
170
	String lienStructureCollection();
-
 
171
	String lienMereCollection();
-
 
172
	String titreModifFormCollection();
-
 
173
	String nomCollection();
-
 
174
	String guidCollection();
-
 
175
	String idAlternatifCollection();
-
 
176
	String intituleAlternatifCollection();
-
 
177
	String codeAlternatifCollection();
-
 
178
	String urlsCollection();
-
 
179
	String nbreEchantillonInfo();
-
 
180
	String precisionApproximatif();
-
 
181
	String precisionExact();
-
 
182
	String groupementPrincipeCollection();
-
 
183
	String groupementPrincipeCollectionInfo();
-
 
184
	String butCollection();
-
 
185
	
168
	
186
	// Collection : Personne liées
169
	String collectionPersonne();
187
	String collectionPersonne();
170
	String collectionPersonneTitre();
188
	String collectionPersonneTitre();
171
	String chercherPersonneSaisi();
189
	String chercherPersonneSaisi();
172
	String selectionnerPersonne();
190
	String selectionnerPersonne();
173
	String chargementPersonne();
191
	String chargementPersonne();
174
	String typeRelationPersonneCollection();
192
	String typeRelationPersonneCollection();
-
 
193
	
175
	
194
	// Collection : Publications liées
176
	String collectionPublication();
195
	String collectionPublication();
177
	String collectionPublicationTitre();
196
	String collectionPublicationTitre();
178
	String chercherPublicationSaisi();
197
	String chercherPublicationSaisi();
179
	String selectionnerPublication();
198
	String selectionnerPublication();
180
	String chargementPublication();
199
	String chargementPublication();
-
 
200
	
181
	
201
	// Collection : description
182
	String collectionDescription();
202
	String collectionDescription();
-
 
203
	String collectionDescriptionTitre();
-
 
204
	String collectionTitrePrecision();
-
 
205
	String typeCollectionBotanique();
183
	String collectionDescriptionTitre();
206
	String nbreEchantillon();
184
	String collectionUniteType();
207
	String collectionUniteType();
185
	String collectionUniteNbre();
208
	String collectionUniteNbre();
186
	String collectionUnitePrecision();
209
	String collectionUnitePrecision();
187
	String collectionUniteFormat();
210
	String collectionUniteFormat();
188
	String collectionUniteRangementTitre();
211
	String collectionUniteRangementTitre();
189
	String selectionnerUniteRangement();
212
	String selectionnerUniteRangement();
190
	String collectionUniteRangementSaisirType();
213
	String collectionUniteRangementSaisirType();
191
	String selectionnerUniteRangementAjoute();
214
	String selectionnerUniteRangementAjoute();
192
	String collectionUniteRangementEtatGeneral();
215
	String collectionUniteRangementEtatGeneral();
193
	String collectionUniteRangementEtatGeneralInfo();
216
	String collectionUniteRangementEtatGeneralInfo();
194
	String collectionUniteRangementEtatGeneralLabel();
217
	String collectionUniteRangementEtatGeneralLabel();
195
	String collectionUniteBaseTitre();
218
	String collectionUniteBaseTitre();
196
	String collectionUniteBase();
219
	String collectionUniteBase();
197
	String collectionUniteBasePart();
220
	String collectionUniteBasePart();
198
	String collectionUniteBaseSp();
221
	String collectionUniteBaseSp();
199
	String selectionnerUniteBase();
222
	String selectionnerUniteBase();
200
	String collectionUniteBaseSaisirType();
223
	String collectionUniteBaseSaisirType();
201
	String selectionnerUniteBaseAjoute();
224
	String selectionnerUniteBaseAjoute();
-
 
225
	String collectionTitreConservation();
202
	String typePapierConservation();
226
	String typePapierConservation();
203
	String methodeConservation();
227
	String methodeConservation();
-
 
228
	String collectionTitreEtiquette();
204
	String fixationPourcent();
229
	String fixationPourcent();
205
	String specimenFixationPourcent();
230
	String specimenFixationPourcent();
206
	String etiquetteFixationPourcent();
231
	String etiquetteFixationPourcent();
207
	String specimenMethodeFixation();
232
	String specimenMethodeFixation();
208
	String etiquetteMethodeFixationSurSupport();
233
	String etiquetteMethodeFixationSurSupport();
209
	String etiquetteMethodeFixationSurSpecimen();
234
	String etiquetteMethodeFixationSurSpecimen();
210
	String typeEcriture();
235
	String typeEcriture();
-
 
236
	String collectionTitreTraitement();
211
	String collectionTraitement();
237
	String collectionTraitement();
212
	String collectionTraitementPoison();
238
	String collectionTraitementPoison();
213
	String collectionTraitementInsecte();
239
	String collectionTraitementInsecte();
-
 
240
	String collectionTitreEtatEtDegradation();
214
	String collectionEtatGeneral();
241
	String collectionEtatGeneral();
215
	String collectionEtatGeneralInfo();
242
	String collectionEtatGeneralInfo();
216
	String degradationSpecimen();
243
	String degradationSpecimen();
217
	String degradationPresentation();
244
	String degradationPresentation();
218
	String collectionDetermination();
245
	String collectionDetermination();
-
 
246
	
219
	
247
	// Collection : contenu
220
	String collectionContenu();
248
	String collectionContenu();
221
	String collectionContenuTitre();
249
	String collectionContenuTitre();
222
	String natureVegetaleContenu();
250
	String natureVegetaleContenu();
223
	String specialiteCollection();
251
	String specialiteCollection();
224
	String specialiteCollectionInfo();
252
	String specialiteCollectionInfo();
225
	String periodeConstitution();
253
	String periodeConstitution();
226
	String dateDebutCollection();
254
	String dateDebutCollection();
227
	String dateFinCollection();
255
	String dateFinCollection();
228
	String annotationClassementCollection();
256
	String annotationClassementCollection();
229
	String annotationClassementCollectionInfo();
257
	String annotationClassementCollectionInfo();
230
	String etatClassementCollection();
258
	String etatClassementCollection();
231
	String renseignementEtiquetteCollection();
259
	String renseignementEtiquetteCollection();
232
	String auteurTitrePourcentCollection();
260
	String auteurTitrePourcentCollection();
233
	String famillePourcentCollection();
261
	String famillePourcentCollection();
234
	String genrePourcentCollection();
262
	String genrePourcentCollection();
235
	String spPourcentCollection();
263
	String spPourcentCollection();
236
	String auteurSpPourcentCollection();
264
	String auteurSpPourcentCollection();
237
	String localitePourcentCollection();
265
	String localitePourcentCollection();
238
	String datePourcentCollection();
266
	String datePourcentCollection();
239
	String precisionLocaliteCollection();
267
	String precisionLocaliteCollection();
240
	String precisionDateCollection();
268
	String precisionDateCollection();
241
	String etiquetteAnnotationCollection();
269
	String etiquetteAnnotationCollection();
242
	String etiquetteAnnotationCollectionInfo();
270
	String etiquetteAnnotationCollectionInfo();
243
	String integreCollection();
271
	String integreCollection();
244
	String infoIntegreCollection();
272
	String infoIntegreCollection();
245
	String infoIntegrationCollection();
273
	String infoIntegrationCollection();
246
	
274
 
-
 
275
	// Collection : inventaire
247
	String collectionInventaire();
276
	String collectionInventaire();
248
	String collectionInventaireTitre();
277
	String collectionInventaireTitre();
249
	String existenceInventaireCollection();
278
	String existenceInventaireCollection();
250
	String auteurInventaireCollection();
279
	String auteurInventaireCollection();
251
	String formeInventaireCollection();
280
	String formeInventaireCollection();
252
	String infoInventaireCollection();
281
	String infoInventaireCollection();
253
	String digitalInventaireCollection();
282
	String digitalInventaireCollection();
254
	String pourcentDigitalInventaireCollection();
283
	String pourcentDigitalInventaireCollection();
255
	String etatInventaireCollection();
284
	String etatInventaireCollection();
256
	String typeDonneeInventaireCollection();
285
	String typeDonneeInventaireCollection();
257
	String typeDonneeInventaireCollectionInfo();
286
	String typeDonneeInventaireCollectionInfo();
258
	
-
 
259
	// Collection : form
-
 
260
	String liaisonTitreCollection();
-
 
261
	String lienStructureCollection();
-
 
262
	String lienMereCollection();
-
 
263
	String titreModifFormCollection();
-
 
264
	String nomCollection();
-
 
265
	String guidCollection();
-
 
266
	String idAlternatifCollection();
-
 
267
	String intituleAlternatifCollection();
-
 
268
	String codeAlternatifCollection();
-
 
269
	String urlsCollection();
-
 
270
	String nbreEchantillonInfo();
-
 
271
	String precisionApproximatif();
-
 
272
	String precisionExact();
-
 
273
	String groupementPrincipeCollection();
-
 
274
	String groupementPrincipeCollectionInfo();
-
 
275
	String butCollection();
-
 
276
	
287
	
277
	//Personne
288
	//Personne
278
	String personneListeLabel();
289
	String personneListeLabel();
279
	String personneModeAjout();
290
	String personneModeAjout();
280
	String personneModeModifier();
291
	String personneModeModifier();
281
 
292
 
282
	String personneIdentite();
293
	String personneIdentite();
283
	String personnePrefixe();
294
	String personnePrefixe();
284
	String personnePrefixeInfo();
295
	String personnePrefixeInfo();
285
	String personnePrenom();
296
	String personnePrenom();
286
	String personneNom();
297
	String personneNom();
287
	String personneNomAutre();
298
	String personneNomAutre();
288
	String personneAbreviation();
299
	String personneAbreviation();
289
	String personneAbreviationAutre();
300
	String personneAbreviationAutre();
290
	String personneNomComplet();
301
	String personneNomComplet();
291
	String personneNaissance();
302
	String personneNaissance();
292
	String personneDateNaissance();
303
	String personneDateNaissance();
293
	String personneLieuNaissance();
304
	String personneLieuNaissance();
294
	String personneDeces();
305
	String personneDeces();
295
	String personneEstDecedee();
306
	String personneEstDecedee();
296
	String personneDecedeeInterogation();
307
	String personneDecedeeInterogation();
297
	String personneDateDeces();
308
	String personneDateDeces();
298
	String personneLieuDeces();
309
	String personneLieuDeces();
299
	
310
	
300
	String personneAdresses();
311
	String personneAdresses();
301
	String personneCodePostal();
312
	String personneCodePostal();
302
	String personneVille();
313
	String personneVille();
303
	String personneCourriel();
314
	String personneCourriel();
304
	String personneLogos();
315
	String personneLogos();
305
 
316
 
306
	String personneSpecialite();
317
	String personneSpecialite();
307
	String personneRecolte();
318
	String personneRecolte();
308
	
319
	
309
	String personneInfoNat();
320
	String personneInfoNat();
310
	String personneProjet();
321
	String personneProjet();
311
 
322
 
312
	// Publication
323
	// Publication
313
	String publicationTitreFormAjout();
324
	String publicationTitreFormAjout();
314
	String publicationTitreFormModif();
325
	String publicationTitreFormModif();
315
	String publicationTitreSuppression();
326
	String publicationTitreSuppression();
316
	String publicationAuteurs();
327
	String publicationAuteurs();
317
	String publicationTitre();
328
	String publicationTitre();
318
	String publicationRevueCollection();
329
	String publicationRevueCollection();
319
	String publicationEditeur();
330
	String publicationEditeur();
320
	String publicationDateParution();
331
	String publicationDateParution();
321
	String publicationNvt();
332
	String publicationNvt();
322
	String publicationFascicule();
333
	String publicationFascicule();
323
	String publicationPage();
334
	String publicationPage();
324
	
335
	
325
	// Projet
336
	// Projet
326
	String projet();
337
	String projet();
327
	String projetTitreFormAjout();
338
	String projetTitreFormAjout();
328
	String projetTitreFormModif();
339
	String projetTitreFormModif();
329
	String projetTitreInfoGenerale();
340
	String projetTitreInfoGenerale();
330
	String projetTitreSuppression();
341
	String projetTitreSuppression();
331
	String projetAbreviation();
342
	String projetAbreviation();
332
	String projetResume();
343
	String projetResume();
333
	String projetDescription();
344
	String projetDescription();
334
	String projetUrl();
345
	String projetUrl();
335
	String projetTitreComplement();
346
	String projetTitreComplement();
336
	String projetMotsCles();
347
	String projetMotsCles();
337
	String projetCitation();
348
	String projetCitation();
338
	String projetLicence();
349
	String projetLicence();
339
	String projetLangue();
350
	String projetLangue();
340
	String projetTitreIndexation();
351
	String projetTitreIndexation();
341
	String projetIndexationDuree();
352
	String projetIndexationDuree();
342
	String projetIndexationHeure();
353
	String projetIndexationHeure();
343
	String projetIndexationFrequence();
354
	String projetIndexationFrequence();
344
	String projetMarkPublic();
355
	String projetMarkPublic();
345
	
356
	
346
	// Pagination
357
	// Pagination
347
	String page();
358
	String page();
348
	String sur();
359
	String sur();
349
	String parPage();
360
	String parPage();
350
	String afficher();
361
	String afficher();
351
	String elements();
362
	String elements();
352
	
363
	
353
	String inconnue();
364
	String inconnue();
354
	
365
	
355
}
366
}