Subversion Repositories eFlore/Applications.coel

Rev

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

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