Subversion Repositories eFlore/Applications.coel

Rev

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

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