Subversion Repositories eFlore/Applications.coel

Rev

Rev 383 | Rev 395 | 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{
334 gduche 6
	String chargement();
120 jpm 7
	String titreAjoutFormStructurePanneau();
8
	String appliNom();
156 jp_milcent 9
	String titreModifFormStructurePanneau();
251 gduche 10
	String FIX();
11
	String PORT1();
12
	String PORT2();
383 jp_milcent 13
	String fonction();
14
	String prenom();
15
	String nom();
16
	String telephoneFixe();
17
	String fax();
18
	String courrielPrincipal();
19
	String statut();
20
	String tpsTravail();
21
	String specialite();
22
	String boolContact();
391 jp_milcent 23
	String acronyme();
24
	String acces();
25
	String dateFondation();
26
	String nbrePersonnel();
27
	String description();
28
	String adresse();
29
	String codePostal();
30
	String ville();
31
	String region();
32
	String pays();
33
	String telephone();
34
	String courriel();
35
	String siteWeb();
36
	String titreCommunication();
37
	String titreAdministratif();
38
	String titrePersonnel();
39
	String titreMembre();
40
	String nbrePersonnelCollection();
120 jpm 41
}