Subversion Repositories eFlore/Applications.coel

Rev

Rev 395 | Rev 408 | 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{
397 jp_milcent 6
	// Général
334 gduche 7
	String chargement();
397 jp_milcent 8
 
9
	// Téléphone
251 gduche 10
	String FIX();
11
	String PORT1();
12
	String PORT2();
397 jp_milcent 13
 
14
	// Structure : titres
15
	String titreAjoutFormStructurePanneau();
16
	String titreModifFormStructurePanneau();
17
 
18
	// Grille/Table personnel
383 jp_milcent 19
	String fonction();
20
	String prenom();
21
	String nom();
22
	String telephoneFixe();
23
	String fax();
24
	String courrielPrincipal();
25
	String statut();
26
	String tpsTravail();
27
	String specialite();
28
	String boolContact();
397 jp_milcent 29
 
30
	// Structure : identification
31
	String titreCommunication();
32
	String titreAdministratif();
391 jp_milcent 33
	String acronyme();
34
	String acces();
35
	String dateFondation();
36
	String nbrePersonnel();
37
	String description();
38
	String adresse();
39
	String codePostal();
40
	String ville();
41
	String region();
42
	String pays();
43
	String telephone();
44
	String courriel();
45
	String siteWeb();
397 jp_milcent 46
 
47
	//Structure : personnel
391 jp_milcent 48
	String titrePersonnel();
49
	String titreMembre();
50
	String nbrePersonnelCollection();
120 jpm 51
}