Subversion Repositories eFlore/Applications.coel

Rev

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

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