Subversion Repositories eFlore/Applications.coel

Rev

Rev 397 | Rev 420 | 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();
408 jp_milcent 8
	String oui();
9
	String non();
397 jp_milcent 10
 
11
	// Téléphone
251 gduche 12
	String FIX();
13
	String PORT1();
14
	String PORT2();
397 jp_milcent 15
 
16
	// Structure : titres
17
	String titreAjoutFormStructurePanneau();
18
	String titreModifFormStructurePanneau();
19
 
20
	// Grille/Table personnel
383 jp_milcent 21
	String fonction();
22
	String prenom();
23
	String nom();
24
	String telephoneFixe();
25
	String fax();
26
	String courrielPrincipal();
27
	String statut();
28
	String tpsTravail();
29
	String specialite();
30
	String boolContact();
397 jp_milcent 31
 
32
	// Structure : identification
33
	String titreCommunication();
34
	String titreAdministratif();
391 jp_milcent 35
	String acronyme();
36
	String acces();
37
	String dateFondation();
38
	String nbrePersonnel();
39
	String description();
40
	String adresse();
41
	String codePostal();
42
	String ville();
43
	String region();
44
	String pays();
45
	String telephone();
46
	String courriel();
47
	String siteWeb();
397 jp_milcent 48
 
49
	//Structure : personnel
391 jp_milcent 50
	String titrePersonnel();
51
	String titreMembre();
52
	String nbrePersonnelCollection();
408 jp_milcent 53
 
54
	//Structure : conservation
55
	String titreLocal();
56
	String localSpecifique();
57
	String titreConservationPersonnel();
58
	String formation();
59
	String formationInteret();
60
	String meubleSpecifique();
61
	String localParametre();
120 jpm 62
}