Subversion Repositories eFlore/Applications.coel

Rev

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