Subversion Repositories eFlore/Applications.coel

Rev

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

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