Subversion Repositories eFlore/Applications.coel

Rev

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