Subversion Repositories eFlore/Applications.coel

Rev

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

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