Subversion Repositories eFlore/Applications.coel

Rev

Rev 477 | Rev 536 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
120 jpm 1
package org.tela_botanica.client.i18n;
2
 
251 gduche 3
import com.google.gwt.i18n.client.ConstantsWithLookup;
120 jpm 4
 
251 gduche 5
public interface Constantes extends ConstantsWithLookup{
530 jp_milcent 6
	// Application
7
	String appliNom();
8
	String appliCode();
9
	String appliVersionNumero();
10
	String appliVersionCode();
11
 
397 jp_milcent 12
	// Général
334 gduche 13
	String chargement();
408 jp_milcent 14
	String oui();
15
	String non();
420 jp_milcent 16
	String autres();
427 jp_milcent 17
 
18
	// Boutons
19
	String ajouter();
20
	String modifier();
21
	String supprimer();
397 jp_milcent 22
 
23
	// Téléphone
251 gduche 24
	String FIX();
25
	String PORT1();
26
	String PORT2();
397 jp_milcent 27
 
427 jp_milcent 28
	// Menu
29
	String titreMenu();
30
	String txtListeProjetDefaut();
31
	String menuAccueil();
32
	String menuProjet();
33
	String menuStructure();
34
	String menuCollection();
35
	String menuPersonne();
36
	String menuPublication();
37
 
397 jp_milcent 38
	// Structure : titres
427 jp_milcent 39
	String titreStructureListe();
397 jp_milcent 40
	String titreAjoutFormStructurePanneau();
41
	String titreModifFormStructurePanneau();
42
 
427 jp_milcent 43
	// Structure : actions
44
	String suppressionStructure();
45
 
397 jp_milcent 46
	// Structure : identification
427 jp_milcent 47
	String structureInfoGeneral();
397 jp_milcent 48
	String titreCommunication();
49
	String titreAdministratif();
391 jp_milcent 50
	String acronyme();
51
	String acces();
52
	String dateFondation();
53
	String nbrePersonnel();
54
	String description();
55
	String adresse();
56
	String codePostal();
57
	String ville();
58
	String region();
59
	String pays();
60
	String telephone();
61
	String courriel();
62
	String siteWeb();
397 jp_milcent 63
 
451 jp_milcent 64
	// Structure : personnel
427 jp_milcent 65
	String structureInfoPersonnel();
391 jp_milcent 66
	String titrePersonnel();
67
	String titreMembre();
68
	String nbrePersonnelCollection();
427 jp_milcent 69
	String fonction();
70
	String prenom();
71
	String nom();
72
	String telephoneFixe();
73
	String fax();
74
	String courrielPrincipal();
75
	String statut();
76
	String tpsTravail();
77
	String specialite();
78
	String boolContact();
79
 
451 jp_milcent 80
	// Structure : conservation
427 jp_milcent 81
	String structureInfoConservation();
408 jp_milcent 82
	String titreLocal();
83
	String localSpecifique();
84
	String titreConservationPersonnel();
85
	String formation();
86
	String formationInteret();
87
	String meubleSpecifique();
88
	String localParametre();
420 jp_milcent 89
	String conservationEnCommun();
90
	String accesControle();
91
	String titreOperation();
92
	String restauration();
93
	String materielConservation();
94
	String traitement();
95
	String titreAcquisition();
96
	String acquisitionCollection();
97
	String acquisitionEchantillon();
98
	String acquisitionTraitement();
99
	String acquisitionTraitementInsecte();
100
	String acquisitionTraitementPoison();
101
 
451 jp_milcent 102
	// Structure : valorisation
427 jp_milcent 103
	String structureInfoValorisation();
104
	String titreActionValorisation();
105
	String titreRechercherScientifique();
106
	String titreAccesUsage();
107
	String action();
108
	String actionPublication();
109
	String collectionAutre();
110
	String actionFuture();
111
	String recherche();
112
	String rechercheProvenance();
113
	String rechercheType();
114
	String visite();
115
 
451 jp_milcent 116
	// Collection : liste
117
	String collectionListeTitre();
118
	String structure();
119
	String suppressionCollection();
477 jp_milcent 120
 
121
	// Collection : détail
122
	String collectionDescriptionTitre();
123
	String code();
124
	String cote();
125
	String collectionMere();
126
	String descriptionSpecialiste();
127
	String historique();
128
	String groupementPrincipe();
129
	String groupementBut();
130
	String typeCollectionNcd();
131
	String typeCollectionBotanique();
132
	String typeDepot();
133
 
449 gduche 134
	//Personne
459 gduche 135
	String personneListeLabel();
457 gduche 136
	String personneModeAjout();
137
	String personneModeModifier();
459 gduche 138
 
139
	String personneNomComplet();
140
	String personneCodePostal();
141
	String personneVille();
142
	String personneCourriel();
143
	String personneNom();
464 gduche 144
	String personneNomAutre();
145
	String personneAbreviation();
146
	String personneAbreviationAutre();
147
 
148
	String personneDateNaissance();
149
	String personneLieuNaissance();
150
	String personneEstDecedee();
151
	String personneDateDeces();
152
	String personneLieuDeces();
153
 
154
 
459 gduche 155
	String personnePrenom();
156
 
157
	String personneIdentite();
158
	String personneInfoNat();
159
	String personneProjet();
420 jp_milcent 160
 
464 gduche 161
	String personneAdresses();
162
	String personneLogos();
477 jp_milcent 163
 
120 jpm 164
}