Subversion Repositories eFlore/Applications.coel

Rev

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

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