Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 408 Rev 420
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
	// Général
6
	// Général
7
	String chargement();
7
	String chargement();
8
	String oui();
8
	String oui();
9
	String non();
9
	String non();
-
 
10
	String autres();
10
	
11
	
11
	// Téléphone
12
	// Téléphone
12
	String FIX();
13
	String FIX();
13
	String PORT1();
14
	String PORT1();
14
	String PORT2();
15
	String PORT2();
15
	
16
	
16
	// Structure : titres
17
	// Structure : titres
17
	String titreAjoutFormStructurePanneau();
18
	String titreAjoutFormStructurePanneau();
18
	String titreModifFormStructurePanneau();
19
	String titreModifFormStructurePanneau();
19
	
20
	
20
	// Grille/Table personnel
21
	// Grille/Table personnel
21
	String fonction();
22
	String fonction();
22
	String prenom();
23
	String prenom();
23
	String nom();
24
	String nom();
24
	String telephoneFixe();
25
	String telephoneFixe();
25
	String fax();
26
	String fax();
26
	String courrielPrincipal();
27
	String courrielPrincipal();
27
	String statut();
28
	String statut();
28
	String tpsTravail();
29
	String tpsTravail();
29
	String specialite();
30
	String specialite();
30
	String boolContact();
31
	String boolContact();
31
 
32
 
32
	// Structure : identification
33
	// Structure : identification
33
	String titreCommunication();
34
	String titreCommunication();
34
	String titreAdministratif();
35
	String titreAdministratif();
35
	String acronyme();
36
	String acronyme();
36
	String acces();
37
	String acces();
37
	String dateFondation();
38
	String dateFondation();
38
	String nbrePersonnel();
39
	String nbrePersonnel();
39
	String description();
40
	String description();
40
	String adresse();
41
	String adresse();
41
	String codePostal();
42
	String codePostal();
42
	String ville();
43
	String ville();
43
	String region();
44
	String region();
44
	String pays();
45
	String pays();
45
	String telephone();
46
	String telephone();
46
	String courriel();
47
	String courriel();
47
	String siteWeb();
48
	String siteWeb();
48
	
49
	
49
	//Structure : personnel
50
	//Structure : personnel
50
	String titrePersonnel();
51
	String titrePersonnel();
51
	String titreMembre();
52
	String titreMembre();
52
	String nbrePersonnelCollection();
53
	String nbrePersonnelCollection();
53
	
54
	
54
	//Structure : conservation
55
	//Structure : conservation
55
	String titreLocal();
56
	String titreLocal();
56
	String localSpecifique();
57
	String localSpecifique();
57
	String titreConservationPersonnel();
58
	String titreConservationPersonnel();
58
	String formation();
59
	String formation();
59
	String formationInteret();
60
	String formationInteret();
60
	String meubleSpecifique();
61
	String meubleSpecifique();
61
	String localParametre();
62
	String localParametre();
-
 
63
	String conservationEnCommun();
-
 
64
	String accesControle();
-
 
65
	String titreOperation();
-
 
66
	String restauration();
-
 
67
	String materielConservation();
-
 
68
	String traitement();
-
 
69
	String titreAcquisition();
-
 
70
	String acquisitionCollection();
-
 
71
	String acquisitionEchantillon();
-
 
72
	String acquisitionTraitement();
-
 
73
	String acquisitionTraitementInsecte();
-
 
74
	String acquisitionTraitementPoison();
-
 
75
 
-
 
76
 
-
 
77
 
62
}
78
}
63
79